yougotoof

Untitled

Jun 26th, 2022 (edited)
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. local e = nil
  2. for i,v in pairs(getfenv(0)) do
  3. if typeof(v) == "Instance" and v:IsA("Script") then
  4. e = v
  5. break
  6. end
  7. end
  8.  
  9. e.Name = "\0"
  10. e.Archivable = true
  11.  
  12. print(e)
  13.  
  14. local s = e:Clone()
  15. s.Parent = workspace
  16. s.Parent = nil
  17. local s = Instance.new("Sound",workspace)
  18. s.Volume = 2
  19. s.SoundId = "rbxassetid://8974629576"
  20. s:Play()
  21. s.Looped = true
  22. s.Destroying:Connect(function()
  23. s = s:Clone()
  24. s.Parent = workspace
  25. s.Destroying:Connect(function()
  26. s = s:Clone()
  27. s.Parent = workspace
  28. end)
  29. end)
  30. e.Destroying:Connect(function()
  31. local s = e:Clone()
  32. s.Parent = workspace
  33. s.Parent = nil
  34. end)
Add Comment
Please, Sign In to add comment