Camera Manipulation Help

:pensive: This still doesn’t work, the car is a model and it has a PrimaryPart called primary.

Hello. So, I can see a major issue with this.
The core script for loading the camera is not run at all, thus it waits for the character to load for continuing the operations.

How you can approach this:

  1. Enable the AutoCharacterLoads .
  2. Delete the Character Destroyer Script.
  3. Put the camera script in StarterCharacterScripts .

You can hide the character by adding the following script in StarterCharacterScripts:

local Char = game.Players.LocalPlayer.Character 
Char.HumanoidRootPart.Anchored = true
Char:SetPrimaryPartCFrame(CFrame.new(2000,2000,2000) -- Or sth higher

Thank you for helping me work this out on a third-party app and posting it for other people to see! :slightly_smiling_face: