Hello,
I am trying to achieve making car tires that pop when a person shoots them . The thing is I have the tires done but I cant figure out how to make the tires pop when the impact happens. Finally I also can’t find any posts on the devforum about this topic.
Thanks,
Wrong category.
Take this to scripting support.
Fixed it, thanks for letting me know
That’s quite an interesting idea you got there, here’s how I would do it:
- Have 2 tires (parts) or 2 meshes (that can go with one part)
- When it detects a bullet the tires switch, and you add a ParticleEmitter.
This is just an idea, a theory, I haven’t done it before but it might work