|
| 27 Nov 2016 09:28 PM |
h = Instance.new("Hint",workspace) while true do timer = 5 repeat timer = timer-1 h.Text = "Intermission ("..timer..")" wait(1) until timer == 0 h.Text = "Choosing map..." wait(3) m = game.Lighting.Maps:GetChildren() r = math.random(2,#m) map = m[r]:clone() map.Parent = workspace h.Text = "The map is "..map.Name.."!" wait(5) plrs = game.Players:GetChildren() for i = 1, #plrs do plrs[i].Character:MoveTo(map.Spawn.Position+Vector3.new(math.random(213, 1.948, -186),0,math.random(585.5, 1.3, -221.5)))--teleports to coordinates end h.Text = "Begin!" wait(3) timer = 30--timer for map repeat timer = timer-1 h.Text = "Time remaining: "..timer..""--the remaining time wait(1) until timer == 0 map:remove() end -- end of script
After the game chooses its map it never teleports the player to the coordinates listed. Can somebody tell me why?
old school hip-hop enthusiast| check out a really cool car i made: https://www.roblox.com/Grand-Theft-Auto-5-Albany-Roosevelt-item?id=243317129 | R$546,617 |
|
|
| Report Abuse |
|
|
| 27 Nov 2016 09:30 PM |
script helpers is so inactive
help me
old school hip-hop enthusiast| check out a really cool car i made: https://www.roblox.com/Grand-Theft-Auto-5-Albany-Roosevelt-item?id=243317129 | R$546,617 |
|
|
| Report Abuse |
|