Best Plugins to build small details

Hello everyone. So by basic roblox have some build limitation of movement resize etc.
But this plugin Studio Build Suite will help you to build very small 0.0 details movement and 0.1 resize (roblox limitation 0.1 / 0.2) so i hope it will help you to build small detail
image
image
as you see here is Move Axis Move Object Move first
Rotate Pivot etc it will be usefull for builder.
I use this plugin to make very cool things in my games so hope i helped u

  • Thanks for helping me!
  • Useful
  • I use it too!
  • Bad i never will use it
  • Very bad i think this plugin is very bad

0 voters

4 Likes

I don’t know if you’ve heard, but Roblox lowered the minimum part size down to 0.001 a while ago.

but he cant 0.000? and this plugin can

You can always just disable the grid snap function.

idk by me it give some bug at resizing big details (roblox) and this plugin can normaly resize big part model and dont ruin it so i use it

Yeah they did that a lot of time ago, that plug-in basically takes: scale, move, rotate, the basic building tools of Roblox Studio and simply adds the option to change shape (which is not so big of a problem) so it’s pretty much useless

-- the minimum size is 0.001, 0.001, 0.001
script.Parent.Size = Vector3.New(0.000, 0.000, 0.000) -- error code

--- the maximum size = 2048, 2048, 2048
script.Parent.Size = Vector3.New(6666, 6666, 6666)