Advertisement
thatonepuggo

Untitled

Feb 13th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.63 KB | None | 0 0
  1. local j = Instance.new("Sound",workspace)
  2. j.SoundId = "rbxassetid://626393940"
  3. j:Play();
  4. j.Volume = 0.5
  5. local h = Instance.new("Message",workspace)
  6. h.Text = "maybe ill be tracer"
  7. wait(1)
  8. h.Text = "im already tracer"
  9. wait(1)
  10. h.Text = "what about widowmaker?"
  11. wait(1)
  12. h.Text = "im already widowmaker"
  13. wait(1)
  14. h.Text = "ill be bastion"
  15. wait(1)
  16. h.Text = "nerf bastion"
  17. wait(1)
  18. h.Text = "you're right so winston"
  19. wait(1)
  20. h.Text = "i wanna be winston"
  21. wait(1)
  22. h.Text = "i guess ill be genji"
  23. wait(1)
  24. h.Text = "im already genji"
  25. wait(1)
  26. h.Text = "then ill be mcCree"
  27. wait(1)
  28. h.Text = "i already chose mcCree"
  29. wait(1)
  30. h:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement