Playing game in studio has camera stuck under player

In studio when I select play the camera is stuck under the player.
I cannot change the view with my mouse.
Thinking I had done something wrong, like right mouse clicking on the player, I have tried restarting studio, restoring a previous version of my game from Roblox but get the same problem so I am stuck.
If I load another game it works fine so its looking like my game has been damaged somehow.
I relaise I can go through the pain of creating a new version using the contents from the damaged game checking it until I get a failure and then going back one step as I have done that before in Roblox.
Anyone any idea where I can start looking to find a fix for this problem.

2 Likes

Found my problem,
I was working on a camera shaker and made the mistake of not putting the code that did the shake in a funcion called by an event.
This meant the code was running at game start so not avoidable.