Daxer76
|
  |
| Joined: 21 Jul 2011 |
| Total Posts: 744 |
|
|
| 02 Jul 2012 07:53 AM |
| I tried to make Team GUI scripts but didn't work does anybody have the right scripts? |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
| |
|
|
| 02 Jul 2012 10:10 AM |
How about you give us your script, and we can debug?
-GD987, the FPS Developer- |
|
|
| Report Abuse |
|
|
Daxer76
|
  |
| Joined: 21 Jul 2011 |
| Total Posts: 744 |
|
|
| 02 Jul 2012 11:45 AM |
LocalScript: script.Parent.MouseButton1Down:connect(function() game.Players.LocalPlayer.TeamColor = BrickColor.new("Bright blue") -- change that to the color of the team end)
Regular script: function onClick() script.Parent.Parent.Parent.Parent.Character.Humanoid.Health = 0 end
script.Parent.MouseButton1Down:connect(onClick) |
|
|
| Report Abuse |
|
|