Character Size for R6

  1. What do you want to achieve? I want to make a kid character

  2. What is the issue? It is not working and it also making big distances between character parts

  3. What solutions have you tried so far? I tried to scale HRP, move character parts.
    Example:

Any ideas on how would I make it or any video for the tutorial?

2 Likes

Hey, could you possibly send any scripts/models you used to try to achieve this?

Yes, That is the part of script

		spawn(function(Academy)
			
			
			if rank == "Academy" and age == 10 then
				print("Noob")
				Head.Size = Vector3.new(1.4, 0.7, 0.7)
				LeftArm.Size = Vector3.new(0.7, 1.4, 0.7)
				RightArm.Size = Vector3.new(0.7, 1.4, 0.7)
				LeftLeg.Size = Vector3.new(0.7, 1.4, 0.7)
				RightLeg.Size = Vector3.new(0.7, 1.4, 0.7)
				Torso.Size = Vector3.new(1.4, 1.6, 1.4)
			end
			
		end)

This post may be helpful.

1 Like

Hello, I am trying to make the character smaller and I have came acrose the same problom:
image

Yeah, this is because when resizing the body parts, you still have to rejoint them, try using this:

The best way I tried to do it was. Offsetting the arms after you do that

Sorry for bumping this but ApplyDescription doesn’t do anything unless I’m changing the wrong thing, I just tried changing HeightScale. Does anyone know what I can do now?

Edit: I’ve just created an animation that seems to half work except the legs don’t move.