Advertisement
AstroScripts

Untitled

Jan 26th, 2020
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 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://4580584763"
  5. AAAAAA.Looped = false
  6. AAAAAA.Volume = 1.1
  7. AAAAAA.MaxDistance = "100"
  8. function garbage1()
  9. AAAAAA:Play()
  10. ChatService:Chat(game.Workspace.ArtistBase.Head, "HEY!", "Red")
  11. wait(1.5)
  12. AAAAAA:Destroy()
  13. end
  14. garbage1()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement