of     1   

Smurfslave
#799275Monday, April 21, 2008 3:47 AM GMT

print("Hello world!") meow2=script.Parent.ok if meow2.Parent.meow.Reflectance==0 then meow2.Name="0" if meow2.Parent.meow.Reflectance==.1 then meow2.Name=".1" if meow2.Parent.meow.Reflectance==.2 then meow2.Name=".2" if meow2.Parent.meow.Reflectance==.3 then meow2.Name=".3" if meow2.Parent.meow.Reflectance==.4 then meow2.Name=".4" if meow2.Parent.meow.Reflectance==.5 then meow2.Name=".5" if meow2.Parent.meow.Reflectance==.6 then meow2.Name=".6" if meow2.Parent.meow.Reflectance==.7 then meow2.Name=".7" if meow2.Parent.meow.Reflectance==.8 then meow2.Name=".8" if meow2.Parent.meow.Reflectance==.9 then meow2.Name=".9" if meow2.Parent.meow.Reflectance==1 then meow2.Name="1" end end end end end end end end end end end ------------------------------------------------------------------------------------------ i know im missing a line... but i dont know what it is
valitini94
#799682Monday, April 21, 2008 11:13 AM GMT

meow2=script.Parent.ok if meow2.Parent.meow.Reflectance==0 then meow2.Name="0" if meow2.Parent.meow.Reflectance==.1 then meow2.Name=".1" if meow2.Parent.meow.Reflectance==.2 then meow2.Name=".2" end if meow2.Parent.meow.Reflectance==.3 then meow2.Name=".3" end if meow2.Parent.meow.Reflectance==.4 then meow2.Name=".4" end if meow2.Parent.meow.Reflectance==.5 then meow2.Name=".5" end if meow2.Parent.meow.Reflectance==.6 then meow2.Name=".6" end if meow2.Parent.meow.Reflectance==.7 then meow2.Name=".7" end if meow2.Parent.meow.Reflectance==.8 then meow2.Name=".8" end if meow2.Parent.meow.Reflectance==.9 then meow2.Name=".9" end if meow2.Parent.meow.Reflectance==1 then meow2.Name="1" end
valitini94
#799683Monday, April 21, 2008 11:13 AM GMT

Oops ! meow2=script.Parent.ok if meow2.Parent.meow.Reflectance==0 then meow2.Name="0" end if meow2.Parent.meow.Reflectance==.1 then meow2.Name=".1" end if meow2.Parent.meow.Reflectance==.2 then meow2.Name=".2" end if meow2.Parent.meow.Reflectance==.3 then meow2.Name=".3" end if meow2.Parent.meow.Reflectance==.4 then meow2.Name=".4" end if meow2.Parent.meow.Reflectance==.5 then meow2.Name=".5" end if meow2.Parent.meow.Reflectance==.6 then meow2.Name=".6" end if meow2.Parent.meow.Reflectance==.7 then meow2.Name=".7" end if meow2.Parent.meow.Reflectance==.8 then meow2.Name=".8" end if meow2.Parent.meow.Reflectance==.9 then meow2.Name=".9" end if meow2.Parent.meow.Reflectance==1 then meow2.Name="1" end
Smurfslave
#799790Monday, April 21, 2008 12:18 PM GMT

ooooo ok thanks=) ill test it when i get the chance
rebreb
#800038Monday, April 21, 2008 2:21 PM GMT

You Should change it to Meow1 and then meow 2

    of     1