firePart = script.Parent
function lightOnFire(otherPart)
local fire = Instance.new("Fire")
fire.Parent = firePart
wait(5)
firePart.Fire:Destroy()
end
firePart.Touched:Connect(lightOnFire)
firePart = script.Parent
function lightOnFire(otherPart)
local fire = Instance.new("Fire")
fire.Parent = part
wait(5)
otherPart.Fire:Destroy()
end
firePart.Touched:Connect(lightOnFire)