How to make a script that shrinks the player down 50%

I need the script for a game!!!

3 Likes

Can you elaborate on your request? Just saying you need this for a game doesn’t contain any information.

For example, when should the character be shrinked down? When something happens? Or perhaps constantly?

1 Like

when you join!!!

1 Like

Im sure u can just do

Character:ScaleTo(.5)

(havent tested yet)

4 Likes

R6: resize the character’s BaseParts by half,
R15: resize the humanoid’s HeadScale, BodyDepthScale, BodyWidthScale, and BodyHeightScale by half.

4 Likes

Thank you so much!!!

1 Like

I think @PR_0B’s answer is better and if it helped you, please mark his answer as a solution.

1 Like