Originally shared on December 12, 2021; reshared after a few changes (positive values for gravity are now supported!) on May 18, 2025
Entirely made by me! I tried to make it as customizable as possible with wall jump, gravity, slopes If you are wondering why there is no boolean for touching platforms, it's because booleans DO NOT update inside of the function and only are set to a value when they are called, thus collision using the sensing boolean does NOT actually work...