How to make part catch fire

G’day

I have a car that has popable tires and I need help with making it where if the car’s rim touches the ground then it catches fire

I can’t find anything online about it.

I have searched everywhere for help and I can’t get any.

Thanks,

Let me know if this is in the wrong category.

Happy :cake: day!

First, you want to do a .Touched event in the car’s rim, and if the touching part (the parameter for the .Touched event) is the ground, then make a fire effect by using Instance.new()

Hope this helps!

You can detect when the car’s rim touches the ground, if so use the Instance.new() method to insert a Fire object, set it properties, and then set the parent to the rim or another part.