SHOW:
|
|
- or go back to the newest paste.
| 1 | script.Parent = nil | |
| 2 | Sound0 = Instance.new("Sound")
| |
| 3 | Sound0.Name = "OHEAYH" | |
| 4 | - | Sound0.SoundId = "rbxassetid://1865625157" |
| 4 | + | Sound0.SoundId = "rbxassetid://869060291" |
| 5 | - | Sound0.Pitch = 4 |
| 5 | + | |
| 6 | Sound0:Play() | |
| 7 | Sound0.Parent = game.Players.LocalPlayer.Character | |
| 8 | while Sound0.PlaybackLoudness < 50 do | |
| 9 | wait() | |
| 10 | if Sound0.Parent == nil then | |
| 11 | Sound0.Parent = game.Players.LocalPlayer.Character | |
| 12 | end | |
| 13 | end | |
| 14 | print("aa")
| |
| 15 | while true do | |
| 16 | for i,v in pairs(workspace:GetChildren()) do | |
| 17 | if v.ClassName == "Model" then | |
| 18 | local humanoid = v:findFirstChildOfClass("Humanoid")
| |
| 19 | local torso = v:findFirstChild("Torso")
| |
| 20 | if humanoid and torso then | |
| 21 | ||
| 22 | if v:findFirstChild("Right Arm") then
| |
| 23 | local rhandweldd = Instance.new("Weld", humanoid.Parent.Torso)
| |
| 24 | rhandweldd.Part0 = humanoid.Parent.Torso | |
| 25 | rhandweldd.Part1 = humanoid.Parent["Right Arm"] | |
| 26 | rhandweldd.C0 = CFrame.new(2, 0.5, 0, -4.37113883e-08, -1, 0, 0.99999994, -4.37113847e-08, 0, 0, 0, 0.99999994) | |
| 27 | end | |
| 28 | if v:findFirstChild("Left Arm") then
| |
| 29 | local lhandweldd = Instance.new("Weld", humanoid.Parent.Torso)
| |
| 30 | lhandweldd.Part0 = humanoid.Parent.Torso | |
| 31 | lhandweldd.Part1 = humanoid.Parent["Left Arm"] | |
| 32 | lhandweldd.C0 = CFrame.new(-2, 0.5, 0, -4.37113883e-08, 1, 0, -0.99999994, -4.37113847e-08, 0, 0, 0, 0.99999994) | |
| 33 | end | |
| 34 | if v:findFirstChild("Left Leg") then
| |
| 35 | local llegweldd = Instance.new("Weld", humanoid.Parent.Torso)
| |
| 36 | llegweldd.Part0 = humanoid.Parent.Torso | |
| 37 | llegweldd.Part1 = humanoid.Parent["Left Leg"] | |
| 38 | llegweldd.C0 = CFrame.new(-0.5, -2, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 1) | |
| 39 | end | |
| 40 | if v:findFirstChild("Right Leg") then
| |
| 41 | local rlegweldd = Instance.new("Weld", humanoid.Parent.Torso)
| |
| 42 | rlegweldd.Part0 = humanoid.Parent.Torso | |
| 43 | rlegweldd.Part1 = humanoid.Parent["Right Leg"] | |
| 44 | rlegweldd.C0 = CFrame.new(0.5, -2, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 1) | |
| 45 | end | |
| 46 | if v:findFirstChild("Head") then
| |
| 47 | local headweldd = Instance.new("Weld", humanoid.Parent.Torso)
| |
| 48 | headweldd.Part0 = humanoid.Parent.Torso | |
| 49 | headweldd.Part1 = humanoid.Parent.Head | |
| 50 | headweldd.C0 = CFrame.new(0, 1.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 51 | if v.Head:findFirstChild("face") then
| |
| 52 | v.Head.face.Texture = "http://www.roblox.com/asset/?id=1261023153" | |
| 53 | end | |
| 54 | if v.Head:findFirstChild("Mesh") then
| |
| 55 | v.Head.Mesh:destroy() | |
| 56 | end | |
| 57 | end | |
| 58 | if v:findFirstChild("HumanoidRootPart") then
| |
| 59 | local humanoidrootpartt = Instance.new("Weld", humanoid.Parent.Torso)
| |
| 60 | humanoidrootpartt.Part0 = humanoid.Parent.HumanoidRootPart | |
| 61 | humanoidrootpartt.Part1 = humanoid.Parent.Torso | |
| 62 | end | |
| 63 | end | |
| 64 | end | |
| 65 | end | |
| 66 | if Sound0.Parent == nil then | |
| 67 | Sound0.Parent = game.Players.LocalPlayer.Character | |
| 68 | end | |
| 69 | wait(0.5) | |
| 70 | end |