I beg of you lol

now that scaling has just hit the live server can someone make a code for it or explain how to do it :blush:

If you want to apply scaling to a player you use the “start scaling” action and set the number to the size he is scaled to.
This number is a multiplier, so if you set it to 8, the player will be 8 times that big. If you want the player to be smaller, use a number between 0 and 1. E.g. 0.125 will make the player only 1/8 of his original size.

If you want to return the player to his original size, use “stop scaling”.

The scaling happens instantly. If you want the player to dynamically scale over time, set a variable into the size field of the “start scaling” action and chase this variable.

1 Like