of     1   

EMAN381
#36288100Sunday, October 31, 2010 2:02 PM GMT

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
kension19
#36290879Sunday, October 31, 2010 3:07 PM GMT

Erm...What's the problem? I don't see any errors in the syntax.
SWEAWFOCrocks
#36317908Sunday, October 31, 2010 10:32 PM GMT

x = script.Parent.battery.Value :P
blazingkin
#36318069Sunday, October 31, 2010 10:35 PM GMT

You have it so if it isnt 1 then is invisible, but if it's 0 it is almost invisible... USE > or <

    of     1