Update code_luau.json (#3246) verbxtim

Added roblox globals
excluding duplicates.
This commit is contained in:
verbxtim 2022-06-27 04:05:36 -06:00 committed by GitHub
parent ffa1f6f7de
commit 1230faeeb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,21 @@
"tostring",
"type",
"unpack",
"xpcall"
"xpcall",
"wait",
"delay",
"elapsedime",
"debuggermanager",
"pluginmanager",
"printidentity",
"settings",
"spawn",
"stats",
"tick",
"time",
"usersettings",
"version",
"warn"
]
}