Hi! I was wonder how I would insert ONE, just ONE, player into a table after he/she has been randomly picked (I already have that coding written.)
table.insert(TABLENAME, PLAYER'SNAME]
local player = math.random(1, game.Players.NumPlayers); local playerList = {}; table.insert(playerList, game.Players[player]);