https://www.roblox.com/games/10541400/Krew-Testing
I want to make a destruction system that is similar to this game and I am not totally sure how
https://www.roblox.com/games/10541400/Krew-Testing
I want to make a destruction system that is similar to this game and I am not totally sure how
You could use Explosion objects, and break all Welds in BaseParts affected by that explosion.
This technique requires that your models be welded together, and for the most part, unanchored.
Sorry I should of been more specific in my question basically I want to recreate the system where one part splits into a bunch of other parts (Also sorry for late reply I thought I pressed send and apparently it didn’t)
It’s possible that those parts you believe are singular are actually just amalgamations of smaller parts held together with welds. I’m not able to play that game, so I apologize if this is going right over my head.
Perhaps this might interest you: In Game Solid Modeling
This would allow you to use the Union and Negate operations in live servers, letting you do things such as cutting through parts.