Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help w/ velocity?

Asked by
FiredDusk 1466 Moderation Voter
8 years ago

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

0
Change 50 to a smaller number, make sure the part is cancollided and anchored EzraNehemiah_TF2 3552 — 8y
0
Ok thanks! FiredDusk 1466 — 8y

Answer this question