Hello! Im trying to make a ice block and when it breaks I want it to be separated into 3 individual blocks that will unanchored themselves, Is this Possible?
and I dont just mean unions, But Separate and Negate to!
Hello! Im trying to make a ice block and when it breaks I want it to be separated into 3 individual blocks that will unanchored themselves, Is this Possible?
and I dont just mean unions, But Separate and Negate to!
Take a look at the documentation.
https://developer.roblox.com/en-us/api-reference/function/BasePart/UnionAsync
Yes you can use In-Game Solid Modeling to subtract from a part. Note that to get the correct physics simulation you need to create a clone of the iceberg and apply the subtraction on both parts.
How would I Negate a Union to separate Each Blocks?