SHOW:
|
|
- or go back to the newest paste.
1 | - | Player = game.Players.djface203 |
1 | + | |
2 | - | Char = Player.Character |
2 | + | sound.SoundId='rbxassetid://157480446'; |
3 | - | Head = Char.Head |
3 | + | sound.Volume=8; |
4 | - | Torso = Char.Torso |
4 | + | sound.Looped=true; |
5 | - | h = Char.Humanoid |
5 | + | sound:play(); |
6 | - | necko=CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) |
6 | + | for i,v in ipairs(char:children()) do |
7 | - | local gairo = Instance.new("BodyGyro") |
7 | + | if v:IsA'Part' then |
8 | - | gairo.Parent = nil |
8 | + | v.Transparency=1; |
9 | - | if Char:findFirstChild("Weapon",true) ~= nil then |
9 | + | end |
10 | - | Char:findFirstChild("Weapon",true).Parent = nil |
10 | + | end |