#how do i force stop a player from jumping?

1 messages · Page 1 of 1 (latest)

mellow pendant
#

how do i force stop a player from jumping?

ive set the character jumps to 0 already

ripe yoke
#

well they cant jump if its set to 0

#

unless you have a script that changes their jump power then it should work

#

not sure what ur issue is

sudden sky
#

jumpheight is the new thing

#

or do that

stark spruce
#

try overriding the jump by :
uis.JumpRequest:Connect()

wraith cobalt
#

Humanoid.UseJumpPower = true
Humanoid.JumpPower = 0

#

this should be good enough