Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(.25) do
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("Humanoid") then
- v.DisplayName = tostring(BrickColor.Random())
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement