Advertisement
AstroScripts

Untitled

Jan 29th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 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://554397738"
  5. AAAAAA.Looped = false
  6. AAAAAA.Volume = 1.1
  7. AAAAAA.MaxDistance = "100"
  8. function garbage1()
  9. ChatService:Chat(game.Workspace.ArtistBase.Head, "man im sad", "White")
  10. wait(1)
  11. ChatService:Chat(game.Workspace.SakuraSylveonYT.Head, "same", "White")
  12. wait(1)
  13. ChatService:Chat(game.Workspace.ArtistBase.Head, "Let's go get food", "White")
  14. ChatService:Chat(game.Workspace.SakuraSylveonYT.Head, "Lets go get food", "White")
  15. wait(1)
  16. ChatService:Chat(game.Workspace.ArtistBase.Head, "did we just", "White")
  17. wait(1)
  18. ChatService:Chat(game.Workspace.ArtistBase.Head, "speak at the same time", "White")
  19. wait(3)
  20. ChatService:Chat(game.Workspace.ArtistBase.Head, "nice", "White")
  21. ChatService:Chat(game.Workspace.SakuraSylveonYT.Head, "nice", "White")
  22. wait(1)
  23. end
  24. garbage1()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement