Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i access this region3 in a different script?

Asked by 4 years ago

If i have this in a script

_G.region = Region3.new(pos1, pos2)

and this in a different script, why can't i access it?

local region = _G.region

Answer this question