Hi
How do I begin with making a part bounce when I hit it with a specific tool. Like, I want the part to have a bouncy effect.
Hi
How do I begin with making a part bounce when I hit it with a specific tool. Like, I want the part to have a bouncy effect.
Enable CustomPhysicalProperties
in the part and change the Elasticity
property to 1
and change the ElasticityWeight
to 100
.
Hi, thanks! But I only want it to bounce with a certain tool, if that makes sense. It’s a tree and the tool is an axe, so I want it the tree to bounce when the axe hits it.
You should look into TweenService
.
Isn’t tweenservice for doors? I only need to make it bounce rather than moving it.
You can use TweenService to make it bounce as well. Who told you it was only for doors?
You need to tween it with the reversable property and make it go into another position and rotation.