10 Dec 2025
Refactoring for clarity
Cleaned up the character movement code so states such as walking, sprinting, and sliding are easier to follow.
Split input handling from movement logic to mirror how I structure systems in other engines.
This refactor should make it easier to port ideas between projects, especially Roblox and UE5.