ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
local Players = game:FindService(\"Players\")\r\n\r\nrequire(game:GetService(\"Chat\"):WaitForChild(\"ClientChatModules\").ChatSettings).PlayerDisplayNamesEnabled = false\r\n\r\nlocal function rename(character,name)\r\n repeat task.wait() until character:FindFirstChildWhichIsA(\"Humanoid\")\r\n character:FindFirstChildWhichIsA(\"Humanoid\").DisplayName = name\r\nend\r\n\r\nfor i,v in next, Players:GetPlayers() do\r\n if v.Character then\r\n v.DisplayName = v.Name\r\n rename(v.Character,v.Name)\r\n end\r\n v.CharacterAdded:Connect(function(char)\r\n rename(char,v.Name)\r\n end)\r\nend\r\n\r\nPlayers.PlayerAdded:Connect(function(plr)\r\n plr.DisplayName = plr.Name\r\n plr.CharacterAdded:Connect(function(char)\r\n rename(char,plr.Name)\r\n end)\r\nend)
Password
Anyone with the link will still need this password to view.
Self Destruct
5 minutes
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel