Hello Devforum. There isn’t any post about this question from what I seen (correct me if I’m wrong) Sonic Frontiers has a camera system where it’s over the head kind of like this.
Any help on how I would recreate this in roblox?
Hello Devforum. There isn’t any post about this question from what I seen (correct me if I’m wrong) Sonic Frontiers has a camera system where it’s over the head kind of like this.
Any help on how I would recreate this in roblox?
Get the camera in a localscript using workspace.CurrentCamera
Change the CameraType to “Scriptable”
You are now free to manipulate the camera by setting its CFrame, do this every frame to get fluid movement.
Obviously you will require knowledge of CFrames to position the camera properly.
With taking the information of @goldenguy9 you can go to the Creator Hub, go to Documentation, then go to EngineAPI, and find CFrame, which should be inside of Data Types.
The EngineAPI is where you can always go if you need help with learning about a specific Data Type or any piece of scripting knowledge.
Alright so, I make the camera towards the head then i change the vertical position of the camera.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.