Advertisement
Justmyusername

Untitled

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