Hello! I am wondering how I could make an ice sliding system where as the player glides on the ice, they slowly slow down. I know that the default ice does this, but how could I make it take longer to slow down. Would I have to add a script? Would I need to change properties? Thank you to who ever could help!
You need to change the Friction and FrictionWeight of the part. Lower friction means more slip
Where would I find the setting to change the friction? How can I change the friction weight of a player? Would I just change the friction weight of their feet
You need to go into your ice part’s properties, and enable CustomPhysicalProperties. From there you can edit the PhysicalProperties of it, including Friction and FrictionWeight
hmm. I put the part friction to the lowest and the friction weight to the maximum, still not slipping as much as I would like it too.
Well there is a limitation for that. And while it is doable with scripts, it would be too complicated. So you’ll just have to stick with PhysicalProperties for now.
I’m pretty sure irl if an object weighs more there’s more friction, try lowering the friction weight.
That makes it impossible to slide
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.