Can someone tell me what’s wrong with these line? Every time the script runs this line says “invalid argument #2 to ‘random’ (interval is empty)”
local xRand = math.random(zone.Position.X + zone.Size.X / 2, zone.Position.X - zone.Size.X / 2)
local zRand = math.random(zone.Position.Z + zone.Size.Z / 2, zone.Position.Z - zone.Size.Z / 2)
Thank you