We should be able to configure increment values of instances in properties

As a Roblox developer, it’s challenging to change increment values within properties.

There are implemented tools that can change rotation and sizing values for parts in studio, however, there isn’t a setting to configure increment sizes for properties. Without this, I have to go with the default sliding or increment changer by .01 that isn’t very helpful in development.

Some of my usecases:

  • Being able to increment faster through ^ and like Clouds.Density, BasePart.Transparency
  • Change increment values on individual properties, not the default .01 or 1.

If Roblox is able to address this issue, it would improve my development experience as I can customize how much I want to increase values in properties with varieties of properties and help out my workflow.

6 Likes

Seems more useful to use modifier keys, a setting for this would be too specific and fiddly. Currently if you hold down ctrl and use the arrow keys, the increment changes from 0.01 to 0.1. Maybe including shift and alt to increment by 1 and 10 would be better.

2 Likes