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

Can someone show me what these positions mean?

Asked by 10 years ago
Position = Vector3.new(math.random(-20, 20), 20, math.random(-25, 25))
    PlayersInGame = game.Players:GetChildren()
    for i = 1, #PlayersInGame do
    PlayersInGame[i].Character:MoveTo(TeleportLocation + Position) 
    end

What positions are -20,20,20,-25 and 25?

Answer this question