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

how can i force someone to jump without :ChangeState()?

Asked by
karbis 50
4 years ago
Edited 4 years ago

i have this script that works on roblox studio but doesnt on roblox and i know its because of :ChangeState() edit: i want it so if you force jump again you go higher

0
does changing the `Jump` state to true make the player jump? GGRBXLuaGG 417 — 4y
0
in the humanoid? karbis 50 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

Just set the Humanoid's Jump property to true. Roblox does the rest.

Humanoid.Jumo = true
0
Jumo = Jump TrustedInstaIler 17 — 4y
0
i want it so if you force jump again you go higher karbis 50 — 4y
Ad

Answer this question