|
| 13 Dec 2013 07:13 AM |
How would I change this script to teleport 5 people to a area than teleport another 5 to a different area than teleport another 5 to a different area than teleport all the ppl that didn't get killed to a area
p = game.Players:GetChildren() for i = 1, #p do p[i]:MoveTo(Vector3.new(x, y, z)) --insert variable positions… wait(100) m = Instance.new("Message", workspace) m.Text = "Winner(s)!" wait(10) m:Remove() end
Can anyone help? |
|
|
| Report Abuse |
|
| |
| |
| |