How to change player size in roblox studio
Madison Flores
Published Apr 11, 2026
In this video I show you how you can change the size of players in your Roblox game! By clicking on different buttons, player can change from jumbo, normal, …
There are other answers below:
You can change the scale of the player with the Scale properties in the Humanoid. The default scale size is 1. Remember that Roblox allows players to slightly modify their body proportions in Avatar selection, so if you plan to revert the …
My Twitter: Discord: 6BhgeuDFeel Free to request which game next!=====
Sorry for the vague title but a more accurate one would be stupidly long local Scale = 0.1 script.Parent.Parent.TextButton.MouseButton1Down:Connect(function(clicked) repeat wait(0.01) game.Players.LocalPlayer.Character.Humanoid.BodyWidthScale.Value = game.Players.LocalPlayer.Character.Humanoid.BodyWidthScale.Value + Scale …
Pull up the Roblox sidebar. Click the Avatar button. Select the Avatar Customizer option. Look for the Scaling section at the bottom. Adjust the height and width sliders to …
To customize your character size, click “Avatar” in the Roblox website’s sidebar to go to the Avatar Customizer. You have to be R15 to change your scale, so make sure that your Avatar Type is set to R15.
2 Types of Size. The explorer and properties toolbar of a GUI TextButton. Size is highlighted in green on the properties toolbar. Size applies to both 2D and 3D objects in Roblox. They are both listed below. 2D Objects How to Sizing it Works. GUIs use something that looks like this:{0,85},{0, 29} for sizing. The numbers in the left set of brackets stand for it’s horizontal (left and right) …
Find the service named Players and select it. Go to the Properties panel and find the value MaxPlayers. Change the value there from 12 (This is the default value) to how ever many players you want…
I’m trying to make walls to change size based on the distance from the player’s torso (bigger when close, smaller when faraway). I’m not really good at this kind of stuff so I have no idea how to do this. Here’s the code at the moment: for _, v in pairs (script.Parent:GetChildren ()) do if string.sub (v.Name,1,4) == “Wall” then local walls = {} …
Related Questions
Is it possible to change the size of a Roblox character?
Remember that Roblox allows players to slightly modify their body proportions in Avatar selection, so if you plan to revert the player you will need to store their current values. I inserted what you said into a script,but the ‘‘Humanoid’’ has got a red underline in it and when I try to step into the part it doesn’t change the size of my character
What is the default scale size for Roblox avatars?
The default scale size is 1. Remember that Roblox allows players to slightly modify their body proportions in Avatar selection, so if you plan to revert the player you will need to store their current values.
How do I change the height of my Roblox Avatar?
If you’re in a game with R15 avatars, you can change the height between 95% and 105%. Width is adjustable between 75% and 100%. These percentages are based off and apply to the standard/default character size. Doing this is very simple. Pull up the Roblox sidebar.
How do I change the max number of players in Roblox?
I assume you mean change the max amount of players that can join a server? Well this is simple to do. Open your place in RobloxStudio Go to the Explorer panel (Where all the objects in the game can be found). Find the service named Playersand select it. Go to the Properties panel and find the value MaxPlayers