Find the key on your keyboard labeled "Page Up" or "PgUp" to make it go up. It should be above the "Page Down" or the PgDn" key. Pressing this key will result in your camera view going up.
Full Answer
The camera needs to follow the player smoothly around the arena. If the camera is choppy, players will think your game is laggy. To make the camera smooth, you’ll create a function called onRenderStep that runs 60 times every second. Since the onRenderStep happens so often, the game will update often to move the camera smoothly.
Top-down cameras allow players to see more of the game game at once. This gives players more time to react to incoming enemies.
After setting the camera position, set the camera’s CoordinateFrame to the new camera position and have it always point towards the playerPosition. At the bottom of CameraScript, add the following code to connect onRenderStep to RunService.
Under CAMERA_OFFSET, add the following code so the script can make changes to the camera. On the next line, create a function named onRenderStep () to update the camera about every 60 seconds. In the function, create an if then statement to see if a new character has loaded into the game.
Adjusting Your View Up and Down. To make your view go closer to the ground (looking more towards the sky), look at your keyboard and find the key called "Page Down" , "PgDn" or something to that effect. It is normally near the "delete", "end", and inert key.
Click inside the game window so you can move the camera. Use the camera controls below to move your camera, rotate the view, and zoom in and out....Moving the Camera.ControlActionERaise camera upQLower camera downShiftMove camera slowerRight Mouse Button (hold and drag mouse)Turn camera3 more rows
0:071:13HOW TO FIX THE ROBLOX INVERTED CAMERA GLITCHYouTubeStart of suggested clipEnd of suggested clipAfter when you click on that go all the way down to the bottom. And you can see camera invertedMoreAfter when you click on that go all the way down to the bottom. And you can see camera inverted click on either one of these arrows. And bam it allows me off afterwards. You can now drag.
0:021:20How To Fix Camera Bug in Roblox Mobile - YouTubeYouTubeStart of suggested clipEnd of suggested clipHere make sure to change your movement mode setting from the default setting to classic. In caseMoreHere make sure to change your movement mode setting from the default setting to classic. In case this fixes your problem then feel free to switch this setting back to your liking.
SettingsIn Classic mode, the camera remains fixed in one spot unless it is manually adjusted. To change your avatar's vantage point, hold down the right button on your mouse and drag it around.In Follow mode, the camera will rotate with your avatar as you move right or left to help keep your intended targets in view.
0:463:52ROBLOX Tutorials I How to Use Screen Orientation - YouTubeYouTubeStart of suggested clipEnd of suggested clipAnd then let's go ahead and add a wait function and then we can say player gui dot screenMoreAnd then let's go ahead and add a wait function and then we can say player gui dot screen orientation.
To get to 100% press Command and 0 at the same time. To zoom in, press Command and + at the same time. To zoom out, press Command and - at the same time.