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

How can you make a smooth CFrame?

Asked by
Teeter11 281 Moderation Voter
9 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.

How can you make a smooth CFrame?

I have no clue.

1 answer

Log in to vote
1
Answered by
LostPast 253 Moderation Voter
9 years ago
while wait() do
game.Workspace.Part.CFrame = game.Workspace.Part.CFrame + Vector3.new(0,0,0.1)
end

This is smooth. It moves so fast that it is smooth. Good luck

Ad

Answer this question