View difference between Paste ID: kBvwkn9a and uvjheF11
SHOW: | | - or go back to the newest paste.
1-
for i,v in pairs(owner.Character:GetDescendants()) do
1+
2-
if v:IsA("BasePart") or v:IsA("Decal") then
2+
Music.SoundId = "rbxassetid://4919697541"
3-
v.Transparency = 1
3+
Music.Volume = 0.7
4-
end
4+
5-
end
5+
6-
Mesh = Instance.new("SpecialMesh")
6+
Static = Instance.new("Sound", owner.character.Head)
7-
Mesh.Parent = owner.Character.Torso
7+
Static.SoundId = "rbxassetid://6651917318"
8-
Mesh.MeshId = "http://www.roblox.com/asset/?id=4524829512"
8+
Static.Volume = 20
9-
Mesh.Scale = Vector3.new(0.15, 0.15, 0.15)
9+
Static.Looped = true
10
Static:Play()