How can i make a slippery baseplate?

local d = 1
local f = .01 --Set this to a lower number for a better slide effect.
local e = 1
local fw = 100 --Set this to a higher number for a better slide effect.
local ew = 1
local Properties = PhysicalProperties.new(d, f, e, fw, ew)
script.Parent.CustomPhysicalProperties = Properties
27 Likes