|
| 25 Jan 2012 09:43 AM |
## GUI Help ##
How do you make a text button work onclick? I need it so it will make the buttons parent, parent Page2 go invisible using the visible tickbox and Page3 (the same parent as Page2) go visible. Anyone know a script for this?
~Join Ro-Books~ |
|
|
| Report Abuse |
|
|
| 25 Jan 2012 09:51 AM |
script.Parent.MouseButton1Down:connect(function() Frame=script.Parent.Parent Frame.Visible=false--the parent of the button Frame.parent.Visible=false--the parent of page2 end) -- put this script in the TextButton. |
|
|
| Report Abuse |
|