So I have a brick and when you step on it you slide, like a draft.
So how would I make it where you slide slower?
while true do script.Parent.Velocity = script.Parent.CFrame.lookVector *50 wait(0.1) end