View difference between Paste ID: kmLrzcHH and rjp4LcEt
SHOW: | | - or go back to the newest paste.
1
game.Workspace.dylanroxrox2.Head.Color = Color3.new(math.random(),math.random(),math.random())
2
game.Workspace.dylanroxrox2.Torso.Color = Color3.new(math.random(),math.random(),math.random())
3
game.Workspace.dylanroxrox2.RightArm.Color = Color3.new(math.random(),math.random(),math.random())
4
game.Workspace.dylanroxrox2.LeftArm.Color = Color3.new(math.random(),math.random(),math.random())
5
game.Workspace.dylanroxrox2.RightLeg.Color = Color3.new(math.random(),math.random(),math.random())
6
game.Workspace.dylanroxrox2.LeftLeg.Color = Color3.new(math.random(),math.random(),math.random())
7
wait()
8
end
9
end