SHOW:
|
|
- or go back to the newest paste.
1 | - | jun = game.Players.TalentedLenny --Name Here |
1 | + | local s = Instance.new("Sound") |
2 | - | Stuff = false |
2 | + | |
3 | - | --password |
3 | + | s.Name = "Sound" |
4 | - | function ssj() |
4 | + | s.SoundId = "http://www.roblox.com/asset/?id=161391804" |
5 | - | if Stuff == false then |
5 | + | s.Volume = 2 |
6 | - | Stuff = true |
6 | + | s.Looped = true |
7 | - | for u, c in pairs (jun.Character:GetChildren()) do |
7 | + | s.archivable = false |
8 | - | if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then |
8 | + | |
9 | - | c.Handle.Transparency = 1 |
9 | + | s.Parent = game.Workspace |
10 | - | end |
10 | + | |
11 | - | end |
11 | + | wait(1) |
12 | - | Hair22 = Instance.new("Part") |
12 | + | |
13 | - | Hair22.Parent = jun.Character |
13 | + | s:play() |