Answers for "roblox global variables"

Lua
3

roblox global variables

--Script 1:
_G.foo = 'bar'

--Script 2:
print(_G.foo)
Posted by: Guest on December-02-2020

Code answers related to "roblox global variables"

Browse Popular Code Answers by Language