Roblox 在其 Lua 实现中包含多个独特的内置功能和变量。 这些只在 Roblox 上找到,并且默认不包含 Lua。
概要
职能
职能
属性
Enum
一些与 Roblox 上可用的所有可用数字类输入的引用。
plugin
一个参考 Plugin 对象,该插件从此 Script 运行。 此参考仅在脚本作为插件运行时传入 ModuleScripts 内,才有效。 要使用此参考在 1> Class.ModuleScript1> 中,您必须明确通过它。
assert(plugin, "This script must be run as a plugin!")-- Code beyond this point will execute only if the script is run as a plugin
script
您正在执行的脚本对象的引用。它可以是 Script ,或 LocalScript ,或 ModuleScript 。此变量在 Roblox Studio 命令栏中执行代码时不可用。