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

The Interpolate method is broken?

Asked by
Perci1 4988 Trusted Moderation Voter Community Moderator
8 years ago

Take a look at this code:

cam.CameraType = "Scriptable"
cam:Interpolate(part.CFrame, part.CFrame + part.CFrame.lookVector, 5)

Two days ago, this worked perfectly. Now, however, even using the exact same code, it does not work how one would expect Interpolate to work. Instead of smoothly tweening the camera, calling the method once moves the camera one frame. Calling it again moves it another frame, and so on.

You can try this yourself in the command bar. It's really weird and annoying.

Any ideas?

0
I'm having issues with Interpolate too. Mystdar 352 — 8y

Answer this question