x = script.Parent.batteryv
wait(10)
if x.Value ~= 1 then
script.Parent.Handle2.Transparency = 1
wait()
script.Parent.guiscript.Parent = script.Parent.storescripthere
wait()
x.Value = 0
end
if x.Value ~= 0 then
script.Parent.Handle2.Transparency = .9
wait()
script.Parent.guiscript.Parent = script.Parent.storescripthere
wait()
x.Value = 1
end |