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
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.