of     1   

TobiasKairos
#227678287Saturday, November 18, 2017 7:18 PM GMT

I have a local script. (game.ServerStorage.Tool.Local) If player clicks game.StarterGui.Active then the function I wrote in the Tool will activate. Help please?
TobiasKairos
#227679120Saturday, November 18, 2017 7:37 PM GMT

bump
TobiasKairos
#227679194Saturday, November 18, 2017 7:39 PM GMT

Why doesnt this work e.e local Active = game.StarterGui.ScreenGui.Frame.Active function onClick(Active) if (not activated) then activate() else unactivate() end end

    of     1