|
| 15 May 2016 06:30 PM |
script.Parent.MouseButton1Click(function() script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Frame.Visible end)
this is suppose to open a frame, no output error. sad sad
sad
#code game.Workspace.YourMom.LastNight = true |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 May 2016 06:39 PM |
why do you look like Flux
and
script.Parent.MouseButton1Click:connect(function() script.Parent.Parent.Frame.Visible = true end) |
|
|
| Report Abuse |
|
|
|
| 15 May 2016 06:39 PM |
script.Parent.MouseButton1Click:connect(function() script.Parent.Parent.Frame.Visible = true end)
how the hell can the button be clicked if it's parent is not even visible yet??? |
|
|
| Report Abuse |
|
|
|
| 15 May 2016 06:42 PM |
| it's parent is visible i'd assume, a child of it's parent's parent isn't though |
|
|
| Report Abuse |
|
|
| |
|