local ADMINS = { 2321976641, 1029012478, } local MODS = { 1135487610, 2771346974, 291701577, } local STARS = { } local BOOSTERS = { } local NOEMOJI = { } local MONEYNAME = { } local CUSTOMWINNER = { } local formatNumber = (function(n) n = tostring(n) return n:reverse():gsub("%d%d%d", "%1,"):reverse():gsub("^,", "") end) local function checkswag() for i,v in pairs(game:GetService('Workspace').Players:GetChildren()) do if v:FindFirstChild('UpperTorso') then if not v:FindFirstChild('UpperTorso'):FindFirstChild('OriginalSize') then local plrcheck = game:GetService('Players'):FindFirstChild(v.Name) if plrcheck then local plrID = game:GetService('Players'):FindFirstChild(v.Name).UserId if plrID == 2011640245 or plrID == 2840977298 or plrID == 3381276089 then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[🪐]' .. game.Players[v.Name].DisplayName) end elseif plrID == 2630809343 then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('Sev😀') end elseif table.find(ADMINS, plrID) then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[💎]' .. game.Players[v.Name].DisplayName) end elseif table.find(MODS, plrID) then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[🍆]' .. game.Players[v.Name].DisplayName) end elseif table.find(CUSTOMWINNER, plrID) then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[😳]' .. game.Players[v.Name].DisplayName) end elseif table.find(NOEMOJI, plrID) then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = (game.Players[v.Name].DisplayName) end elseif table.find(STARS, plrID) then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[⭐]' .. game.Players[v.Name].DisplayName) end elseif plrID == 2840977298 then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[💘SAYAA]]' .. game.Players[v.Name].DisplayName) end end end else local plrcheck = game.Players:FindFirstChild(v.Name) if plrcheck then local plrID = game.Players:FindFirstChild(v.Name).UserId if plrID == 158191833 or plrID == 605405066 then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[💠]' .. game.Players[v.Name].DisplayName) end elseif table.find(ADMINS, plrID) then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[💎]' .. game.Players[v.Name].DisplayName) end elseif table.find(MODS, plrID) then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[🍆]' .. game.Players[v.Name].DisplayName) end elseif table.find(STARS, plrID) then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[⭐]' .. game.Players[v.Name].DisplayName) end end end end end end end local succ, errr = pcall(checkswag)