This script is easy to use and works with any executor.
Now, whenever you call startRound(), it will select a catcher and a runner, and you can add on to the function to do whatever you want with the catcher and runner. Do you want to play Murder Mystery 2 on Roblox with some amazing scripts Check out this pastebin link that contains a script that can give you unlimited coins, god mode, teleport, and more. Do what you will with the catcher and runner Table.remove(possiblePlayers, runner) - Remove the runner from the possible players to choose from Local runner = possiblePlayers - Select a random player to be the runner Table.remove(possiblePlayers, catcher) - Remove the catcher from the possible players to choose from Local catcher = possiblePlayers - Select a random player to be the catcher Local possiblePlayers = players:GetPlayers() - Get all the players in the server and put them in a table Local function startRound() - startRound function
Local players = game:GetService('Players') - Get Players service Create a normal Script in ServerScriptService.