Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I change the size of other players?

Asked by 5 years ago
Edited 5 years ago

I was wondering how I could change the size of other players using a script. Like certain players would be larger than others in-game. R6 btw

1 answer

Log in to vote
0
Answered by
starmaq 1290 Moderation Voter
5 years ago
Edited 5 years ago

Not gonna lie, you could've done some research on your own. Anyways, the way you change the size of a player is to change a number value object that is parented to the player's humanoid. !Here they are

By changing he value to whatever you want (there's a limit though) you can see that the player's size changes.

local humanoid = game.Players.LocalPlayer.Character.Humanoid

humanoid:WaitForChild("BodyWidthScale").Value = 3
--3 was just an example, and also i chose one of the values. You wanna play with the numbers until you find waht pleases you.

!Result

Ad

Answer this question