"Worked" shows up in output but the now enabled script dosent work?
Asked by
5 years ago Edited 5 years ago
So this script gets a local script in starter GUI, except when I click it the output says it worked, but the script dosent get disabled. However thogh, if theres a normal script in workspace with the code:
1 | game.StarterGui.Script.Disabled = true |
it works! how ever, if I use a click detector and use this script:
1 | local function OnClick(hi) |
3 | game.StarterGui.Script.Disabled = false |
8 | script.Parent.ClickDetector.MouseClick:connect(OnClick) |
it dosent work. please help!