Character.Scale not working

I am trying to have the player grow each click (R6 Body type) and for some reason its not able to find .Scale.

Error:

Scale is not a valid member of Model "Workspace.CloutBl0x"

This is my current line and every variable is working fine :

character.Scale = 1 + (player.leaderstats.cash.Value / 100)

R6 will not scale like R15. This may help

This is just not how the scale API works, to change the scale, you have to use Model:ScaleTo(number). you should check the announcement post for it if you want more information.

2 Likes