Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How would you push a player back when you click on them?

Asked by 10 years ago

So, recently I've been playing around with bodyobjects, and animations and I'm wondering how to use the "Force push" in a better way to describe it. Like how would you make it so a player clicks the tool and it plays an animation, and pushes the player they clicked on backwards, making them sit?

0
This is not a request site. Only an script error fixing site RolandStudio 115 — 10y

1 answer

Log in to vote
1
Answered by
Tesouro 407 Moderation Voter
10 years ago

To make them sit, use the sit property of the Humanoid.

About the tool, you can use the mouse Target to check if it is a player torso.

You may not need a BodyObject to push someone, just give the character some velocity.

About animations, the wiki may explain better.

If you wanted a script, wrong place.

Ad

Answer this question