#Is it possible to make like xp level = your size?

1 messages · Page 1 of 1 (latest)

clear knot
#

Is it possible to detect player experience level and define it's size for that specific level by scripts? or by animation controller?

outer storm
#

you can get the scale component within the api, and edit the scale value.

clear knot
grand lodge
#

this might work

player.getComponent('scale').value = player.getTotalXp()```
#

or

#
player.getComponent('scale').value = player.level;```
grand lodge
clear knot
grand lodge
clear knot
ivory iron
#

you need to add the scale component into the player.json file. then it will work @clear knot

clear knot
outer storm
#

the script api