Prevent part from rotating

How can i prevent part from rotating on collision? I mean for example, when the part falls down it doesn’t fall over, it keeps 0,0,0 orientation all the time, only the position changes.

maybe this could help?
did you search your problem on devforum before posting it?

1 Like

You can use AlignOrientation (AlignOrientation | Roblox Creator Documentation)

Configured as such:

image

With the properties as such:

image

This should hopefully work.