Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you find the name of the first player in a team?

Asked by 3 years ago

I want to find the name of the first player that has been teamed on a team.

For example :

Player1 has joined red.

Player2 has joined blue.

for i, v in pairs(game.Teams.Red:GetPlayers()) do -- what to type here to check? end)

0
perhaps print("PlrName".. v.Name .."Index:".. i) ? tuanorn 6 — 3y

Answer this question