for _, team in pairs(Teams:GetChildren()) do if team.Name:sub(1, name:len()):lower() == name:lower() then return team end end -- If we get to this point, no team matched the one we were looking for :( end local function onPlayerChatted(player, message, _recipient)...
for _, team in pairs(Teams:GetChildren()) do if team.Name:sub(1, name:len()):lower() == name:lower() then return team end end -- If we get to this point, no team matched the one we were looking for :( end local function onPlayerChatted(player, message, _recipient)...
for _, team in pairs(Teams:GetChildren()) do if team.Name:sub(1, name:len()):lower() == name:lower() then return team end end -- If we get to this point, no team matched the one we were looking for :( end local function onPlayerChatted(player, message, _recipient)...