|
| 20 Mar 2017 08:41 PM |
It's supposed to make a frame visible if a textbutton is pushed
MainButtons = script.Parent.MainButtons TeamsFrame = script.Parent.Teams
--[[ Open the Teams GUI --]]
function onClickedChangeTeam() TeamsFrame.Visible = true end
MainButtons.ChangeTeam.MouseButton1Down:connect(onClickedChangeTeam) |
|
|
| Report Abuse |
|
Z_mb
|
  |
| Joined: 07 Sep 2014 |
| Total Posts: 275 |
|
|
| 20 Mar 2017 08:51 PM |
| Change MouseButton1Down to MouseButton1Click. |
|
|
| Report Abuse |
|