View difference between Paste ID: m7FNMgwm 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())
3+
4-
game.Workspace.dylanroxrox2.LeftArm.Color = Color3.new(math.random(),math.random(),math.random())
4+
5
wait()
6
end