Add ability for plugins to read current rotation increment

Currently a plugin can read the Move increment the user has set in studio via plugin.GridSize. There is currently no way to read the Rotate increment. Adding this functionality will make better UX for plugins where the user will be rotating models

image

https://create.roblox.com/docs/reference/engine/classes/Plugin#GridSize

StudioService has both RotateIncrement and GridSize. I’m guessing that’s the preferred way to get it.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.