So I am trying to do a camera movement which is similar to a game called “Hotline Miami”
I don’t know how exactly I would make it, I know I have to use Startergui, but I never experienced poking on camera manipulations so far. I can’t find any tutorials on it so far.
If it’s on the wrong topic to talk about, I deeply apologize and look into it somewhere else.
It’s always easier to help you if you’ve got more specific questions or if you explain what you’ve tried so far or what your initial thoughts.
You mentioned using StarterGui, that’s not really the most obvious way to go about it since it’s not GUI related. It makes more sense to make a LocalScript called CameraScript inside StarterPlayer.StarterPlayerScripts. If it’s got that name and is put in that location, it automatically overwrites the default camera controller.