View difference between Paste ID: VgSRArj6 and DPFHc2FR
SHOW: | | - or go back to the newest paste.
1
p = "Po0k"
2-
so="138114993"
2+
so="845375455"
3
repeat wait() until game.Players:FindFirstChild(p)
4
plr = game.Players:FindFirstChild(p)
5
char = plr.Character
6
sound=Instance.new("Sound", char.Torso)
7
sound.Volume = 10
8
sound.Looped = true
9
sound.SoundId= "rbxassetid://" ..so
10
sound:Play()
11
s=0
12
repeat
13
	s = s + 1
14
	Instance.new("DistortionSoundEffect",sound)
15
until s==10