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

Tried doing smooth CFrames, and failed misearbly, any ways to fix?

Asked by 5 years ago

https://www.roblox.com/games/2587020744/Framework This is a framework I'm currently working on, I've tried to make the CFrames for the framework work just the way I wanted, I tried lerping the model and such, but it didn't seem to work.

If you try to shoot or zoom in, you'll notice that it's not very smooth, any suggestions or ways to fix it?.

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

Things to try:

  • TweenService
  • Updating the CFrame (ex of the PrimaryPart in the model) every frame using one of the RunService's events and lerp to transition from whatever CFrame you were in to whatever CFrame you want to be in
Ad

Answer this question