Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent = nil
- Sound0 = Instance.new("Sound")
- Sound0.Name = "OHEAYH"
- Sound0.SoundId = "rbxassetid://763372170"
- Sound0.Volume = 10
- Sound0:Play()
- Sound0.Parent = game.Players.LocalPlayer.Character
- while Sound0.PlaybackLoudness < 50 do
- wait()
- if Sound0.Parent == nil then
- Sound0.Parent = game.Players.LocalPlayer.Character
- end
- end
- print("aa")
- while true do
- for i,v in pairs(workspace:GetChildren()) do
- if v.ClassName == "Model" then
- local humanoid = v:findFirstChildOfClass("Humanoid")
- local torso = v:findFirstChild("Torso")
- if humanoid and torso then
- if v:findFirstChild("Right Arm") then
- local rhandweldd = Instance.new("Weld", humanoid.Parent.Torso)
- rhandweldd.Part0 = humanoid.Parent.Torso
- rhandweldd.Part1 = humanoid.Parent["Right Arm"]
- rhandweldd.C0 = CFrame.new(2, 0.5, 0, -4.37113883e-08, -1, 0, 0.99999994, -4.37113847e-08, 0, 0, 0, 0.99999994)
- end
- if v:findFirstChild("Left Arm") then
- local lhandweldd = Instance.new("Weld", humanoid.Parent.Torso)
- lhandweldd.Part0 = humanoid.Parent.Torso
- lhandweldd.Part1 = humanoid.Parent["Left Arm"]
- lhandweldd.C0 = CFrame.new(-2, 0.5, 0, -4.37113883e-08, 1, 0, -0.99999994, -4.37113847e-08, 0, 0, 0, 0.99999994)
- end
- if v:findFirstChild("Left Leg") then
- local llegweldd = Instance.new("Weld", humanoid.Parent.Torso)
- llegweldd.Part0 = humanoid.Parent.Torso
- llegweldd.Part1 = humanoid.Parent["Left Leg"]
- llegweldd.C0 = CFrame.new(-0.5, -2, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 1)
- end
- if v:findFirstChild("Right Leg") then
- local rlegweldd = Instance.new("Weld", humanoid.Parent.Torso)
- rlegweldd.Part0 = humanoid.Parent.Torso
- rlegweldd.Part1 = humanoid.Parent["Right Leg"]
- rlegweldd.C0 = CFrame.new(0.5, -2, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 1)
- end
- if v:findFirstChild("Head") then
- local headweldd = Instance.new("Weld", humanoid.Parent.Torso)
- headweldd.Part0 = humanoid.Parent.Torso
- headweldd.Part1 = humanoid.Parent.Head
- headweldd.C0 = CFrame.new(0, 1.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- if v.Head:findFirstChild("face") then
- v.Head.face.Texture = "http://www.roblox.com/asset/?id=1261023153"
- end
- if v.Head:findFirstChild("Mesh") then
- v.Head.Mesh:destroy()
- end
- end
- if v:findFirstChild("HumanoidRootPart") then
- local humanoidrootpartt = Instance.new("Weld", humanoid.Parent.Torso)
- humanoidrootpartt.Part0 = humanoid.Parent.HumanoidRootPart
- humanoidrootpartt.Part1 = humanoid.Parent.Torso
- end
- end
- end
- end
- if Sound0.Parent == nil then
- Sound0.Parent = game.Players.LocalPlayer.Character
- end
- wait(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement