Onogork's Camera Path Script

Hey all!

I’ve written a script that allows users to create camera paths while in-game! It’s super easy to implement and it’ll allow you to get some great clips of your game in action!

It can:

  • :curly_loop: Draw smooth camera paths.
  • :movie_camera: Tilt and roll the camera to get some sweet dutch angles.
  • :video_camera: Adjust the field of view.
  • :scroll: Whitelist trusted players.
  • :desktop_computer: Client-side scripts! Won’t interfere with other players experience.
  • :video_game: Record in live servers with real players.
  • :loudspeaker: Capture sleek and professional looking clips for trailers and commercials.
  • :no_entry_sign: Doesn’t interfere with player movement or player camera while toggled.

Here is one of a few clips that I managed to get in just 3 minutes:
https://gyazo.com/c9ecfbc7f1c9f2c79ea635889b9377da

All you have to do is take the free model and add the script to ServerScriptService!

You can get the script here: Onogork’s Camera Path Script

If you’re stuck or need help then the model includes a ReadMe script. There should be some basic info in there to get you started!

Many thanks,
Richard

64 Likes

Very nice! I can see how this could be used in many games.

2 Likes

This is so amazing! This can help me make a trailer for my upcoming game. Thanks! :smile:

2 Likes

Yes, while in the camera path mode your keyboard inputs won’t move the character.

3 Likes

Dose this create beizer curves for the camera movements if so I’ve been trying to implement it into my custom camera system that uses bricks to lerp the camera attached to brick.

2 Likes

Yes, the camera path is a collection of Bézier curves.

3 Likes

Hey i just written a plugin recently that uses tweening, and i published it. but i quickly realized the limitations of using CFrame tweening. It’ll be a pleasure for me if you can point me out to a good tutorial about bezier curves. I like your code. Thanks in advance!
Btw you can contact me in discord CodesOtaku#8327
And here is my plugin, if you’re interested, i can even give you it’s source code if you can make it better for the community!
I’m waiting for your response :sweat_smile:

1 Like

This is awesome and all, but could you make a plugin version? So that we can create cutscenes while we aren’t playing