Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = owner
- local char = plr.Character
- local timepos = nil
- local mus = Instance.new("Sound",char)
- mus:Destroy()
- while game:GetService("RunService").Heartbeat:Wait() do
- if mus.Parent == char then
- mus.SoundId = "rbxassetid://1679151076"
- timepos = mus.TimePosition
- mus.Pitch = 1
- mus.Volume = 2
- else
- mus = Instance.new("Sound", char)
- mus.Playing = true
- mus.Looped = true
- mus.TimePosition = timepos
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement