|
| 21 Aug 2013 07:49 AM |
P = script.Parent
P.Background.Visible = true
if script.Parent.Parent.Parent.Backpack.Already.Value == true then P:Remove() elseif script.Parent.Parent.Parent.Backpack.Already.Value == false then
wait(math.random(4,6)) P.Bar1.Visible = true
wait(math.random(4,6)) P.Bar2.Visible = true
wait(math.random(4,6)) P.Bar3.Visible = true
wait(math.random(4,6)) P.Bar4.Visible = true
wait(math.random(4,6)) P.Bar5.Visible = true
script.Parent.Parent.Parent.Backpack.Already.Value = true P:Remove() end
It's supossed to set the boolvalue Already to true but it doesn't so when I respawn the gui still spawns, help please? |
|
|
| Report Abuse |
|
| |
jobro13
|
  |
| Joined: 05 Aug 2009 |
| Total Posts: 2865 |
|
|
| 21 Aug 2013 09:03 AM |
| The backpack gets cleared out every time you die! Put this boolvalue into the Player itself, and it will work. |
|
|
| Report Abuse |
|