how to turn stuff other ways in roblox who
In Roblox Studio, you can usually turn objects by using the Rotate tool, or by changing the rotation snap settings if it keeps moving in fixed steps. If you mean turning something smoothly, you can also use scripting or TweenService for gradual rotation.
Quick steps
- Open Roblox Studio and select the object.
- Click the Model tab.
- Use the Rotate tool to turn it.
- If it feels “stuck,” lower or disable snapping in the Snapping section.
- For smooth turning, use a script or TweenService instead of manual rotation.
If you meant accessories
For accessories or items, the idea is similar: adjust their rotation and position in Studio, or use a plugin/script if you need more precise control.
Simple example
If an object keeps rotating too sharply, devs often use a gradual change instead of an instant one, so it turns a little at a time rather than snapping instantly.
Note
Your wording is a bit unclear, but this is the most likely Roblox meaning. If you meant “turn objects in Roblox Studio,” the steps above are the right place to start.