#How to teleport indiviual players to dif locations all at once?

1 messages · Page 1 of 1 (latest)

calm sequoia
#

I'm trying to make a game where I teleport all players to a selection of locations randomly. How can I do this? My current code will be included.

dim geyser
#

You are choosing a random location on the server side

#

meaning it will choose a random location for every player

#

use remote events and do a local script where it randomly picks a location

#

if thats what you mean

#

That way every player gets a different random location

dim geyser
#

try math.random() in X and Z

calm sequoia
#

how do I access each player's root?