of     1   

GreenLlama618
#228402135Sunday, December 03, 2017 10:20 PM GMT

this is my script: if tostring(plr.Team) == "Playing" then plr.leaderstats.Wins.Value = plr.leaderstats.Wins.Value + 1 wait(1) end what I want the script to also do (but I don't know how to script it) is say the players username if they are on the "Playing Team".
ScriptedDonut
#228402243Sunday, December 03, 2017 10:22 PM GMT

get the teamcolor of the team and the team color of the player's team and compare the two colors ughh flood check
cokeeeeeeeee
#228402310Sunday, December 03, 2017 10:23 PM GMT

if plr.Team = game:GetService("Teams").Playing then
cokeeeeeeeee
#228402370Sunday, December 03, 2017 10:24 PM GMT

oh and if u want the players username just do print(plr.Name)
GreenLlama618
#228402783Sunday, December 03, 2017 10:33 PM GMT

thank you

    of     1