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

is there a way to slow down cframe in models?

Asked by 5 years ago

i made a model move using cframe but its so fast it looks like it teleports here is the script i used :

script.Parent:SetPrimaryPartCFrame(script.Parent.Center.CFrame*CFrame.new(0,10,0))
0
it does teleport. that's how CFrames work OBenjOne 190 — 5y
0
You need to use a for loop... Oficcer_F 207 — 5y
0
you can try lerp() moves a % of the distance but you'd need to make a few alterations to make it work zor_os 70 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

No, maybe consider adding a wait

Ad

Answer this question