I am having a recurring issue of my jump just being straight up disabled. I try to reenable it through command bar but nothing happens. I have looked through alot of my scripts, and there should be nothing interfering with jumping. What can I do to fix this?
EDIT: It seems like I cannot jump while on the ground, but being partially off ground lets me jump (not sure). This is even weirder…
Hey Wary. I’d suggest checking the Player variable in your Workspace. You can change the gravity of your jumps (if it’s at zero you won’t be able to jump) or turn on/off jumps. If those aren’t the problem, it could be something to do with an outside source. Maybe try resetting your computer, doing a diagnostic check on your computer, or check to see if your mouse/ keyboard is plugged in or broken. I hope you can get it working again!
That’s the thing. I can’t find anything of the sort that would do it automatically. Disabling all the scripts that do this automatically don’t even make a result. Also, is it normal that my player’s primarypart is Head on spawn?
You should attempt to check for many things related to jumping, as there are many things within the client that can affect this. One such thing would be the property workspace.Gravity as seen here:
Is the gravity set to a higher number? The default preset gravity value is 196.2, and any number higher than this will limit your ability to jump. If this is the case, it would be recommended to lower this number to be able to jump in game.
Another thing that could be affecting your jump is a script. A script could have set a Humanoid's JumpPower. An example of this would be:
There could also be something else affecting your game, like a malicious plugin running scripts with having you accepted a permission to allow a plugin to inject scripts. If this may be the case, it would be wise to index your inventory of plugins that you’ve purchased from the Library.
Gravity is fine, nothing is setting the jumppower to 0 on spawn, because I can jump rarely aswell
The only plugin with script injection is CloneTrooper’s plugin
In that case, you should probably index your scripts for things related to “Jump”.
To do this, navigate to the View tab, and then look for the Find All / Replace All button that looks like this:
Click on the button and then navigate to the search bar. Search for the term “Jump” and then navigate through your scripts for something related to that as seen here:
For anyone wondering in the future who sees this, I can 100% for sure say this is a Roblox Bug since I get this issue ALL the time even in games with one Blank script and literally disabling and re-enabling all my scripts fixes this issues sometimes, Everything said above is false if you haven’t set Gravity or JumpPower period.
i had the same problem and there was no scripts doing that, i also checked my keyboard and it was fine, i fixed it by restarting the play test multiple times, very weird