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

How I can make a Camera track?

Asked by 8 years ago

I want to make the camera move from a point to another making a track like if it is moving someone can help me please? Here's my code for it but I don't want the camera to "teleport" to the other point. I want it to move slowly to that point

camera = workspace.CurrentCamera
camera.CameraType = 6
wait(1)
camera.CoordinateFrame = workspace.P1.CFrame
wait(4)
camera.CoordinateFrame = workspace.P2.CFrame
0
Search for the Interpolate method. DragonODeath 50 — 8y

1 answer

Log in to vote
1
Answered by 8 years ago

If you are looking to create a little cutscene or intro, there are plenty of plugins that will allow you to create a track and they will create the script for you. If you want to create it yourself, I would advise taking DragonODeath's advice and using Interpolate.

As for the plugin, I would believe that Clonetrooper1019's Cutscene Editor Plugin v2.03 plugin will work fine because it has over 23,000 installs, 92% upvote and was recently updated.

0
I've never used interpolate, except maybe only once. That once was the last time I used it. It was quite difficult for me at the time... lightpower26 399 — 8y
Ad

Answer this question