How do i make a dummy 2x times bigger?

[REPOST FOR WRONG CATEGORY]
How do i make a dummy that i applied humanoid description to 2x times bigger?, the script is a localscript in startergui and does clone a rig from repstorage and applies description and places it in workspace… how would i add that it makes the dummy 2 times bigger?

Found you again lol
from what it looks like you are changing the values through studio
humanoid description overrides these values so you need to change them after applying the description in the script


Still not working [i know values are wrong this is an old screen]

Try Model:ScaleTo() for all your scaling needs.

dummy:ScaleTo(2)

That worked! Thank you so much!

1 Like

eventhough theres a solution found

the error with this way was that you changed it from the humanoid description
you needed to change them from the int values underneath the humanoid description
image
this would only be the solution if you only wanted to change one scale size and :ScaleTo() is better in your situation

2 Likes

Thank you too! Will use this next time.

1 Like

yeah that is a good way but that takes longer time (Unless a for loop is used), scaleto is kinda useful… (sorry if im making no sense)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.