Using the roblox align orientation script constraint
If you've been messing around with physics objects lately, you know that getting things to stay upright or point in a specific direction can be a total nightmare, but that's exactly where the roblox align orientation script constraint saves the day. It's one of those essential tools in the Roblox physics engine that replaced the older, now-deprecated BodyGyro. If you want a part to look at a target, stay perfectly level while hovering, or snap to a specific rotation without using Anchored properties, this is the way to go. ...