of     1   

RealFrantic
#228416198Monday, December 04, 2017 4:13 AM GMT

Hey, so I am trying to make a gui pop up when a textbutton is clicked.. I know this should be easy to do, but yet my methods are not working. v this is all under StarterGui I am using a local script under the text button that is being clicked to open up the gui (maingui) which is a screengui 1st method script.Parent.MouseButton1Down:connect(function() game.Players.LocalPlayer.PlayerGui.maingui.Enabled = true end) Result: [ERROR] mangui is not a part of PlayerGui 2nd method script.Parent.MouseButton1Down:connect(function() game.StarterGui.maingui.Enabled = true end) Result: Nothing Happens.
RealFrantic
#228416439Monday, December 04, 2017 4:23 AM GMT

bump
RealFrantic
#228416758Monday, December 04, 2017 4:34 AM GMT

b2
rly_gud
#228416836Monday, December 04, 2017 4:37 AM GMT

i think enabled is used for scripts and visible is used for stoof like textlabels and frames
itsjustatlas
#228416851Monday, December 04, 2017 4:38 AM GMT

mangui and maingui are not the same #code if 2+2-1 == 3 then error("Quickest mafs in the west") end
RealFrantic
#228416927Monday, December 04, 2017 4:41 AM GMT

Visible didn't fix the problem. Also, mangui was a typo in the forum. Its maingui in script
RealFrantic
#228417417Monday, December 04, 2017 5:01 AM GMT

b3

    of     1