Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --\\ if your a da hood mod seeing this then mercy some of the people on this list dont hack :( - lerkermer
- --\\ if your a "scripter" looking at this then get your own code :/ , ez - lerkermer
- --\\ MAKE SURE U DONT BREAK THE EMOJI LIST CAUSE IF IT FAILS IT BREAKS SCRIPTWARE
- local Emojis = { --\\ Before changing or adding an emoji make sure./its in the supported table thx
- '1842398889/π',
- '1938509577/β'
- }
- --\\ The emoji must be in this table to be used if someone wants one not in this list then add it
- local SupportedEmojis = {'π','π¬','π¦','β','π€','π«','π','π₯Ά','π₯Άπ₯΅','π¦','β¨','β ','π§','π','βοΈ','π','π','π','π','π¦','π','β‘','πΉ','πΈ','π€‘','β','π','π','π','π','π―','β','π','π','π','π»','π','π³','π','πΎ','π','π','π«'}
- --\\ Don't mess with anything below this
- function swagnames()
- for _,Player in pairs(game:GetService('Players'):GetChildren()) do
- if game.Workspace.Players:FindFirstChild(Player.Name) then
- if not Player.Character.UpperTorso:FindFirstChild('OriginalSize') then
- if not string.find(Player.Character:FindFirstChildWhichIsA('Humanoid').DisplayName, '%[') then
- Player.Character:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[π]' .. Player.DisplayName)
- end
- end
- end
- end
- for _,Player in pairs(game:GetService('Players'):GetChildren()) do
- for i,v in pairs(SupportedEmojis) do
- local CheckEmoji = v
- if table.find(Emojis, (tostring(Player.UserId) .. '/' .. v)) then
- if Player.Character then
- Player.Character:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[' .. v .. '] ' .. Player.DisplayName)
- end
- end
- end
- end
- end
- local success,err = pcall(swagnames)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement