CommanderWix

Untitled

Jun 28th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. p = game.Players:GetChildren()
  2. for i = 1,#p do
  3. p[i].Character.Torso.CFrame = CFrame.new(math.random(1,30),10000,math.random(1,30))
  4. end
Add Comment
Please, Sign In to add comment