I’m working on a FPS style game, and one of things I’m trying to figure out is how to allow players to click on GUI elements while in First Person mode.
I’ve tried messing around with GUIButton.Modal and making sure the ScreenGUI was Enabled / Active but I have yet to produce a result that I am pleased with.
I want to be able to show a GUI and essentially take away focus/input from the game and allow free mouse movement while hopefully being able to maintain first person mode.