Advertisement
joelastley555

sus

Mar 23rd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. a = game.Workspace.NPCs["Big Wig"].Head.PlayerName.Frame.PName
  2.  
  3. while true do
  4. wait(1)
  5. a.TextColor3 = Color3.new(math.random(),math.random(),math.random())
  6. wait() --Add a wait if necessary
  7. a.TextStrokeColor3 = Color3.new(math.random(),math.random(),math.random())
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement