of     1   

Undertaker4012
#182331364Sunday, January 24, 2016 8:41 PM GMT

I'm trying to make text in the StarterGUI appear after the push of a button. Anyone see something wrong? function onClicked() game.StarterGui.Test.TextLabel.TextTransparency = 0 game(3) game.StarterGui.Test.TextLabel.TextTransparency = 1 end script.Parent.ClickDetector.MouseClick:connect(onClicked)
Undertaker4012
#182331433Sunday, January 24, 2016 8:41 PM GMT

Nevermind, found a typo.

    of     1