I would like to know how I could make two parts not move even if they’re unanchored and they can collide with each other. I came across Custom Physical Properties which have a value named “Friction”. How can I achieve my goal using it?
Thanks!
I would like to know how I could make two parts not move even if they’re unanchored and they can collide with each other. I came across Custom Physical Properties which have a value named “Friction”. How can I achieve my goal using it?
Thanks!
Just weld them? What
There are a few ways, but what exactly are you trying to do here? As many details as possible so we can direct you towards a good answer.
Some examples of what you could type so we can help with the best answer:
Sure, as shown in the video I uploaded, I would like to find way to not make the rock move when it is colliding with the grey barrier. So basically I would like to make sure that unanchored parts keep the x and y position fixed. The only position that has to change is the Z axis
Maybe look into these links for AlignPosition:
constraints/align-position
classes/AlignPosition