I need help with this color change script.
#6
detector = script.Parent
function Bake(hit)
if hit.Name == "Bread" and detector.On.Value then
hit.Color = Color(102,51,0)
sleep(.1)
end
end
link(detector.Collided, Bake)
derp
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)