|
| 10 Feb 2012 05:28 AM |
script.Parent.MouseButton1Down:connect(function() script.Parent.Parent.Parent.Menu.Visible = true script.Parent.Visible = false end
And the output is saying 11:25:24 -Players.marshallclan.PlayerGui.ScreenGui.Menub.TextButton.Script:5: ')' expected (to close '(' at line 1) near 'eof |
|
|
| Report Abuse |
|
|
|
| 10 Feb 2012 05:29 AM |
| at eof there is meant to be a < > around it |
|
|
| Report Abuse |
|
|
|
| 10 Feb 2012 05:30 AM |
script.Parent.MouseButton1Down:connect(function() script.Parent.Parent.Parent.Menu.Visible = true script.Parent.Visible = false end)
|
|
|
| Report Abuse |
|
|