Advertisement
Mediakiller7Cool

um prank xD

Sep 8th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. local plr = owner
  2. wait(0.1)
  3.  
  4. local m = Instance.new("Model", game.Workspace)
  5. m.Name = "Taken is Gay xD"
  6.  
  7. local h = Instance.new("Part",m)
  8. h.Name = "Head"
  9. local me = plr.Character.Head.Mesh:Clone()
  10. me.Parent = h
  11. local facee = Instance.new("Decal")
  12. facee.Name = "face"
  13. facee.Parent = h
  14. h.Size = plr.Character.Head.Size
  15. h:BreakJoints()
  16. h.CanCollide = false
  17. h.Position = plr.Character.Head.Position
  18. h.Position = h.Position + Vector3.new(0, 10, 0)
  19. h.face.Texture = "http://www.roblox.com/asset/?id=28999175"
  20.  
  21. local t = Instance.new("Part",m)
  22. t.Name = "Torso"
  23. t.Size = plr.Character.Torso.Size
  24. t:BreakJoints()
  25. t.CanCollide = false
  26. t.Position = plr.Character.Torso.Position
  27. t.Position = t.Position + Vector3.new(0, 10, 0)
  28.  
  29. local ra = Instance.new("Part",m)
  30. ra.Name = "Right Arm"
  31. ra.Size = plr.Character["Right Arm"].Size
  32. ra:BreakJoints()
  33. ra.Position = plr.Character["Right Arm"].Position
  34. ra.Position = ra.Position + Vector3.new(0, 10, 0)
  35.  
  36. local la = Instance.new("Part",m)
  37. la.Name = "Left Arm"
  38. la.Size = plr.Character["Left Arm"].Size
  39. la:BreakJoints()
  40. la.Position = plr.Character["Left Arm"].Position
  41. la.Position = la.Position + Vector3.new(0, 10, 0)
  42.  
  43. local ll = Instance.new("Part",m)
  44. ll.Name = "Left Leg"
  45. ll.Size = plr.Character["Left Leg"].Size
  46. ll:BreakJoints()
  47. ll.Position = plr.Character["Left Leg"].Position
  48. ll.Position = ll.Position + Vector3.new(0, 10, 0)
  49.  
  50. local rl = Instance.new("Part",m)
  51. rl.Name = "Right Leg"
  52. rl.Size = plr.Character["Right Leg"].Size
  53. rl:BreakJoints()
  54. rl.Position = plr.Character["Right Leg"].Position
  55. rl.Position = rl.Position + Vector3.new(0, 10, 0)
  56.  
  57. for i,v in pairs(m:GetChildren()) do
  58. if not(v.ClassName == "Accessory" or v.ClassName == "ShirtGraphic" or v.ClassName == "Humanoid" or v.ClassName == "Pants" or v.ClassName == "Shirt") then
  59. v:BreakJoints()
  60. end
  61. end
  62.  
  63. local char = m
  64.  
  65. local neck = Instance.new("Motor6D")
  66. neck.Name = "Neck"
  67. neck.Part0 = t
  68. neck.Part1 = h
  69. neck.Parent = t
  70. neck.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  71. neck.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  72.  
  73. local rs = Instance.new("Motor6D")
  74. rs.Name = "Right Shoulder"
  75. rs.Part0 = t
  76. rs.Part1 = ra
  77. rs.Parent = t
  78. rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  79. rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  80.  
  81. local ls = Instance.new("Motor6D")
  82. ls.Name = "Left Shoulder"
  83. ls.Part0 = t
  84. ls.Part1 = la
  85. ls.Parent = t
  86. ls.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  87. ls.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  88.  
  89. local lh = Instance.new("Motor6D")
  90. lh.Name = "Left Hip"
  91. lh.Part0 = t
  92. lh.Part1 = ll
  93. lh.Parent = t
  94. lh.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  95. lh.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  96.  
  97. local rh = Instance.new("Motor6D")
  98. rh.Name = "Right Hip"
  99. rh.Part0 = t
  100. rh.Part1 = rl
  101. rh.Parent = t
  102. rh.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  103. rh.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  104.  
  105. local hair1 = Instance.new("Accessory")
  106. hair1.AttachmentPos = Vector3.new(0, 0.05, 0)
  107. local ha1 = Instance.new("Part",hair1)
  108. ha1.Name = "Handle"
  109. ha1.Size = Vector3.new(1.34, 1.35, 0.78)
  110. local me1 = Instance.new("FileMesh", ha1)
  111. me1.MeshId = "http://www.roblox.com/asset/?id=188004660"
  112. me1.TextureId = "http://www.roblox.com/asset/?id=451217406"
  113. me1.VertexColor = Vector3.new(1, 1, 1)
  114.  
  115.  
  116. local sh = Instance.new("Shirt",m)
  117. sh.ShirtTemplate = "http://www.roblox.com/asset/?id=434413462"
  118. sh.Name = "Shirt"
  119.  
  120. local sh2 = Instance.new("Pants",m)
  121. sh2.PantsTemplate = "http://www.roblox.com/asset/?id=434413153"
  122. sh2.Name = "Pants"
  123.  
  124. wait(0.000000000000001)
  125.  
  126. local hu = Instance.new("Humanoid", m)
  127. hu.MaxHealth = 0
  128. hu.Health = 0
  129. hu.WalkSpeed = 0
  130.  
  131. h.BrickColor = BrickColor.new("Institutional white")
  132. ra.BrickColor = BrickColor.new("Institutional white")
  133. la.BrickColor = BrickColor.new("Institutional white")
  134. t.BrickColor = BrickColor.new("Institutional white")
  135. rl.BrickColor = BrickColor.new("Institutional white")
  136. ll.BrickColor = BrickColor.new("Institutional white")
  137.  
  138. local animation = Instance.new("Animation", script)
  139. animation.AnimationId = "http://www.roblox.com/asset/?id=182436935"
  140.  
  141. local hum = m:WaitForChild("Humanoid")
  142. local anim = hum:LoadAnimation(script:FindFirstChildOfClass("Animation"))
  143. anim.Looped = true
  144. anim:Play()
  145.  
  146.  
  147. hair1.Parent = m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement