|
| 06 Oct 2012 12:20 PM |
script.Parent.Touched:connect(function(hit) script.Parent.Parent.FlagPiece.BrickColor = game.Players:GetPlayerFromCharacter(hit.Parent).TeamColor local thing = game.Workspace.Flag1.Timer for i = 1, 1800 do for _,v in pairs (thing:GetChildren()) do v.Name = i end wait(1) end end) No output. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
aiden500
|
  |
| Joined: 23 Nov 2008 |
| Total Posts: 3996 |
|
|
| 06 Oct 2012 03:45 PM |
| Put a few prints in it run it and see where it stops please? |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2012 04:05 PM |
| We don't fix free models go away. This is for people who actually made their scripts and just need some help. |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2012 04:19 PM |
| I made most of this script TheMycro edited a bit of it but It's almost 80% mine. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 06 Oct 2012 05:32 PM |
script.Parent.Touched:connect(function(hit) script.Parent.Parent.FlagPiece.BrickColor = game.Players:GetPlayerFromCharacter(hit.Parent).TeamColor local thing = game.Workspace.Flag1.Timer:GetChildren() for i = 1, 1800 do for _,v in pairs(thing) do v.Name = (i) wait(1) end end end) |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2012 05:33 PM |
| If you made it, you can fix it. I didn't say without help, though, but you are asking someone to fix it and give it to you. We would much rather tell you the problem and have YOU fix it. |
|
|
| Report Abuse |
|
|
|
| 07 Oct 2012 02:00 PM |
| @dragonwarlord I have tried to fix it. It hasn't worked, and I did say someone did some edits to my original. |
|
|
| Report Abuse |
|
|
| |
|