I’m not sure where this can go, but I’ve been trying to find any tutorials of parenting the Player’s view to a part, put it in a location and just edit it from there. Also being able to move the (player’s mouse) side to side to see more of an area.
If there are any tutorials or tips to accomplish something like this, please let me know!
-- Setting camera cframe to a part.
-- LocalScript
local Camera = workspace.CurrentCamera
Camera.CameraType = Enum.CameraType.Scriptable
Camera.CFrame = workspace.Part.CFrame