04-20-2011, 01:14 PM 
(This post was last modified: 04-20-2011, 01:15 PM by 2Drobloxrocker64.)
		
	
	
		detector = script.Parent
function Bake(hit)
if hit.Name == Bread and detector.On == true then
hit.Color = Color(102,51,0)
sleep(.1)
link(detector.Collided, Bake)
Hope this helps!
	
	
function Bake(hit)
if hit.Name == Bread and detector.On == true then
hit.Color = Color(102,51,0)
sleep(.1)
link(detector.Collided, Bake)
Hope this helps!

