Download

How to install

Windows
  1. Click Windows (installer) above.
  2. Open the file (usually bottom-left of your browser, or your Downloads folder).
  3. If Windows shows "Windows protected your PC": click More infoRun anyway. The installer is unsigned but safe.
  4. Wait 2 seconds. The game launches.

If the installer still refuses to run: right-click it, Properties, tick Unblock, OK, then double-click again.

Linux
  1. Click Linux (AppImage) above.
  2. Open a terminal in the Downloads folder:
    cd ~/Downloads
    chmod +x robox2-1.0.0-x86_64.AppImage
    ./robox2-1.0.0-x86_64.AppImage
  3. If your distro blocks it: sudo apt install libgl1 libglu1-mesa libxrandr2 libxinerama1 libxcursor1 (Debian/Ubuntu) and retry.
After install
  • ESC — open/close menu
  • Right-click hold — turn the camera
  • G — open the games list
  • To uninstall: delete %APPDATA%\Roblox2 (Windows) or ~/.local/share/robox2 (Linux) and the desktop shortcut.

For devs

Source build instructions, networking protocol, code-signing setup, and roadmap are in DEV_GUIDE.md.