I need help for this script!!! Please

Indiebear
Joined 08/02/2019
Posts 2,908
06:22 PM 15/09/2019
I am posting the link of the post here I just had to repost it cause not enough people saw it!
https://www.brick-hill.com/forum/thread/240909/


[im] appliance
Joined 16/02/2019
Posts 23,156
06:24 PM 15/09/2019
can't help sorry


Indiebear
Joined 08/02/2019
Posts 2,908
06:25 PM 15/09/2019
Quote from appliance , 06:24 PM 15/09/2019
can't help sorry
I need someone you can


Indiebear
Joined 08/02/2019
Posts 2,908
06:26 PM 15/09/2019
Quote from Indiebear , 06:25 PM 15/09/2019
Quote from appliance , 06:24 PM 15/09/2019
can't help sorry

I need someone you can
Sorry I meant “who CAN”


[PLUS] cheats
Joined 28/07/2019
Posts 692
01:01 AM 16/09/2019
when the player joins their scale will be set to 0.1 (the default scale for a player is 1).

change the variable scale to the size you want the player to be

const scale = 0.1
Game.on("playerJoin", player => {
player.scale = {
x: scale,
y: scale,
z: scale
}
})


Indiebear
Joined 08/02/2019
Posts 2,908
01:21 AM 16/09/2019
Quote from cheats , 01:01 AM 16/09/2019
when the player joins their scale will be set to 0.1 (the default scale for a player is 1).

change the variable scale to the size you want the player to be

const scale = 0.1
Game.on("playerJoin", player => {
player.scale = {
x: scale,
y: scale,
z: scale
}
})
Thank you this means a lot to me!

1