Skip to content

Instantly share code, notes, and snippets.

@Apearson75
Last active October 27, 2022 11:38
Show Gist options
  • Save Apearson75/466a4fe8a693e011fb9b2fb412417560 to your computer and use it in GitHub Desktop.
Save Apearson75/466a4fe8a693e011fb9b2fb412417560 to your computer and use it in GitHub Desktop.
Roblox Random Game
// *******************************************************
// Roblox Random Game Launcher by Me
// *******************************************************
// Put this into the console in the roblox website
function randInt() {
let intThing = Math.floor(Math.random() * 9110570820);
return intThing
}
Roblox.GameLauncher.joinMultiplayerGame(randInt());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment