Is their a way to make Unions through Scripts?

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

1 Like

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.

1 Like

How would I Negate a Union to separate Each Blocks?

@xZylter @itsLevande


Sadly you cannot separate unions from what I know of, I would recommend modeling 3 Parts in blender and position them relative the the ice blocks position.

This might help: