Hello, I am Aidan Plays!!. Today I will go from start to finish on what size is and how you can use it to better your builds when making a game. I hope you learn something that you didn’t know in this article.
Introduction:
Ever seen a really cool build that had A PERFECT SQUARE and thought “But that’s impossible!”. Well, sorry to break it to you, but you are actually wrong. It is called size, we use it all the time in Roblox Studio. It is everywhere you look.
What is Size:
Size is the mass of an object in your game. Say you spawn a part, that part used to be mass-less, but now that it has size, players can touch it and even interact with it.
Size Property VS. Scale Tool:
The scale tool is a very basic tool. You can edit size using it, but that’s about it.
However, The Size property is much more advanced. For example, with the Scale tool it is very hard to make a perfect square. With the Size property, it takes a few numbers, and it is Exact.
Where to Find Size Property And Scale Tool:
Scale Tool: The Scale tool can be found on the “Home” tab next to Move and Rotate.
Size Property: The Size property can be found inside of a part’s properties in the “Part” section.
Why should i Worry about size:
Size is really important to the game play. If your object was to big, players wouldn’t be able to use it. If it was to small, Players could use it, but the game play experience for them would go down a lot. After all, in studio, it isn’t all about how long something takes to make, it is about what the player thinks and if they will come back. Size is one of those key factors you must get right.
Tips on how to check size:
There are a few ways to check if your part is too big, too small, or perfectly sized. You simply either go to Plugins, and use the rig plugin to add a rig. Rigs are what is used to animate, so they are the same size as any avatar. To save time, you can also use the “Drooling Zombie” Model in toolbox (It is a high quality virus free model that is one of the most popular so it takes around 10 seconds to find/add it).
X, Y, Z:
X represents: The area on the X line of a part.
EX:
5, 1, 2
3, 1, 2
Y Represents: The area Above and below the part (on the Y line of the part).
EX:
3, 4, 2
3, 0.5, 2
Z Represents: The area of the part on the Z line of the part.
EX:
3, 0.5, 5
3, 0.5, 10
Cubes:
Cubes, as most of us know, are objects with every face and angle being the same. In Roblox Studio, a cube would be an object with every size being the same.
EX:
10, 10, 10
Practice:
If you want to build way more advanced, don’t use the scale tool on parts, use the Size property. There are many ways you can practice, you can use it when creating props such as buildings and Bushes. These properties are advanced, but once you know them they will make your games will be way better and easier to make.
Thank you for reading, Hope you learned something new, bye!