So I am working on a FPS game, and the camera is locked in first person, so I can’t really move my cursor. Because I can’t move my cursor, I can’t press the “stop” button in Roblox studio. I’ve tried alternate stopping methods, my computer is weird so I can’t do the Shift+F8 shortcut. And something is up with robloxstudio so you can’t open up the esc menu by pressing esc. I’ve tried a solution by making the following script
function scriptA()
game:GetService("RunService"):Stop()
end
game.ContextActionService:BindAction("STOPFUNCTION",scriptA,false,Enum.KeyCode.M)
but i get the following error
ContextActionService: Unexpected error while invoking callback: The current identity (2) cannot Stop (lacking permission 1)
I don’t know how Mac works, but looking up the windows key equivalent on mac got me this
You can’t quit studio with anything in game, we don’t have permissions to do that. The best you have is doing a keybind or getting your mouse unlocked.