Noclip with no inertia. Make precise movements in the air with fully customizable speed and keybind options.
Default keybinds:
- Activate/Deactivate: INTERACT
- Speed Up: ABILITY 1
- Slow Down: ABILITY 2
- Ascend: JUMP
- Descend: CROUCH
To use as a module
This code contains 1 global variable, 1 player variable, and 2 rules. The first rule can be used to customize your speed options (add as many speeds as you want!) and the keybinds. To add this to an already existing mode, paste the rules into a notepad and change the numbers of the variables to numbers not used in your mode. No credit is necessary for use of these rules.
4 Comments
the best noclip on workshop codes
I recommend changing the variable numbers to 127 yourself so people using this don't have to do it
Problem is you can't guarantee what variable numbers are already in use in a given workshop. I suppose that would lower the chance of a collision though, so I'll change it.
Yeah, that's the reason I put my module variables at the end as well - not a nonzero chance of collision but much less. Though it's worth pointing out that in this case, a single variable at the very end of the variable list is basically never going to cause problems unless someone is literally using all 128 variables, in which case they have bigger fish to fry than worrying about variable collision with someone else's code they're merging.