What Im Making:
A phone gui with a camera feature where it changes your camera view to your phone Tool (to mimic recording on a phone)
The Issue:
ive tried a few solutions but the farthest I’ve got is just making the camera freeze in place
What I Want:
I want the players camera to move with the part I set it too in first person (the camera locked to the part its set too in first person)
if cameraApp.Border.Flip.Rotation == 0 then
wrkspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
wrkspace.CurrentCamera.CameraSubject = plr.Character.Phone.Handle
wrkspace.CurrentCamera.CFrame = CFrame.new(plr.Character.Phone.Handle.Position, plr.Character.Phone.Handle.Position)
end
if cameraApp.Border.Flip.Rotation == 180 then
wrkspace.CurrentCamera.CameraType = Enum.CameraType.Custom
wrkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
end