How do I remove this feature?

Hello!
When the last time, I used the Roblox Pirate Island Template. This keep happening to me:


And I dont know how do I fix this problem…

Please help!

LocalScript in StarterGui:

local Camera = workspace.CurrentCamera

Camera.CameraType = Enum.CameraType.Custom

Your current CameraType is Fixed, which will cause that behavior. Learn more about CameraTypes here!

1 Like

what’s the game cameratype, change it to custom

1 Like