Change Handle Adornment Size in Game

Hi everyone! I am trying to create a custom building system for modeling your own weapons. The problem is the scale of the roblox handles. I having the players build the weapons on the scale that the weapons would be in game, so they will need to be able to make small adjustments down to 0.05 of a stud. The problem is on this scale the handles don’t work well as they are way to big:


I haven’t found a way to change their size, if anyone knows how I would really appreciate it.

If changing their size is not possible then is there a way I can create my own custom handles?

1 Like

What do you mean by handle? is it just a block named handle that you put in a tool?

No I am using the handles adornments that Roblox has

1 Like

So your part looks something like this, Yes? image

Yes, my part is rather small and close to the camera, in the example above it was a size of 0.5, 0.5, 0.5.

Well are you saying you can’t resize it to 0.05/XYZ? cause I can

How can you resize the handles attachment? Is there a property that you can adjust? I am not asking to resize the part, but the handles attachment. I want to keep the part size the same, but have the handles fit in the screen.

No just change the size of the part, it should change

Yeah but I want the part as the size it is, but the handles smaller.

2 Likes

Sorry was doinging something, Why don’t you just make a fake block for building then when they’re done just replace the fake block with the real one

You can’t do that. Do you want the Studio’s draggers? Those are written in a way that we can’t really access, but is still written in Lua. I was thinking of doing some research about that.

Yeah it would be nice to have the ability to change the size of the handles or use roblox’s studio draggers. If you find a way to do that, I would very appreciate it.