Hello! I’m wondering how I can cut a part using the SubtracAsync() function and the mouse position? I tried to cut it in half and then created 2 parts but in this case I don’t know the position and size of those parts
here an ugly picture:
Hello! I’m wondering how I can cut a part using the SubtracAsync() function and the mouse position? I tried to cut it in half and then created 2 parts but in this case I don’t know the position and size of those parts
here an ugly picture:
not possible ig but if you will find way then tell me
Its definitely possible, i’ve made something similar recently
You want to cut it into a perfect slice?
If then you can set the part size relative to the mouse position with raycast, and create a new part with the size missing to complete the old size.
It’s just an idea*
Raycast isn’t needed, mouse.hit.Position should suffice
I used raycast to get the direction, by the way here the result:
https://gyazo.com/36bd99e443552e5fd89d1e370ffa8417
Did you make it with unions and is it possible to cut meshes or models?