****Want to know how to script TextLabel that says what team the player is on?
~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~ I need to know how it is if someone can help I appreciate it.
Make sure the script's parent is the text label and is a local script
Label = script.Parent --Variable Label.Text = game.Players.LocalPlayer.Team.Name
I put it inside the TextLabel
you can change it
local player = game.Players.LocalPlayer local textlabel = script.Parent textlabel.Text = player.Team.Name
if it works tell me lol