Fix Your Physics Using a Roblox Friction Script
Getting your character to stop sliding across the floor usually involves tweaking a roblox friction script or messing around with CustomPhysicalProperties. It's one of those things that seems totally simple until you're actually building a map and realize your player is ice-skating across a concrete parking lot. Physics in Roblox can be a bit of a wild beast, but once you figure out how to manipulate friction through scripting, you gain a massive amount of control over how your game actually feels to play. ...