If you want to use your original code, but have random colors, try this:
==
local part=Workspace.Color
function onTouch(Color)
script.Parent.BrickColor = BrickColor.new(math.random(), math.random(), math.random())
end
part.Touched:connect(onTouch)
==
System32? Delete it. |