Camera Issues...please help my 6th grade student

In this game, CoSpaces Edu :: Video Game, October 2023, on Scene 1, we want the camera to stay stationary, and not move at all. Yes, we know to right click and choose fixed position, but we can still tilt it up and down. How do we stop this from happening?

2 Likes

What kind of game it is? Is it an horror game?

1 Like

@Kelly_Nickell there are two ways of doing this; Using coblocks or typescript, with CoBlocks it’s a bit slower while with typescript there are next to no performance drops; However for typescript you will need to have a invisible object as the camera target. I’ve included here both; CoBlocks in scene1, Typescript in scene2. Hope this helps!