Which module is responsible for handling the player Jumping?

I can’t find the module that handles the player jumping, I want to make some modifications to it .

Well what type of modifications do u want to make?

A modification related to jumping.

That doesn’t help at all. No one is going to help you if youre going to be this vauge

1 Like

My question isn’t related to the modification, my question is where the module is.

probably the ControlModule under Player.PlayersScripts.PlayerModule

Yeah it’s probably somewhere there, but these selfs are so confusing, and the length of the module doesn’t help finding it, do you by any chance know how they are moving the player upwards? As in, are they using a force or directly editing CFrames? If it’s the latter, I’ll just disable jumping and make my own.

Most of the controls related to the jump ability can be found scattered inside modules in PlayerScripts.PlayerModule.ControlModule and the animation related to it on character.Animate.