Skip to content

Commit

Permalink
Update roblox-api.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
rimuy authored Jul 2, 2024
1 parent b2a5b98 commit 387533e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/api/roblox-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,7 @@ coroutine.wrap(() => {

<br/>

You can find a list of available globals on the Roblox Developer Hub:
- [Lua Globals](https://developer.roblox.com/api-reference/lua-docs/Lua-Globals)
- [Roblox Globals](https://developer.roblox.com/api-reference/lua-docs/Roblox-Globals)
- [bit32](https://developer.roblox.com/api-reference/lua-docs/bit32)
- [coroutine](https://developer.roblox.com/api-reference/lua-docs/coroutine)
- [debug](https://developer.roblox.com/api-reference/lua-docs/debug)
- [math](https://developer.roblox.com/api-reference/lua-docs/math)
- [os](https://developer.roblox.com/api-reference/lua-docs/os)
- [string](https://developer.roblox.com/api-reference/lua-docs/string)
- [table](https://developer.roblox.com/api-reference/lua-docs/table)
- [task](https://developer.roblox.com/api-reference/lua-docs/task)
- [utf8](https://developer.roblox.com/api-reference/lua-docs/utf8)
You can find a list of available globals and libraries on the [Roblox Engine API Reference](https://create.roblox.com/docs/reference/engine).

Parts of `table` and `string` have been intentionally omitted.

Expand Down

0 comments on commit 387533e

Please sign in to comment.