Hi, I’m trying to figure out how to get 2 random separate players
-
What do you want to achieve? I’m trying to figure out how to get 2 random players that aren’t the same people.
-
What is the issue? I cant seem to get 2 random players because there is always a chance of getting the same player with the script i’m using
-
What solutions have you tried so far? I’ve scrolled through the dev forum but I haven’t found anything
-- what I'm using so far
local player = game.Teams.Lobby:GetPlayers()[math.random(1, #game.Teams.Lobby:GetPlayers())]
local player2 = game.Teams.Lobby:GetPlayers()[math.random(1, #game.Teams.Lobby:GetPlayers())]
--if ur a dev ur probably cringing at this attempt, sorry