Hello guys! I have been searching around for a script that would allow a player’s character to “slip” while walking across a surface with low friction, in my case ice. I can’t find anything, nor do I have any ideas on how to achieve this.
Turn on CustomPhysicalProperties on your part, set the Friction to 0, and adjust the FrictionWeight to your desired slipperiness.
3 Likes
Oh I didn’t realize FrictionWeight could be set higher than 1, thanks a ton!