How to change the player's friction

Hi, I’m trying to make a sliding script and I’m nearly finished with everything and all I need now is to make the player frictionless when you do the slide. I’ve looked everywhere but all I can find is how to make the part below the player frictionless. If anyone knows anything about this, it would really help. Thanks

2 Likes

You need to use “CustomPhysicalProperties” this will help you:
https://developer.roblox.com/en-us/api-reference/property/BasePart/CustomPhysicalProperties

You can change any physical propretie with this, you can use a “for pairs function” to change every BasePart of the player or change specific parts.

he asked for Player friction, not for a part or a brick

2 Likes

I found out that you don’t really need to, you can just make EVERY part in the workspace frictionless using “workspace:GetChildren()”

1 Like