|
| 14 Dec 2013 06:33 PM |
I need this script to teleport the players to the map but have them scattered on map
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
|
|
|
| Report Abuse |
|