Running Multiple Official Roblox Clients on Single PC

Is there a new or existing policy that prohibits the use of running multiple accounts on the same PC? Roblox allows 5 accounts to be singed in at once, but now apparently can only have one playing at a time. Multiple accounts come in handy for production testing and there are still ways to do it, but since Roblox seems to be trying to enforce 1 account per PC at a time, is there anything posted or TOS reference about that specifically? I understand the “modified” clients and anti-cheat topics, but I’m just talking about running official Roblox instances with multple accounts signed in simultaniously associated with the same email address.

Example how I’d do it with powershell:
$Lock = New-Object System.Threading.Mutex($true, ‘ROBLOX_singletonMutex’); $Lock.WaitOne()

As I mentioned you can still do it with the windows app or mobile through multi-instances in bluestacks, but wanted to verify what Roblox’s offical policy is around running multiple legitimate human playing accounts on a single PC. Thanks!

8 Likes

There is an argument to be made that messing with the mutex could be considered hacking. I personally think that’s not true, but it seems like something Roblox would say.

1 Like

I can often usually log in on the regular client with my main account, and on the Microsoft appstore client with my side account - usually to roleplay in the same server with two accounts on the same computer I’m controlling.
I’ve never tested anything bigger than 2 accounts as I only have 2 screens.

1 Like

I do the same when I need it.

I also use my phone.

1 Like