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