Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible bugs, if you dont need crouching #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Davidulik30
Copy link

There is a bug in new version of the script for movement. On line 67, I guess they accidentally put !crouch instead of crouch. This bug makes your character be always in the crouch position and that causes few bugs like EXTRALARGE jump while moving. Just delete "!" from if(!crouch){... and done!
P.S ty to guys from comments of youtube video for finding this bug.
Link on video : https://www.youtube.com/watch?v=dwcT-Dch0bA

There is a bug in new version of the script for movement. On line 67, I guess they accidentally put !crouch instead of crouch. This bug makes your character be always in the crouch position and that causes few bugs like EXTRALARGE jump while moving. Just delete "!" from if(!crouch){... and done! 
P.S ty to guys from comments of youtube video for finding this bug.
Link on video : https://www.youtube.com/watch?v=dwcT-Dch0bA
@Davidulik30 Davidulik30 changed the title Possible bugs, cause it always crouching Possible bugs, if you dont need crouching Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant