Answers for "how to find out if a value is in the table roblox"

0

how to find out if a value is in the table roblox

for i, player in pairs(currentWinners) do
   if player == hit.Parent:GetPlayerFromCharacter():GetPlayerByUserId() then
		break
   else
		table.insert(currentWinners,hit.Parent:GetPlayerFromCharacter():GetPlayerByUserId())
   end
end
Posted by: Guest on October-07-2021

Code answers related to "how to find out if a value is in the table roblox"

Browse Popular Code Answers by Language