Hello! As you may see from the title of this topic, i’m trying to make camera rotate when holding right click. I’m making a build mode for my game that would control pretty much identically to roblox studio. I was trying to find a way to do this for hours but no luck. Help would be greatly appreciated!
1 Like
Module script is at “game.StarterGui.LocalScript.FreeCamera”
to enable the free camera you require() the module script and execute the Enable() function inside of it to disable the camera, do the same but execute Disable()
The script is not mine, it was written by a user called “Quenty”, it was a LocalScript and i just made it a ModuleScript, so its easier to implement on your building mode system.
FreeCamera.rbxl (53.9 KB)
2 Likes
thank you so much for the help! Even though i found my way to make the freecamera, i still greatly appreciate that you decided to help!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.