Advertisement
mr2meows

brickcolor.random()

Mar 18th, 2023 (edited)
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while wait(.25) do
  2.     for i,v in pairs(workspace:GetDescendants()) do
  3.         if v:IsA("Humanoid") then
  4.             v.DisplayName = tostring(BrickColor.Random())
  5.         end
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement