#How would I make a ground slam? If a player jumps they instantly hit the ground if they press LCTRL.

1 messages · Page 1 of 1 (latest)

pliant geode
#

I tried the roblox docs but i couldn't find what i needed to make this possible. I'd be very grateful if anyone could help me make this.

to simplify it I would like it if the player decides to jump but after that jump, they wanted to get to the ground instantly, they would just need to press left control.

buoyant lion
#

can u just set their velocity to be

#

like 0, -100, 0

pliant geode
#

i think so

limpid bladeBOT
#

studio** You are now Level 4! **studio

pliant geode
#

im new to coding idrk how i would go about doing that

#

i checked docs and it may be something like body velocity but thats depricated and substituted for LinearVelocity

#

so do i use linearvelocity for this

trim nebula
#

check if the player is in the air

#

if so change the roots velocity -100