Answers for "change a color on touch roblox"

0

change a color on touch roblox

1	script.Parent.Touched:Connect(function() --When the part is touched
2	    script.Parent.Color = Color3.new(255/255,0/255,0/255) --Change the parts color
3	end)
Posted by: Guest on March-20-2021

Python Answers by Framework

Browse Popular Code Answers by Language