|
| 26 Aug 2014 10:42 PM |
and 2/3 of the team change buttons work because when I clicked the one I just die instead of dying and changing teams
what do |
|
|
| Report Abuse |
|
|
Falq
|
  |
| Joined: 31 Dec 2007 |
| Total Posts: 2521 |
|
|
| 26 Aug 2014 10:46 PM |
okay team change guis are annoying for me
USE
LOADCHARACTER() FFS
also post the code |
|
|
| Report Abuse |
|
|
|
| 26 Aug 2014 11:00 PM |
Try this (Might not work though):
script.Parent.MouseButton1Down:connect(function() --Your Button game.Players.LocalPlayer.Teams = 'Team Name' --Try 'Team' instead of 'Teams' on error game.Workspace.Humanoid.Health = 0 end) |
|
|
| Report Abuse |
|
|