Gobtarp
|
  |
| Joined: 08 May 2014 |
| Total Posts: 52 |
|
|
| 24 Jun 2014 06:31 PM |
function die() script.Parent.Parent.Page1.Visible = true
if script.Parent.Parent.Page2.Visible ~= true then script.Parent.Parent.Page3.Visible ~= false else end if script.Parent.Parent.Page2.Visible ~= true then script.Parent.Parent.Page3.Visible ~= false else end end
script.Parent.MouseButton1Down:connect(die)
Am4uryXp's CFrame loaded 17:29:36.302 - Successfully opened file - C:/Users/Jared/AppData/Local/Roblox/visit.rbxl 17:30:12.146 - Players.Player1.PlayerGui.ShopGUI.ShopFrame.MiscOpen.Script:4: 'then' expected near '=' 17:30:18.048 - Exception: Cannot attach debugger 17:30:49.953 - Players.Player1.PlayerGui.ShopGUI.ShopFrame.MiscOpen.Script:5: '=' expected near '~=' 17:30:52.590 - Exception: Cannot attach debugger |
|
|
| Report Abuse |
|
|
baldo46
|
  |
| Joined: 28 Jul 2008 |
| Total Posts: 1254 |
|
|
| 24 Jun 2014 06:34 PM |
function die() script.Parent.Parent.Page1.Visible = true
if script.Parent.Parent.Page2.Visible ~= true then script.Parent.Parent.Page3.Visible ~= false<<<<<<< = false else end if script.Parent.Parent.Page2.Visible ~= true then script.Parent.Parent.Page3.Visible ~= false<<<<<<<<<<<< = false else end end
script.Parent.MouseButton1Down:connect(die) |
|
|
| Report Abuse |
|
|
|
| 24 Jun 2014 06:35 PM |
| script.Parent.Parent.Page3.Visible = true |
|
|
| Report Abuse |
|
|
|
| 24 Jun 2014 06:35 PM |
function die() script.Parent.Parent.Page1.Visible = true
if script.Parent.Parent.Page2.Visible ~= true then script.Parent.Parent.Page3.Visible ~= false --No else end --No if script.Parent.Parent.Page2.Visible ~= true then --Right script.Parent.Parent.Page3.Visible ~= false --What? else --... end end
script.Parent.Parent.Page3.Visible = true |
|
|
| Report Abuse |
|
|
Gobtarp
|
  |
| Joined: 08 May 2014 |
| Total Posts: 52 |
|
|
| 24 Jun 2014 06:36 PM |
I'm getting this now.
17:30:18.048 - Exception: Cannot attach debugger 17:30:49.953 - Players.Player1.PlayerGui.ShopGUI.ShopFrame.MiscOpen.Script:5: '=' expected near '~=' 17:30:52.590 - Exception: Cannot attach debugger 17:35:28.045 - Players.Player1.PlayerGui.ShopGUI.ShopFrame.MiscOpen.Script:5: '=' expected near '~=' 17:35:31.811 - Exception: Cannot attach debugger 17:35:40.400 - Players.Player1.PlayerGui.ShopGUI.ShopFrame.MiscOpen.Script:5: '=' expected near '~=' 17:35:44.030 - Exception: Cannot attach debugger |
|
|
| Report Abuse |
|
|
Gobtarp
|
  |
| Joined: 08 May 2014 |
| Total Posts: 52 |
|
|
| 24 Jun 2014 06:42 PM |
| You guys are no help at all you should be ashamed! |
|
|
| Report Abuse |
|
|
domorox17
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 1710 |
|
|
| 24 Jun 2014 06:44 PM |
They all posted fixes, so stop being rude and try things.
p = script.Parent.Parent script.Parent.MouseButton1Down:connect(function() p.Page1.Visible = true if p.Page2.Visible == false then p.Page3.Visble = true end end)
But what do I know anyway? |
|
|
| Report Abuse |
|
|