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!