| |
|
|
| 04 Jun 2014 09:21 AM |
| I'm pretty sure you would have to use PlayerGui, not StarterGui. |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2014 09:27 AM |
print("testing 12 12")
is that what you want as output or do you want the text button to change
if so then
script.Parent.Text = "Test"
or you want the team to change
function tc(a) script.ParentTeamColor = "Color_Of_Team" end script.Parent.MouseButton1Down:connect(tc)
And the last part all I have to say is: you dont need it if you are team changeing! |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|