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?
2 Likes
You can use AlignOrientation
(AlignOrientation | Roblox Creator Documentation)
Configured as such:
With the properties as such:
This should hopefully work.