├── FastCameraSystem.rbxm ├── License.md ├── README.md └── src ├── CameraModes.lua ├── CameraSystem.lua ├── Configs.Lua └── FasterCameraModes.lua /FastCameraSystem.rbxm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4thAxiz/Fast-Camera-Systems-Outdated-/HEAD/FastCameraSystem.rbxm -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4thAxiz/Fast-Camera-Systems-Outdated-/HEAD/License.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4thAxiz/Fast-Camera-Systems-Outdated-/HEAD/README.md -------------------------------------------------------------------------------- /src/CameraModes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4thAxiz/Fast-Camera-Systems-Outdated-/HEAD/src/CameraModes.lua -------------------------------------------------------------------------------- /src/CameraSystem.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4thAxiz/Fast-Camera-Systems-Outdated-/HEAD/src/CameraSystem.lua -------------------------------------------------------------------------------- /src/Configs.Lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4thAxiz/Fast-Camera-Systems-Outdated-/HEAD/src/Configs.Lua -------------------------------------------------------------------------------- /src/FasterCameraModes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/4thAxiz/Fast-Camera-Systems-Outdated-/HEAD/src/FasterCameraModes.lua --------------------------------------------------------------------------------