of     1   

IRyan70
#140857200Saturday, July 19, 2014 5:29 PM GMT

script.Parent.Menu2.updatelog2.MouseButton1Click:connect(function() updatelog.Visible = true menu2.Visible = false end) All variables are set perfect, no errors in output, and it just wont do ANYTHING, like at all. :( Anyone see an error?
swimguy777
#140857270Saturday, July 19, 2014 5:29 PM GMT

Try using MouseButton1Down instead of MouseButton1Click -[::ƧѡÎḾḠΰῩ::]-[::Helper of Scripting and Writer of Wikis::]
ShaneSloth
#140857455Saturday, July 19, 2014 5:31 PM GMT

MouseButton1Down is for when you hold it, MouseButton1Click is when you click the Left mouse button. The life of a man, can be taken so quickly.
IRyan70
#140857625Saturday, July 19, 2014 5:33 PM GMT

Ahhh, i tried both, no error, no problem. It just like stays there as if they are text labels instead of textbuttons, but even output would tell me about that stupid mistake. Im getting annoyed... Any other solutions?
ShaneSloth
#140857709Saturday, July 19, 2014 5:34 PM GMT

Unfortunately not, I'm having the same problem except with Tweening. No error, nothing happens. The life of a man, can be taken so quickly.
IRyan70
#140857711Saturday, July 19, 2014 5:34 PM GMT

Go look what happens http://www.roblox.com/Ignis-MMORPG-place?id=167109879 Its the weirdest thing.
ShaneSloth
#140857791Saturday, July 19, 2014 5:35 PM GMT

I say "Unfortuantely not" but there is probably some kind of work around to it. The life of a man, can be taken so quickly.
swimguy777
#140858280Saturday, July 19, 2014 5:39 PM GMT

@ziruto MouseButton1Down can be used for clicks too. I actually don't ever use Click because it's not as reliable as Down (at least that's how it was when GUI's were new, it's probably different now) -[::ƧѡÎḾḠΰῩ::]-[::Helper of Scripting and Writer of Wikis::]
C_Sharper
#140858381Saturday, July 19, 2014 5:40 PM GMT

Wait, is this a TextLabel? If so, it would not work.
MHebes
#140858443Saturday, July 19, 2014 5:41 PM GMT

@Hyroad it would also throw an error :P Show us where you're defining your variables.
C_Sharper
#140859067Saturday, July 19, 2014 5:48 PM GMT

I don't think your path to the variables arn't right or your variables don't exist.
IRyan70
#140859304Saturday, July 19, 2014 5:50 PM GMT

Alright let me layout my setup here StarterGui _Game-ScreenGUI CameraSetup>-ScreenGUI ViewClass[LocalScript] ViewPlayer[LocalScript Intro>-ScreenGUI Localscript black title Menu>-ScreenGUI Localscript[The Problem area] -again there are no errors and all variables are set. -------------------------------------------------------------------------The script--------------------------------------------------------------- game1 = script.Parent.Parent menu2 = script.Parent.Menu2 updatelog = script.Parent.updatelog script.Parent.Menu2.play.MouseButton1Click:connect(function() script.Parent.Parent.CameraSetup.ViewPlayer.Disabled = false script.Parent:Remove() script.Parent.Parent.Intro:Remove() end) script.Parent.Menu2.updatelog2.MouseButton1Click:connect(function() updatelog.Visible = true menu2.Visible = false end) script.Parent.updatelog.Exit1.MouseButton1Click:connect(function() updatelog.Visible = false menu2.Visible = true end) ---------------------------------------------------------------------------------------------------------------- Menu2>Frame play updatelog2 updatelog>Frame Exit1
Kipyko
#140859441Saturday, July 19, 2014 5:52 PM GMT

Look up a Player named Friaza on youtube some of his scripting tutorials might help you out.
IRyan70
#140859544Saturday, July 19, 2014 5:53 PM GMT

I dont need to watch friaza Lol, I have this all setup, and the 2 buttons arent working. I honestly blame roblox. I have just clicked on all the paths for my variables, everything is named and capitaliazed perfectly.
IRyan70
#140859998Saturday, July 19, 2014 5:59 PM GMT

Look for yourself everyone, The buttons are BROKEN. http://www.roblox.com/Ignis-MMORPG-place?id=167109879 -Give it a sec to Load But i honestly think these buttons are broken due to roblox.
C_Sharper
#140860098Saturday, July 19, 2014 6:00 PM GMT

You can't blame roblox. I have in the past, but I was wrong with my statement. It was something I did. Same applies to you.
IRyan70
#140860263Saturday, July 19, 2014 6:02 PM GMT

You may be right, Maybe the studio just glitched the buttons. I made a new test place, with a textbutton that deletes the baseplate and removes the gui. It worked fine. I think my other 2 buttons are glitched since they dont even flicker when you put your mouse over the button.
MHebes
#140860668Saturday, July 19, 2014 6:07 PM GMT

You're problem MAY be that they are behind another GUI. Try making sure 'Active' is checked for both of them?
IRyan70
#140861390Saturday, July 19, 2014 6:15 PM GMT

There all active, im gonna redo all the variables so i guess i better start typing...
Notunknown99
#140862333Saturday, July 19, 2014 6:27 PM GMT

Just to confirm: You are using a LocalScript, right?
IRyan70
#140862940Saturday, July 19, 2014 6:34 PM GMT

Yes Localscripts
BalisticMissile
#140863173Saturday, July 19, 2014 6:37 PM GMT

Everything works fine for me, something wrong on your side.

    of     1