Digging a brick

Hi guys, I wanted to make a digging tool for parts/bricks, I’ve already tried with unions but the result is laggy and not cool, I wanted to ask you guys if there’s a way to do it or I have to do it with normal terrain, thanks

1 Like

You can make it with parts and bricks, Just try to optimize the code the maximum possible.

1 Like

Oh right, why didnt I think about this?

If you don’t care about bits of dirt actually dropping and it’s just a visual flair, you probably could just use a ParticleEmitter to show fine bits of dirt fly around as you’re digging.

I’m not searching for particles, I’m searching for a way to dig into bricks

Why don’t you just use Destroy()

Because that Destroys the part, which isn’t what he is looking to do.

Your best bet is to take the route of other games and use either terrain, and remove voxels, or Minecraft style blocks to dig, realtime CSG is slow.

I’m trying to dig a huge block, not a small part

its not really possible unless you create a voxel based destruction system, roblox has something similar called smooth terrain you could use.