User:Zitbam/Glowing Head or Torso

From Legacy Roblox Wiki
Revision as of 20:05, 29 July 2008 by >Mindraker (Glowing Head or Torso moved to User:Zitbam/Glowing Head or Torso)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
script.Parent = game.Workspace.zitbam.PART 
local part = script.Parent 
while true do 
for i = 1, 10 do 
part.Reflectance = i/10 
wait(0.05) 
end 
for i = 10, 1, -1 do 
part.Reflectance = i/10 
wait(0.05) 
end 
end