RunService - Detecting Play Mode vs Multiplayer Play

I would like to have different automated settings for when I hit Play (F5) vs start a Local Test (F7)

Looking at the chart provided near the top of RunService, there doesn’t appear to be a category for Play in Studio vs Play Multiplayer in Studio - similarly testing the ‘IsBoolean’ functions in RunService, they appear to be the same.

Does anybody know a way to make this distinction?

You don’t.

If it’s really a problem, just use IsStudio == true and have a GUI appear for the first player that joins to decide weather it’s Play Mode or Multiplayer Play. It’s not like someone else is going to see it.