Advertisement
thatonepuggo

Untitled

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