Advertisement
AstroScripts

Untitled

Dec 23rd, 2019
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. --rbxassetid://554397738
  2. local ChatService = game:GetService("Chat")
  3. AAAAAA = Instance.new("Sound",game.Workspace.ArtistBase.Torso)
  4. AAAAAA.SoundId = "rbxassetid://627722878"
  5. AAAAAA.Looped = false
  6. AAAAAA.Volume = 1.1
  7. AAAAAA.TimePosition = 4
  8. AAAAAA.MaxDistance = "100"
  9. function garbage1()
  10. AAAAAA:Play()
  11. wait(0.1)
  12. ChatService:Chat(game.Workspace.ArtistBase.Head, "Creeper?", "White")
  13. wait(2)
  14. ChatService:Chat(game.Workspace.ArtistBase.Head, "Aww man.", "White")
  15. wait(2)
  16. ChatService:Chat(game.Workspace.ArtistBase.Head, "So we're back in the mine,", "White")
  17. wait(2.3)
  18. AAAAAA:Destroy()
  19. end
  20. garbage1()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement