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

How would I get a player to stay in the air and not fall?

Asked by
Desmondo1 121
3 years ago

I'm trying to make an ability where the player jumps into the air and then beams come out of his arms. My problem is that the player doesn't stay in the air when he jumps, he just falls down. Any suggestions?

1 answer

Log in to vote
0
Answered by 3 years ago

either anchor the HumanoidRootPart before shooting the beams, then UnAnchor it. or apply a BodyPosition Applied at the Y-Position Only (So the player can move through the air)

(BodyPositions is a constant force applied to try to keep it in a desired place)

0
Thanks i'll try it out. Desmondo1 121 — 3y
0
Thanks it works. Desmondo1 121 — 3y
Ad

Answer this question