local peeps = game.Players:GetChildren() teleport(peeps[math.random(1,game.Players.NumPlayers)],Vector3.new(0,10,20))
In the output it highlights 'random' but I don't know what I'm supposed to do