#Is it possible to make like xp level = your size?
1 messages · Page 1 of 1 (latest)
player.level
you can get the scale component within the api, and edit the scale value.
But it's not possible to do by using scripts right?
this might work
player.getComponent('scale').value = player.getTotalXp()```
or
player.getComponent('scale').value = player.level;```
I tried both
🥲
ill try them
Thanks please tell me
idk either
🥲
you need to add the scale component into the player.json file. then it will work @clear knot
You mean first I need to mention scale component in player.json then try to do by scripts?
yea
I said within the api.
the script api