Looking for a camera for your game but don’t know how to script? I have made some cameras.
Link to cameras: https://create.roblox.com/store/asset/16638765037
Steps
-
Get the model
-
Go to Toolbox inside studio
-
Click on your inventory and insert the model into your game
-
Take the model from workspace and drag it into “StarterCharacterScripts” which is located under “StarterPlayer”
-
Go into the camera folder and find which type of camera you would like to use.
-
VERY IMPORTANT: Enable the script inside properties (it won’t work otherwise)
-
Click on Extra Info if you want to customize it and do not know how
-
IF YOU STILL DO NO GET IT, TRY WATCHING THE EXAMPLE VIDEO
Extra Info
Customizing
Steps to customize the camera (for people who don’t know/are new to scripting):
- Double click on the script
- All cameras should have a CAMERA_DEPTH, this is how far away it is from your character, the higher the number the farther away the camera is.
- camera.FieldOfView can be seen in a few of the scripts. This will change how close and flat the camera makes the world look. The lower the number, the flatter and closer the camera will be to your character. (If you adjust your CAMERA_DEPTH and it looks weird, remember to adjust this as well).
Current Cameras Available
- Top Down
- Isometric
- Side View
Example Video(s)
Sorry for how low quality it is, it had to be under 10 Mega Bytes.
I hope this can help some of you! If you have questions I can respond, but I don’t know how long it will take.