|
| 01 May 2014 11:26 PM |
This script is suppose to teleport the red team and the blue team it teleports the red team to the MSSpawn but the blue doesn't work there's around 6 ESpawns I don't know if that has anything to do with it.
pickedPlr.Character:MoveTo(game.Workspace[map.Name].MSSpawn.Position) for i,v in pairs(game.Players:GetChildren()) do if v.TeamColor == BrickColor.new("Bright blue") then v.Character:MoveTo(game.Workspace[map.Name].ESpawn.Position) end end |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
| 02 May 2014 03:58 PM |
| Does the output say anything? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Hans3229
|
  |
| Joined: 05 Feb 2010 |
| Total Posts: 109 |
|
|
| 02 May 2014 10:00 PM |
What's funny is that it works for red and not for blue...
Try is with just one ESpawn |
|
|
| Report Abuse |
|
|
|
| 02 May 2014 11:11 PM |
| I'll try but I think it's because something wrong with the script. |
|
|
| Report Abuse |
|
|
|
| 02 May 2014 11:16 PM |
| Oh I forgot I've already tried it with 1 ESpawn it didn't work. |
|
|
| Report Abuse |
|
|
| |
|