How to change team if Nametag is "Owner"

Hello,

I already have the first line, i just do not know the second one.
What i need is: If the player’s Nametag says “Owner” then it changes their team automatically to “Owner”

This is what i already have, and works:

Player.TeamColor = BrickColor.new(...) -- the color of the Team

-- (I thought this worked, but nope)

or:

Player.Team = game.Teams.Owner -- Assign the Player to the Team Instance
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.