I want to make a crusher script

Hello, I want to make a crusher game, and I’m having troubles with crush script.

I want to make my character looks like this when the crusher hits the character. I don’t want a crusher script. I want to make my character looks like this when I start the game. I’ll modify the script with the crusher.

Image:

Please help.

1 Like

You can set the humanoid.BodyWidthScale to 0.1

This should do it

hum:WaitForChild("BodyWidthScale") = --// The Scale You Want

Yeah just don’t forget the .Value at the end

2 Likes

Thank you very much!
I’ll use this.