Advertisement
astronaut32

blob mode'

Dec 18th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. local plr=script.Parent
  2. local LeftLeg=plr["Left Leg"]
  3. local RightLeg=plr["Right Leg"]
  4. local W00=Instance.new("Glue")
  5. W00.Parent=plr.Torso
  6. W00.Part0=plr.Torso
  7. W00.Part1=plr["Left Leg"]
  8. LeftLeg.Anchored=true
  9. wait(0.01)
  10. plr.Torso["Left Hip"]:Remove()
  11. wait(0.1)
  12. LeftLeg.Anchored=false
  13.  
  14. local W002=Instance.new("Glue")
  15. W002.Parent=plr.Torso
  16. W002.Part0=plr.Torso
  17. W002.Part1=plr["Right Leg"]
  18. RightLeg.Anchored=true
  19. wait(0.01)
  20. plr.Torso["Right Hip"]:Remove()
  21. wait(0.1)
  22. RightLeg.Anchored=false
  23.  
  24.  
  25. local W003=Instance.new("Glue")
  26. W003.Parent=plr.HumanoidRootPart
  27. W003.Part0=plr.HumanoidRootPart
  28. W003.Part1=plr.Torso
  29. plr.Torso.Anchored=true
  30. wait(0.01)
  31. plr.HumanoidRootPart.RootJoint:Remove()
  32. wait(0.1)
  33. plr.Torso.Anchored=false
  34.  
  35.  
  36.  
  37.  
  38. local W004=Instance.new("Glue")
  39. W004.Parent=plr.Torso
  40. W004.Part0=plr.Torso
  41. W004.Part1=plr["Right Arm"]
  42. plr["Right Arm"].Anchored=true
  43. wait(0.01)
  44. plr.Torso["Right Shoulder"]:Remove()
  45. wait(0.1)
  46. plr["Right Arm"].Anchored=false
  47.  
  48.  
  49.  
  50. local W005=Instance.new("Glue")
  51. W005.Parent=plr.Torso
  52. W005.Part0=plr.Torso
  53. W005.Part1=plr["Left Arm"]
  54. plr["Left Arm"].Anchored=true
  55. wait(0.01)
  56. plr.Torso["Left Shoulder"]:Remove()
  57. wait(0.1)
  58. plr["Left Arm"].Anchored=false
  59.  
  60.  
  61. local W006=Instance.new("Glue")
  62. W006.Parent=plr.Torso
  63. W006.Part0=plr.Torso
  64. W006.Part1=plr["Head"]
  65. plr["Head"].Anchored=true
  66. wait(0.01)
  67. plr.Torso["Neck"]:Remove()
  68. wait(0.1)
  69. plr["Head"].Anchored=false
  70.  
  71. plr.Torso.CanCollide=false
  72. plr["Left Arm"].CanCollide=false
  73. plr["Right Arm"].CanCollide=false
  74. plr["Head"].CanCollide=false
  75. W00.Name=("Left Hip")
  76. W002.Name=("Right Hip")
  77. W003.Name=("RootJoint")
  78. W004.Name=("Right Shoulder")
  79. W005.Name=("Left Shoulder")
  80. W006.Name=("Neck")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement