of     2   
chevron_rightchevron_rightchevron_right

theGOLDENidol
#150808673Sunday, November 30, 2014 6:40 PM GMT

for i=45,1, -1 do wait(1) script.Parent.Value = i end ?I have no idea why this wont work! It just stays at 45!
Quasar99
#150811067Sunday, November 30, 2014 7:03 PM GMT

for i=45, -1 do wait(1) script.Parent.Value = i end
Quasar99
#150811188Sunday, November 30, 2014 7:04 PM GMT

wait no dont use htat
Blockerjr800th
#150811715Sunday, November 30, 2014 7:09 PM GMT

Did you try printing out i? It works when I do that.
theGOLDENidol
#150844329Monday, December 01, 2014 12:47 AM GMT

Nope, but i dont really want to print i, i want the value to be i. Siggy enough for you m8?
theGOLDENidol
#150846668Monday, December 01, 2014 1:13 AM GMT

Bump Siggy enough for you m8?
Bebee2
#150847078Monday, December 01, 2014 1:17 AM GMT

Is FilteringEnabled on? Is this a LocalScript? If so, where is this script positioned?
theGOLDENidol
#150848323Monday, December 01, 2014 1:32 AM GMT

This is a server script in starterGui inside a gui, inside a value inside that gui. Siggy enough for you m8?
Bebee2
#150848559Monday, December 01, 2014 1:35 AM GMT

Server scripts shouodnt run inside anything inside the player. Try a LocalScript and add repeat wait() until game.Players.LocalPlayer On the first line.
theGOLDENidol
#150848997Monday, December 01, 2014 1:39 AM GMT

Nopr, didnt work .-. Siggy enough for you m8?
theGOLDENidol
#150849738Monday, December 01, 2014 1:47 AM GMT

Bump Siggy enough for you m8?
theGOLDENidol
#150850426Monday, December 01, 2014 1:54 AM GMT

Bump Siggy enough for you m8?
Goulstem
#150851591Monday, December 01, 2014 2:06 AM GMT

Server scripts shouldn't be client sided. Lol.. that's what LocalScripts are for. Change it to a localscript and add like ' wait(2) ' to the top. If that doesn't work post whole script, you're probably goofin' up on something else.
theGOLDENidol
#150851785Monday, December 01, 2014 2:08 AM GMT

Im already doing that goulstem, you got any ideas what im goofing up on? Siggy enough for you m8?
theGOLDENidol
#150854983Monday, December 01, 2014 2:44 AM GMT

Bump [Help] Siggy enough for you m8?
theGOLDENidol
#150900289Monday, December 01, 2014 10:28 PM GMT

Bump Siggy enough for you m8?
Ortron
#150900572Monday, December 01, 2014 10:32 PM GMT

Try for i=1,45,-1
theGOLDENidol
#150900817Monday, December 01, 2014 10:34 PM GMT

Wont do anything, i need the do, and lua doesn't care about whitespace. Siggy enough for you m8?
Ortron
#150900952Monday, December 01, 2014 10:36 PM GMT

I meant for i=1,45,-1 do
theGOLDENidol
#150904544Monday, December 01, 2014 11:05 PM GMT

Lua ignores whitespace, that would not do a thing Siggy enough for you m8?
theGOLDENidol
#150906748Monday, December 01, 2014 11:23 PM GMT

Sorry didnt look close enough, that still would not work though, that would make it start at , 1 go to 45, using -1. that isn't even possible, my code pretty much means start at 45, go to 1, using -1, which does not happen Siggy enough for you m8?
SenseiWarrior
#150907272Monday, December 01, 2014 11:28 PM GMT

What is script.Parent
theGOLDENidol
#150907541Monday, December 01, 2014 11:31 PM GMT

The IntValue Siggy enough for you m8?
SenseiWarrior
#150907668Monday, December 01, 2014 11:32 PM GMT

What is the parent of the parent of the script (script.Parent.Parent)
theGOLDENidol
#150909390Monday, December 01, 2014 11:48 PM GMT

A TextLabel Siggy enough for you m8?

    of     2   
chevron_rightchevron_rightchevron_right