Advertisement
AstroScripts

Untitled

Jan 5th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 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://170641452"
  5. AAAAAA.Looped = true
  6. AAAAAA.Volume = 1.1
  7. AAAAAA.MaxDistance = "100"
  8. function garbage1()
  9. AAAAAA:Play()
  10. AAAAAA:Destroy()
  11. end
  12. garbage1()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement