xMystic416 here. So, I've been working on a pretty simple physics engine for platformers, and I've finished making it! It contains ceiling and wall detection, as well as momentum and gravity. What separates it from other platforming engines, however, is movement without 'If' conditions! (Well, there IS an 'if' condition for jumping, but it's used so you can't fly up) If you decide to give this Physics Engine a shot, all you have to do is backpack, and give credit! Tell me if there is anything wrong with the engine in the comments below. Also, be sure to follow me, and check out my other projects! :) Also also, if this gets lots of loves, I might make a pen platformer physics engine. Update Log// 5/11/20 v0.0 Released! 5/12/20 v0.1 Simplified x movement scripts! 5/12/20 v0.2 And then I realized there is no slope detection. Added slope detection! 5/18/20 v0.3 Edited slope detection to use @griffpatch's slope detection 5/18/20 v0.4 Made script more efficient with less blocks 5/28/20 v0.5 Can now jump while going down slope using modified script of @griffpatch 6/16/20 v0.6 Reshared + Modified Physics 6/21/20 v0.7 Mobile Friendly! I'm wayy too obsessed with platformers. #Platformer #Physics #Engine #Tutorial #xMystic416