Basically I created a simple top down camera system to be used for RPG games or any game that could use it. It’s very simple and user friendly.
The config is located in:
game → StarterPlayer → StarterCharacterScripts → LocalScript
Controls:
Scroll wheel UP - Zoom in (Not enabled by default look at config)
Scroll wheel DOWN - Zoom out (Not enabled by default look at config)
E - Switch between the 2 cameras
File:
topdown_sys.rbxl (152.3 KB)
2 Likes
Hi,
Can you add a way of disabling it and enabling it?
Also could you add where it can be sent an option parameters as to how far the camera is… like default is 70 , can send it 50 and it zooms in…?
Thank for sharing it!
sure i could attempt to add this later
Any videos… pictures etc?
In the test place, It is kinda trippy how when you move left or right, the map rotates, but you still reach the position end point… but if you move up or down, the map does not rotate. And isn’t it a more isometric camera view verses top down?
But over all pretty cool.