TheUnknownDiscord

Untitled

Nov 8th, 2021 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. local tweenService = game:GetService("TweenService")
  2. fridg = Instance.new("Sound",owner.Character.Head)
  3. fridg.SoundId = "rbxassetid://5082737062"
  4. fridg.Volume = 2
  5. fridg.Looped = true
  6. fridg:Play()
  7. funnybass = Instance.new("EqualizerSoundEffect")
  8. funnybass.Parent = fridg
  9. funnybass.LowGain = 1000
  10. random = math.random(1,5)
  11. while true do
  12. wait(random)
  13. local timeToFade3 = random
  14. local object3 = fridg
  15. local tweenInfo3 = TweenInfo.new(timeToFade3)
  16. local goal4 = {}
  17. goal4.PlaybackSpeed = math.random(0.1,2)
  18. local tween4 = tweenService:Create(object3, tweenInfo3, goal4)
  19. tween4:Play()
  20. random = math.random(1,5)
  21. end
  22.  
Add Comment
Please, Sign In to add comment