local Part=workspace.Light local found=Part:FindFirstChild("Fire") while true do wait() Instance.new("Fire",Part) if found then wait() found:Remove() Instance.new("Fire",Part) end end
It just stays with the fire lit, I think I'm supposed to do something with break for loops but I'm not sure how.