04-26-2011, 11:49 AM
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
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