Advertisement
subaru112g

Nightcore - Darkside

May 4th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. local plr = owner
  2. local char = plr.Character
  3.  
  4. local timepos = nil
  5. local mus = Instance.new("Sound",char)
  6. mus:Destroy()
  7.  
  8. while game:GetService("RunService").Heartbeat:Wait() do
  9. if mus.Parent == char then
  10. mus.SoundId = "rbxassetid://2318568158"
  11. timepos = mus.TimePosition
  12. mus.Pitch = 1
  13. mus.Volume = 2
  14. else
  15. mus = Instance.new("Sound", char)
  16. mus.Playing = true
  17. mus.Looped = true
  18. mus.TimePosition = timepos
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement