How to Scale my Character using the Command Bar?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

How to Scale my Character using the Command Bar?

  1. What is the issue? Include screenshots / videos if possible!

How to Scale my Character using the Command Bar?

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I haven’t tried any solutions so far. I did look for solutions on the Developer Hub.

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

-- This is an example Lua code block

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

Hello there,

If it’s R6,
hunxrepair has made a model for that, hope it helps

https://www.roblox.com/library/1239655916/R6-Character-Scaling

If it’s R15, you could change these:
image

1 Like

What’s the reason you want to change it in Test mode?

If you want to test different sized Humanoids in different sections of the map you could make a script that reads a NumberValue for the size, and manually change the values in the Properties window while you test and use a NumberValue.Changed signal to change it in the in-test script.

1 Like