How to delete specific area in my part with code

How would I delete a certain part from my baseplate.

Basicly they need to delete certain part of baseplate without deleting the whole thing.

I haven’t tried anything yet cause I don’t know where to start.

1 Like

You would need to create a new part with the area of the baseplate you would want removed and then subtract it from the baseplate using :SubtractAsync().

3 Likes

Now that I did that it just doesn’t come back after its deleted.
– I realised that its model but thanks :smiley:
The code:
image

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.