madiik
|
  |
| Joined: 10 Feb 2009 |
| Total Posts: 625 |
|
|
| 04 Dec 2012 12:06 PM |
My script here: for i,v in pairs(game.Players:GetPlayers()) do if v.PlayerGui then gui = v.PlayerGui.ShopGui.StarterGUI gui.MouseButton1Down:connect(function() function clicked() v.PlayerGui.ShopGui.StartGUI.Visible = not v.PlayerGui.ShopGui.StartGUI.Visible wait (0.1) v.PlayerGui.ShopGui.Pistols.Visible = not v.PlayerGui.ShopGui.Pistols.Visible end end end end)
Well everything just seems fine, But what is wrong on there, Cause when i click it, It doesn't bring up the Pistols Gui. |
|
|
| Report Abuse |
|
|
madiik
|
  |
| Joined: 10 Feb 2009 |
| Total Posts: 625 |
|
|
| 04 Dec 2012 12:16 PM |
Maybe i did something wrong, I made a new one.
function onClicked() if script.Parent.Parent.Frame.Visible == true then script.Parent.Parent.Frame.Visible = false else script.Parent.Parent.Frame.Visible = true end end
script.Parent.MouseButton1Click:connect(onClicked)
|
|
|
| Report Abuse |
|
|
madiik
|
  |
| Joined: 10 Feb 2009 |
| Total Posts: 625 |
|
|
| 04 Dec 2012 12:33 PM |
Bump
None of these work <_<
>Don't ignore the help needers!< |
|
|
| Report Abuse |
|
|
|
| 04 Dec 2012 12:35 PM |
Make sure to change the GUI in the PlayerGui
Error 407:["Siggy.exe not found."] Please try again in a few moments. |
|
|
| Report Abuse |
|
|
madiik
|
  |
| Joined: 10 Feb 2009 |
| Total Posts: 625 |
|
|
| 04 Dec 2012 12:39 PM |
You mean the 1st script? That didn't work for all with my CS 1.6 Script, Pic here of my CS 1.6 Gui (Kinda outdated, Made a new one)
[IMG]http://i.imgur.com/jngC9.jpg?1[/IMG]
[Not a scam (FOR ROBLOX), It's a picture link, I added this reason so roblox wouldn't ban me for nothing] |
|
|
| Report Abuse |
|
|
madiik
|
  |
| Joined: 10 Feb 2009 |
| Total Posts: 625 |
|
|
| 04 Dec 2012 12:59 PM |
| Bumpy Bump. Scripts not working |
|
|
| Report Abuse |
|
|
|
| 04 Dec 2012 01:32 PM |
In a localscript gui = game.Players.LocalPlayer.PlayerGui.ShopGui.StarterGUI gui.MouseButton1Down:connect(function() for i,v in pairs(gui) do if v.Visible == false then v.Visible == true else v.Visible = true end end end)
Error 407:["Siggy.exe not found."] Please try again in a few moments. |
|
|
| Report Abuse |
|
|