Skip to content
Avaluate Orijua edited this page May 8, 2026 · 3 revisions

Before making an issue please read through the FAQ and see if anything here fixes your issue.

Multiple Roblox Instances not working

Even with Multiple Roblox Instances open, Roblox still closes other windows

Make sure Roblox is not open in your tray.

Roblox tray icon

Roblox keeps trying to update upon launching

This is a known issue which can potentially be solved (?) by manually launching Roblox via command line. This would require implementing an account manager into Multiple Roblox Instances, which is outside the scope of this application.

My account does not show up on the UI.

That is no problem, as that function does not interfere with Multiple Roblox Instances core function. See "Is Multiple Roblox Instances compatible with Roblox launchers?" below.

I see something about Error 773, what is that about?

Also no problem. If your launcher has a fix for Error 773, you may see some message about Multiple Roblox Instances failing to apply a fix. See "Is Multiple Roblox Instances compatible with Roblox launchers?" below.

General usage

Can I get banned for using this?

Yes, but there has been no recorded instance of people getting banned for using Multiple Roblox Instances.

Is Multiple Roblox Instances compatible with Roblox launchers?

Yes, but unrelated functions in Multiple Roblox Instances may break (i.e. UI will not show running accounts).

Can the same Roblox account be used in two different windows?

No. Only one Roblox account can be opened per instance (i.e. try opening Roblox on your computer, then opening Roblox on your phone).

How many accounts can be opened?

As many as your computer can handle.

Can the same Roblox account be used in two different windows?

No. Only one Roblox account can be opened at a time.

Can I use this on macOS?

No. Multiple Roblox Instances is for Windows only.

Other questions

How does this application work?

new Mutex(true, "ROBLOX_singletonEvent");

Error 773?

To fix Error 773 related to teleports, Voidstrap makes RobloxCookies.dat, found in LocalStorage of the Roblox folder, write-only. See this.

Similar behaviour can be achieved by locking RobloxCookies.dat:

new FileStream(System.IO.Path.Combine(RobloxPath, "LocalStorage", "RobloxCookies.dat"), FileMode.Open, FileAccess.Read, FileShare.None);

This can cause side effects in Multiple Roblox Instances, making the application potentially incompatible with Roblox launchers.