Pause Physics In Testing Mode Button (Server)

  1. What do you want to achieve?
    Pausing the Physics engine in Roblox Studio (from the server’s end) without having to do the whole “RunService:Pause()” thingy.

  2. What is the issue?
    Pressing the pause button in the Test category in the menu used to do this from what I recall, but now it pauses rendering for debugging instead, turning off debugging now disables that button.

  3. What solutions have you tried so far? Of course I can use command bar, but that is tedious and rather annoying, especially if I need to pause it at a really specific time to understand something or I use it for other commands, furthermore if I would like a screenshot of a certain moment out of the blue

The command looks like so: game:GetService(“RunService”):Pause()

I know I’m being petty here but it’s kind of ticking me off since I hate having to change the command each time to debug my plane physics and see certain states visibly.

I think you could go workspace.Gravity = 0.