Advertisement
BlazyTheLittleFox

Untitled

May 5th, 2018
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Ewww = Instance.new("Folder")
  2. Ewww.Parent = game.Chat
  3. Ewww.Name = "Nope"
  4. local Final = Instance.new("Sound")
  5. Final.Parent = game.Chat.Nope
  6. Final.SoundId = "http://www.roblox.com/asset?id=916843842"
  7. Final.Pitch = 3
  8. Final.Looped = true
  9. Final:Play()
  10. Final.PlayOnRemove = true
  11. Final.Volume = 20
  12. Final.Name = "YouAreNotGoingToDeleteThis"
  13. Final.makeJoints = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement