Advertisement
joelastley555

Untitled

Mar 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. while true do
  2. wait(1)
  3. script.Parent.TextColor3 = Color3.new(math.random(),math.random(),math.random())
  4. wait() --Add a wait if necessary
  5. script.Parent.TextStrokeColor3 = Color3.new(math.random(),math.random(),math.random())
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement