What do you want to achieve? I want to make a kid character
What is the issue? It is not working and it also making big distances between character parts
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
IggyDev
(Iggy)
March 20, 2021, 9:49pm
#2
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)
IggyDev
(Iggy)
March 20, 2021, 9:51pm
#4
This post may be helpful.
I haven’t done this myself, but I know a few people who use applyhumanoiddescription, I’d suggest looking into that here
Hope this helps!
1 Like
Dan_foodz
(Dan_foodz)
March 20, 2021, 9:52pm
#5
Hello, I am trying to make the character smaller and I have came acrose the same problom:
IggyDev
(Iggy)
March 20, 2021, 9:53pm
#6
Yeah, this is because when resizing the body parts, you still have to rejoint them, try using this:
I haven’t done this myself, but I know a few people who use applyhumanoiddescription, I’d suggest looking into that here
Hope this helps!
anxlr
(anx)
March 26, 2021, 2:20am
#7
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.