RobloxExploited

AFTERMATH

Feb 29th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. text.Text = "They all ran away from me..."
  2. wait(3)
  3. text.Text = "wanna know why?"
  4. wait(3)
  5. text.Text = "LEMME SHOW YOU"
  6. wait(2)
  7. text.Text = "AFTERMATH"
  8.  
  9.  
  10. local s = Instance.new("Sound",char)
  11. s.Name = "BGMusic"
  12. s.SoundId = "rbxassetid://183142252"
  13. s.Pitch = 1
  14. s.Volume = 40
  15. s.Looped = true
  16. s.archivable = false
  17. s.Parent = char.Head
  18. wait(0.1)
  19. s:play()
Add Comment
Please, Sign In to add comment