I am making a minimap with ViewpointFrames, but the camera simply vanishes and script does not work…
-- The LocalScript.
wait(1)
print(script.Parent:GetFullName())
while true do
task.wait()
script.Parent.CFrame = CFrame.new(Vector3.new(game.Workspace["DAF XF"].DriveSeat.Position.X, game.Workspace["DAF XF"].DriveSeat.Position.Y, game.Workspace["DAF XF"].DriveSeat.Position.Z)*CFrame.Angles(-90, 0, 0))
end