#How to teleport indiviual players to dif locations all at once?
1 messages · Page 1 of 1 (latest)
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
Not only thats the problem but you are saying you want a different location for each player whilst setting a specific location
try math.random() in X and Z
how do I access each player's root?