hawoody

MTN Dew God

Apr 1st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 171.38 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. char = plr.Character
  3. char.Animate.Disabled = true
  4. wait(0.1)
  5. for i,v in pairs(char:GetChildren()) do
  6. if v.ClassName == "Accessory" then
  7. v.Handle.Transparency = 1
  8. end
  9. end
  10. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  12. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  13. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  14. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  15. char.Humanoid.WalkSpeed = 0
  16. for i = 0,1 ,0.03 do
  17. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -2.50004101, 2.00000429, 1, -4.90253133e-27, 8.98669496e-27, 8.98670343e-27, 1.77323375e-06, -1, 4.90251553e-27, 1, 1.77323375e-06),i)
  18. game["Run Service"].RenderStepped:wait()
  19. end
  20. function swait(num)
  21. if num==0 or num==nil then
  22. game:service'RunService'.Stepped:wait(0)
  23. else
  24. for i=0,num do
  25. game:service'RunService'.Stepped:wait(0)
  26. end
  27. end
  28. end
  29. function chatfunc(text)
  30. local chat = coroutine.wrap(function()
  31. if char:FindFirstChild("TalkingBillBoard")~= nil then
  32. char:FindFirstChild("TalkingBillBoard"):destroy()
  33. end
  34. local naeeym2 = Instance.new("BillboardGui",char)
  35. naeeym2.Size = UDim2.new(0,100,0,40)
  36. naeeym2.StudsOffset = Vector3.new(0,3,0)
  37. naeeym2.Adornee = char.Head
  38. naeeym2.Name = "TalkingBillBoard"
  39. local tecks2 = Instance.new("TextLabel",naeeym2)
  40. tecks2.BackgroundTransparency = 1
  41. tecks2.BorderSizePixel = 0
  42. tecks2.Text = ""
  43. tecks2.Font = "Fantasy"
  44. tecks2.TextSize = 30
  45. tecks2.TextStrokeTransparency = 0
  46. tecks2.TextColor3 = Color3.new(.6,0,0)
  47. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  48. tecks2.Size = UDim2.new(1,0,0.5,0)
  49. local tecks3 = Instance.new("TextLabel",naeeym2)
  50. tecks3.BackgroundTransparency = 1
  51. tecks3.BorderSizePixel = 0
  52. tecks3.Text = ""
  53. tecks3.Font = "Fantasy"
  54. tecks3.TextSize = 30
  55. tecks3.TextStrokeTransparency = 0
  56. tecks3.TextColor3 = Color3.new(0,0,255)
  57. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  58. tecks3.Size = UDim2.new(1,0,0.5,0)
  59. for i = 1,string.len(text),1 do
  60. tecks2.Text = string.sub(text,1,i)
  61. tecks3.Text = string.sub(text,1,i)
  62. wait(0.01)
  63. end
  64. wait(2)
  65. for i = 1, 50 do
  66. swait()
  67. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  68. tecks2.Rotation = tecks2.Rotation - .8
  69. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  70. tecks2.TextTransparency = tecks2.TextTransparency + .04
  71. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  72. tecks3.Rotation = tecks2.Rotation + .8
  73. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  74. tecks3.TextTransparency = tecks2.TextTransparency + .04
  75. end
  76. naeeym2:Destroy()
  77. end)
  78. chat()
  79. end
  80. function onChatted(msg)
  81. chatfunc(msg)
  82. end
  83. chatfunc("...")
  84. wait(2)
  85. chatfunc(".....")
  86. wait(2)
  87. chatfunc("Why.... help...")
  88. wait(2)
  89. char.Head.face.Texture = "http://www.roblox.com/asset/?id=158186725"
  90. local scream = Instance.new("Sound",char)
  91. scream.SoundId = "rbxassetid://147758618"
  92. scream.Volume = 4
  93. scream:Play()
  94. chatfunc("AUGH!!!!")
  95. wait(3)
  96. char.Head.face.Texture = "http://www.roblox.com/asset/?id=1361444034"
  97. scream:Stop()
  98. function sandbox(var,func)
  99. local env = getfenv(func)
  100. local newenv = setmetatable({},{
  101. __index = function(self,k)
  102. if k=="script" then
  103. return var
  104. else
  105. return env[k]
  106. end
  107. end,
  108. })
  109. setfenv(func,newenv)
  110. return func
  111. end
  112. cors = {}
  113. mas = Instance.new("Model",game:GetService("Lighting"))
  114. Part0 = Instance.new("Part")
  115. Part0.Name = "blood"
  116. Part0.CanCollide = false
  117. Part0.Anchored = true
  118. Part0.Parent = mas
  119. Part0.BrickColor = BrickColor.new("Maroon")
  120. Part0.Rotation = Vector3.new(0, 0, 90)
  121. Part0.Shape = Enum.PartType.Cylinder
  122. Part0.Size = Vector3.new(0.310000002, 1.77000022, 2)
  123. Part0.CFrame = CFrame.new(10.5427914, 1.28072846, 11.4908791, 4.47034836e-07, -1.00000215, 0, 1.00000215, 4.47034836e-07, 0, 0, 0, 1)
  124. Part0.Color = Color3.new(0.458824, 0, 0)
  125. Part0.Position = Vector3.new(10.5427914, 1.28072846, 11.4908791)
  126. Part0.Orientation = Vector3.new(0, 0, 90)
  127. Part0.Color = Color3.new(0.458824, 0, 0)
  128. for i,v in pairs(mas:GetChildren()) do
  129. v.Parent = game:GetService("Players").LocalPlayer.Character
  130. pcall(function() v:MakeJoints() end)
  131. end
  132. mas:Destroy()
  133. for i,v in pairs(cors) do
  134. spawn(function()
  135. pcall(v)
  136. end)
  137. end
  138. for i = 1,400 do
  139. game.Players.LocalPlayer.Character.Head.CanCollide = false
  140. Part0.Size = Part0.Size + Vector3.new(0,0.01,0.01)
  141. Part0.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,0.4)
  142. Part0.CFrame = Part0.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  143. game:GetService("RunService").Stepped:wait()
  144. end
  145. game.Players.LocalPlayer.Character.Archivable = true
  146. wait(2)
  147. for i = 0,1 ,0.03 do
  148. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),i)
  149. game["Run Service"].RenderStepped:wait()
  150. end
  151. --Converted with ttyyuu12345's model to script plugin v4
  152. local function sandbox(var,func)
  153. local env = getfenv(func)
  154. local newenv = setmetatable({},{
  155. __index = function(self,k)
  156. if k=="script" then
  157. return var
  158. else
  159. return env[k]
  160. end
  161. end,
  162. })
  163. setfenv(func,newenv)
  164. return func
  165. end
  166. local cors = {}
  167. local mas = Instance.new("Model",game:GetService("Lighting"))
  168. local Part01 = Instance.new("Part")
  169. local SpecialMesh1 = Instance.new("SpecialMesh")
  170. Part01.Parent = mas
  171. Part01.Size = Vector3.new(13.4299994, 29.1300011, 14.3699951)
  172. Part01.CFrame = CFrame.new(-25.3050022, 14.5650053, 8.03499794, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  173. Part01.Position = Vector3.new(-25.3050022, 14.5650053, 8.03499794)
  174. Part01.Anchored = true
  175. Part01.CanCollide = false
  176. SpecialMesh1.Parent = Part01
  177. SpecialMesh1.MeshId = "rbxassetid://10470609"
  178. SpecialMesh1.Scale = Vector3.new(30, 30, 30)
  179. SpecialMesh1.TextureId = "rbxassetid://10549894"
  180. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  181. SpecialMesh1.Scale = Vector3.new(30, 30, 30)
  182. for i,v in pairs(mas:GetChildren()) do
  183. v.Parent = game:GetService("Players").LocalPlayer.Character
  184. pcall(function() v:MakeJoints() end)
  185. end
  186. mas:Destroy()
  187. for i,v in pairs(cors) do
  188. spawn(function()
  189. pcall(v)
  190. end)
  191. end
  192. Part01.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,100,0) * CFrame.fromEulerAnglesXYZ(0,math.pi/2,math.pi/2)
  193. for i = 1,50 do
  194. Part01.CFrame = Part01.CFrame * CFrame.new(-2,0,0)
  195. wait()
  196. end
  197. local pepsi = Instance.new("Sound",char)
  198. pepsi.SoundId = "rbxassetid://525289290"
  199. pepsi.Volume = 10
  200. pepsi.Looped = true
  201. pepsi:Play()
  202. wait(1.4)
  203. Part01:Destroy()
  204. char.Head.face.Texture = "http://www.roblox.com/asset/?id=851872681"
  205. local face2 = char.Head.face:Clone()
  206. face2.Parent = char.Head
  207. face2.Texture = "http://www.roblox.com/asset/?id=1242655587"
  208. face2.Name = "blood"
  209. face2.Transparency = 0.4
  210. char.Humanoid.WalkSpeed = 25
  211. char.Animate.Disabled = false
  212. humanoidrootpart:Destroy()
  213. rootjointclone.Parent = char.HumanoidRootPart
  214. -- Deebawkaw - credit to Rufus14
  215. using = false
  216. hittd = false
  217. game.Players.LocalPlayer.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  218. humanoidofplr = game.Players.LocalPlayer.Character.Humanoid
  219. humanoidofplr.Name = "memes"
  220. mouse = game.Players.LocalPlayer:GetMouse()
  221. humanoidofplr.WalkSpeed = 20
  222. humanoidofplr.JumpPower = 65
  223. kicksound = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  224. kicksound.SoundId = "rbxassetid://621550413"
  225. kicksound.Volume = 10
  226. pepsi = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  227. pepsi.SoundId = "rbxassetid://525289290"
  228. pepsi.Volume = 10
  229. bass = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  230. bass.SoundId = "rbxassetid://1087356234"
  231. bass.Volume = 10
  232. explo = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  233. explo.SoundId = "rbxassetid://137994058"
  234. explo.Volume = 10
  235. runninin90 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  236. runninin90.SoundId = "rbxassetid://723688773"
  237. runninin90.Volume = 10
  238. erection = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  239. erection.SoundId = "rbxassetid://271550300"
  240. erection.Volume = 10
  241. BOOM = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  242. BOOM.SoundId = "rbxassetid://141679994"
  243. BOOM.Volume = 10
  244. explo2 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  245. explo2.SoundId = "rbxassetid://833855896"
  246. explo2.Volume = 10
  247. allahu = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  248. allahu.SoundId = "rbxassetid://197054133"
  249. allahu.Volume = 10
  250. pepsihit = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  251. pepsihit.SoundId = "rbxassetid://545219984"
  252. pepsihit.Volume = 10
  253. function dothepunch(key)
  254. key = key:lower()
  255. if key == "q" and not using then
  256. using = true
  257. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  258. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  259. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  260. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  261. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  262. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  263. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  264. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  265. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  266. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  267. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  268. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  269. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  270. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  271. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  272. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  273. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  274. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  275. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  276. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  277. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  278. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  279. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  280. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  281. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  282. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  283. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  284. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  285. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  286. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  287. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  288. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  289. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  290. for i = 0,0.5 , 0.1 do
  291. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  292. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  293. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.72260725, 0.385421276, 0, 0.865490794, 0.500013113, 0.0302087422, 0.499708682, -0.866017878, 0.0174446627, 0.0348838717, -2.62477647e-06, -0.999391317),i)
  294. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.34390306, 0.174765587, -0.502760172, 0.953806698, 0.298583031, 0.0331806801, -0.0622573979, 0.304501295, -0.950475156, -0.293899328, 0.904503822, 0.309024394),i)
  295. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
  296. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
  297. game:GetService("RunService").RenderStepped:wait()
  298. end
  299. local sensoryee2 = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  300. sensoryee2.Size = Vector3.new(2, 2, 2)
  301. sensoryee2.CanCollide = false
  302. sensoryee2.Transparency = 1
  303. sensoryee2:BreakJoints()
  304. local weldsensor = Instance.new("Weld", sensoryee2)
  305. weldsensor.Part0 = sensoryee2
  306. weldsensor.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  307. weldsensor.C0 = CFrame.new(0,1,0)
  308. local function udidit(part)
  309. sensoryee2:destroy()
  310. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  311. if humanoid then
  312. local dmgmath = math.random(35,40)
  313. if humanoid.Health <= dmgmath then
  314. humanoid.Health = 0
  315. if humanoid.Parent:findFirstChild("Torso") then
  316. humanoid.Parent.Torso.Velocity = mouse.Hit.lookVector * 35
  317. for i,v in pairs(humanoid.Parent.Torso:GetChildren()) do
  318. if v.ClassName == "Motor6D" then
  319. if v.Name == "Neck" then
  320.  
  321. else
  322. v:destroy()
  323. end
  324. end
  325. end
  326. end
  327. if humanoid.Parent:findFirstChild("Right Arm") then
  328. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  329. attachment.Position = Vector3.new(1, 1, 0)
  330. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  331. ball.Attachment0 = humanoid.Parent["Right Arm"].RightShoulderAttachment
  332. ball.Attachment1 = attachment
  333. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  334. collidepartofleftleg.Name = "Bone"
  335. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  336. collidepartofleftleg.Transparency = 1
  337. collidepartofleftleg:BreakJoints()
  338. local weeld = Instance.new("Weld", collidepartofleftleg)
  339. weeld.Part0 = humanoid.Parent["Right Arm"]
  340. weeld.Part1 = collidepartofleftleg
  341. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  342. end
  343. if humanoid.Parent:findFirstChild("Left Arm") then
  344. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  345. attachment.Position = Vector3.new(1, 1, 0)
  346. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  347. ball.Attachment0 = humanoid.Parent.Torso.LeftCollarAttachment
  348. ball.Attachment1 = humanoid.Parent["Left Arm"].LeftShoulderAttachment
  349. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  350. collidepartofleftleg.Name = "Bone"
  351. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  352. collidepartofleftleg.Transparency = 1
  353. collidepartofleftleg:BreakJoints()
  354. local weeld = Instance.new("Weld", collidepartofleftleg)
  355. weeld.Part0 = humanoid.Parent["Left Arm"]
  356. weeld.Part1 = collidepartofleftleg
  357. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  358. end
  359. if humanoid.Parent:findFirstChild("Right Leg") then
  360. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  361. attachment.Position = Vector3.new(0.5, -1, 0)
  362. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  363. ball.Attachment0 = humanoid.Parent["Right Leg"].RightFootAttachment
  364. ball.Attachment1 = attachment
  365. humanoid.Parent["Right Leg"].RightFootAttachment.Position = Vector3.new(0, 1, 0)
  366. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  367. collidepartofleftleg.Name = "Bone"
  368. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  369. collidepartofleftleg.Transparency = 1
  370. collidepartofleftleg:BreakJoints()
  371. local weeld = Instance.new("Weld", collidepartofleftleg)
  372. weeld.Part0 = humanoid.Parent["Right Leg"]
  373. weeld.Part1 = collidepartofleftleg
  374. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  375. end
  376. if humanoid.Parent:findFirstChild("Left Leg") then
  377. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  378. attachment.Position = Vector3.new(-0.5, -1, 0)
  379. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  380. ball.Attachment0 = humanoid.Parent["Left Leg"].LeftFootAttachment
  381. ball.Attachment1 = attachment
  382. humanoid.Parent["Left Leg"].LeftFootAttachment.Position = Vector3.new(0, 1, 0)
  383. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  384. collidepartofleftleg.Name = "Bone"
  385. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  386. collidepartofleftleg.Transparency = 1
  387. collidepartofleftleg:BreakJoints()
  388. local weeld = Instance.new("Weld", collidepartofleftleg)
  389. weeld.Part0 = humanoid.Parent["Left Leg"]
  390. weeld.Part1 = collidepartofleftleg
  391. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  392. end
  393. if humanoid.Parent:findFirstChild("Head") then
  394. local attachment = Instance.new("Attachment", humanoid.Parent.Head)
  395. attachment.Position = Vector3.new(0, -0.5, 0)
  396. humanoid.Parent.Torso.NeckAttachment.Visible = false
  397. humanoid.Parent.Torso.NeckAttachment.Position = humanoid.Parent.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
  398. local ball = Instance.new("HingeConstraint", humanoid.Parent)
  399. ball.Attachment0 = humanoid.Parent.Torso.NeckAttachment
  400. ball.Attachment1 = attachment
  401. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  402. collidepartofleftleg.Name = "Bone"
  403. collidepartofleftleg.Size = Vector3.new(0.5,0.3,0.5)
  404. collidepartofleftleg.Transparency = 1
  405. collidepartofleftleg:BreakJoints()
  406. local weeld = Instance.new("Weld", collidepartofleftleg)
  407. weeld.Part0 = collidepartofleftleg
  408. weeld.Part1 = humanoid.Parent["Head"]
  409. humanoid.Parent.Torso.Neck:destroy()
  410. end
  411. if humanoid.Parent:findFirstChild("Head") then
  412. local aah = Instance.new("Sound", humanoid.Parent.Head)
  413. if aah then
  414. aah.Volume = 8
  415. local aahmath = math.random(2,8)
  416. if aahmath == 2 then
  417. aah.SoundId = "rbxassetid://884348443"
  418. aah:Play()
  419. end
  420. if aahmath == 3 then
  421. aah.SoundId = "rbxassetid://535528169"
  422. aah.TimePosition = 0.3
  423. aah:Play()
  424. end
  425. if aahmath == 4 then
  426. aah.SoundId = "rbxassetid://1080363252"
  427. aah:Play()
  428. end
  429. if aahmath == 5 then
  430. aah.SoundId = "rbxassetid://150245085"
  431. aah:Play()
  432. end
  433. if aahmath == 6 then
  434. aah.SoundId = "rbxassetid://345287845"
  435. aah.TimePosition = 2.5
  436. aah:Play()
  437. end
  438. if aahmath == 7 then
  439. aah.SoundId = "rbxassetid://147758746"
  440. aah.TimePosition = 1.3
  441. aah:Play()
  442. end
  443. if aahmath == 8 then
  444. aah.SoundId = "rbxassetid://626777433"
  445. aah.TimePosition = 1.4
  446. aah:Play()
  447. end
  448. end
  449. humanoid.Name = "Hammoodmememememem"
  450. end
  451. else
  452. kicksound:Play()
  453. humanoid.Health = humanoid.Health - dmgmath
  454. local vel = Instance.new("BodyVelocity", humanoid.Parent.Torso)
  455. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  456. vel.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.rightVector * 35
  457. wait(0.1)
  458. vel:destroy()
  459. end
  460. end
  461. end
  462. sensoryee2.Touched:connect(udidit)
  463. for i = 0,1 , 0.1 do
  464. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  465. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  466. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.14573121, 0.310893774, -0.014090538, -0.173835039, 0.984309137, 0.0302081201, 0.984702349, 0.173369259, 0.0174435899, 0.0119327214, 0.0327783301, -0.999389052),i)
  467. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.96523237, 0.455781698, -0.50786829, 0.481259376, -0.872816563, -0.0810915679, -0.0850538537, 0.0455768034, -0.995333314, 0.872439504, 0.485910654, -0.0523021407),i)
  468. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.309020996, -9.73868278e-27, 0.951055288, -1.41867004e-26, 1, 1.48494745e-26, -0.951055288, -1.80811326e-26, 0.309020996),i)
  469. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207920238, 1.15615454e-26, -0.978142679, -1.08547261e-27, 1, 9.90178208e-27, 0.978142679, -2.77679039e-27, 0.207920238),i)
  470. game:GetService("RunService").RenderStepped:wait()
  471. end
  472. sensoryee2:destroy()
  473. humanoidrootpart:destroy()
  474. rlegweld:destroy()
  475. llegweld:destroy()
  476. lhandweld:destroy()
  477. rhandweld:destroy()
  478. headweld:destroy()
  479. heed.Parent = game.Players.LocalPlayer.Character.Torso
  480. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  481. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  482. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  483. llegclone.Parent = game.Players.LocalPlayer.Character.Torso
  484. rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
  485. using = false
  486. end
  487. end
  488. mouse.KeyDown:connect(dothepunch)
  489. function kicking(key)
  490. key = key:lower()
  491. if key == "e" and not using then
  492. using = true
  493. hittd = false
  494. local sensoryee2 = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
  495. sensoryee2.Size = Vector3.new(2, 2, 2)
  496. sensoryee2.CanCollide = false
  497. sensoryee2.Transparency = 1
  498. sensoryee2:BreakJoints()
  499. local weldsensor = Instance.new("Weld", sensoryee2)
  500. weldsensor.Part0 = sensoryee2
  501. weldsensor.Part1 = game.Players.LocalPlayer.Character.Torso
  502. weldsensor.C0 = CFrame.new(0,0,2.5)
  503. local function rapidkick(part)
  504. sensoryee2:destroy()
  505. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  506. if humanoid then
  507. hittd = true
  508. humanoid.MaxHealth = 100
  509. if humanoid.Health <= 55 then
  510. humanoid.Parent.Head.Anchored = true
  511. local bodyps = Instance.new("BodyPosition", game.Players.LocalPlayer.Character.Torso)
  512. bodyps.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  513. bodyps.Position = game.Players.LocalPlayer.Character.Torso.Position
  514. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  515. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  516. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  517. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  518. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  519. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  520. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  521. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  522. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  523. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  524. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  525. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  526. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  527. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  528. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  529. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  530. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  531. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  532. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  533. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  534. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  535. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  536. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  537. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  538. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  539. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  540. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  541. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  542. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  543. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  544. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  545. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  546. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  547. allahu:Play()
  548. for i = 0,0.7 , 0.02 do
  549. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  550. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  551. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.72260725, 0.385421276, 0, 0.865490794, 0.500013113, 0.0302087422, 0.499708682, -0.866017878, 0.0174446627, 0.0348838717, -2.62477647e-06, -0.999391317),i)
  552. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.34390306, 0.174765587, -0.502760172, 0.953806698, 0.298583031, 0.0331806801, -0.0622573979, 0.304501295, -0.950475156, -0.293899328, 0.904503822, 0.309024394),i)
  553. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
  554. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
  555. game:GetService("RunService").RenderStepped:wait()
  556. end
  557. --Converted with ttyyuu12345's model to script plugin v4
  558. function sandbox(var,func)
  559. local env = getfenv(func)
  560. local newenv = setmetatable({},{
  561. __index = function(self,k)
  562. if k=="script" then
  563. return var
  564. else
  565. return env[k]
  566. end
  567. end,
  568. })
  569. setfenv(func,newenv)
  570. return func
  571. end
  572. cors = {}
  573. mas = Instance.new("Model",game:GetService("Lighting"))
  574. Model0 = Instance.new("Model")
  575. Part1 = Instance.new("Part")
  576. CylinderMesh2 = Instance.new("CylinderMesh")
  577. Part3 = Instance.new("Part")
  578. CylinderMesh4 = Instance.new("CylinderMesh")
  579. Part5 = Instance.new("Part")
  580. Part6 = Instance.new("Part")
  581. SpecialMesh7 = Instance.new("SpecialMesh")
  582. Part8 = Instance.new("Part")
  583. Weld9 = Instance.new("Weld")
  584. Weld10 = Instance.new("Weld")
  585. Weld11 = Instance.new("Weld")
  586. Weld12 = Instance.new("Weld")
  587. Weld13 = Instance.new("Weld")
  588. Weld14 = Instance.new("Weld")
  589. Weld15 = Instance.new("Weld")
  590. Weld16 = Instance.new("Weld")
  591. Weld17 = Instance.new("Weld")
  592. Weld18 = Instance.new("Weld")
  593. Weld19 = Instance.new("Weld")
  594. Weld20 = Instance.new("Weld")
  595. Weld21 = Instance.new("Weld")
  596. Weld22 = Instance.new("Weld")
  597. Weld23 = Instance.new("Weld")
  598. Weld24 = Instance.new("Weld")
  599. Weld25 = Instance.new("Weld")
  600. Weld26 = Instance.new("Weld")
  601. Weld27 = Instance.new("Weld")
  602. Weld28 = Instance.new("Weld")
  603. Weld29 = Instance.new("Weld")
  604. Weld30 = Instance.new("Weld")
  605. Weld31 = Instance.new("Weld")
  606. Weld32 = Instance.new("Weld")
  607. Weld33 = Instance.new("Weld")
  608. Weld34 = Instance.new("Weld")
  609. Weld35 = Instance.new("Weld")
  610. Weld36 = Instance.new("Weld")
  611. Weld37 = Instance.new("Weld")
  612. Weld38 = Instance.new("Weld")
  613. Weld39 = Instance.new("Weld")
  614. Weld40 = Instance.new("Weld")
  615. Weld41 = Instance.new("Weld")
  616. Weld42 = Instance.new("Weld")
  617. Weld43 = Instance.new("Weld")
  618. Weld44 = Instance.new("Weld")
  619. Weld45 = Instance.new("Weld")
  620. Weld46 = Instance.new("Weld")
  621. Part47 = Instance.new("Part")
  622. Part48 = Instance.new("Part")
  623. SpecialMesh49 = Instance.new("SpecialMesh")
  624. Part50 = Instance.new("Part")
  625. Part51 = Instance.new("Part")
  626. Part52 = Instance.new("Part")
  627. Part53 = Instance.new("Part")
  628. Part54 = Instance.new("Part")
  629. Part55 = Instance.new("Part")
  630. SpecialMesh56 = Instance.new("SpecialMesh")
  631. Part57 = Instance.new("Part")
  632. SpecialMesh58 = Instance.new("SpecialMesh")
  633. Part59 = Instance.new("Part")
  634. Part60 = Instance.new("Part")
  635. Part61 = Instance.new("Part")
  636. SpecialMesh62 = Instance.new("SpecialMesh")
  637. Part63 = Instance.new("Part")
  638. Part64 = Instance.new("Part")
  639. Part65 = Instance.new("Part")
  640. SpecialMesh66 = Instance.new("SpecialMesh")
  641. Part67 = Instance.new("Part")
  642. Part68 = Instance.new("Part")
  643. Part69 = Instance.new("Part")
  644. SpecialMesh70 = Instance.new("SpecialMesh")
  645. Part71 = Instance.new("Part")
  646. Part72 = Instance.new("Part")
  647. Part73 = Instance.new("Part")
  648. SpecialMesh74 = Instance.new("SpecialMesh")
  649. Part75 = Instance.new("Part")
  650. CylinderMesh76 = Instance.new("CylinderMesh")
  651. Part77 = Instance.new("Part")
  652. Part78 = Instance.new("Part")
  653. SpecialMesh79 = Instance.new("SpecialMesh")
  654. Part80 = Instance.new("Part")
  655. Part81 = Instance.new("Part")
  656. Part82 = Instance.new("Part")
  657. SpecialMesh83 = Instance.new("SpecialMesh")
  658. Part84 = Instance.new("Part")
  659. Part85 = Instance.new("Part")
  660. SpecialMesh86 = Instance.new("SpecialMesh")
  661. Part87 = Instance.new("Part")
  662. Part88 = Instance.new("Part")
  663. Part89 = Instance.new("Part")
  664. Part90 = Instance.new("Part")
  665. SpecialMesh91 = Instance.new("SpecialMesh")
  666. Model0.Name = "ROAD ROLLER DA!!! (By UltimateGate)"
  667. Model0.Parent = mas
  668. Part1.Parent = Model0
  669. Part1.Material = Enum.Material.Concrete
  670. Part1.Reflectance = 0.10000000149012
  671. Part1.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  672. Part1.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  673. Part1.Velocity = Vector3.new(15.9593143, -15.1346016, 1.153018)
  674. Part1.Size = Vector3.new(10, 12, 10)
  675. Part1.CFrame = CFrame.new(35.6884079, 14.3006563, -58.9530258, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  676. Part1.BottomSurface = Enum.SurfaceType.Smooth
  677. Part1.TopSurface = Enum.SurfaceType.Smooth
  678. Part1.Position = Vector3.new(35.6884079, 14.3006563, -58.9530258)
  679. Part1.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  680. CylinderMesh2.Parent = Part1
  681. CylinderMesh2.Scale = Vector3.new(1, 1.02999997, 1)
  682. CylinderMesh2.Scale = Vector3.new(1, 1.02999997, 1)
  683. Part3.Parent = Model0
  684. Part3.BrickColor = BrickColor.new("Bright yellow")
  685. Part3.Reflectance = 0.10000000149012
  686. Part3.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  687. Part3.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  688. Part3.Velocity = Vector3.new(15.9552402, -15.1346149, 1.15288901)
  689. Part3.Size = Vector3.new(2, 12.8000002, 2)
  690. Part3.CFrame = CFrame.new(35.688179, 14.4006109, -58.9560432, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  691. Part3.BottomSurface = Enum.SurfaceType.Smooth
  692. Part3.TopSurface = Enum.SurfaceType.Smooth
  693. Part3.Color = Color3.new(0.960784, 0.803922, 0.188235)
  694. Part3.Position = Vector3.new(35.688179, 14.4006109, -58.9560432)
  695. Part3.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  696. Part3.Color = Color3.new(0.960784, 0.803922, 0.188235)
  697. CylinderMesh4.Parent = Part3
  698. Part5.Parent = Model0
  699. Part5.BrickColor = BrickColor.new("Bright yellow")
  700. Part5.Reflectance = 0.10000000149012
  701. Part5.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  702. Part5.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  703. Part5.Velocity = Vector3.new(15.8883438, -15.3655081, 1.19443977)
  704. Part5.Size = Vector3.new(1.78999996, 5, 1)
  705. Part5.CFrame = CFrame.new(29.9835358, 16.0954094, -58.7225494, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  706. Part5.BottomSurface = Enum.SurfaceType.Smooth
  707. Part5.TopSurface = Enum.SurfaceType.Smooth
  708. Part5.Color = Color3.new(0.960784, 0.803922, 0.188235)
  709. Part5.Position = Vector3.new(29.9835358, 16.0954094, -58.7225494)
  710. Part5.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  711. Part5.Color = Color3.new(0.960784, 0.803922, 0.188235)
  712. Part6.Parent = Model0
  713. Part6.BrickColor = BrickColor.new("Bright yellow")
  714. Part6.Reflectance = 0.10000000149012
  715. Part6.Rotation = Vector3.new(-41.6299973, 89.6699982, 39.9099998)
  716. Part6.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  717. Part6.Velocity = Vector3.new(15.8231583, -15.3657188, 1.19237459)
  718. Part6.Size = Vector3.new(5, 1.39999998, 0.99000001)
  719. Part6.CFrame = CFrame.new(29.9798889, 17.6946754, -58.7708015, 0.00272716419, -0.00228084624, 0.999983907, -0.0301390998, 0.999536812, 0.00236200634, -0.999536514, -0.0301453341, 0.00265720859)
  720. Part6.BottomSurface = Enum.SurfaceType.Smooth
  721. Part6.TopSurface = Enum.SurfaceType.Smooth
  722. Part6.Color = Color3.new(0.960784, 0.803922, 0.188235)
  723. Part6.Position = Vector3.new(29.9798889, 17.6946754, -58.7708015)
  724. Part6.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
  725. Part6.Color = Color3.new(0.960784, 0.803922, 0.188235)
  726. SpecialMesh7.Parent = Part6
  727. SpecialMesh7.MeshType = Enum.MeshType.Wedge
  728. Part8.Name = "Center"
  729. Part8.Parent = Model0
  730. Part8.BrickColor = BrickColor.new("Bright yellow")
  731. Part8.Reflectance = 0.10000000149012
  732. Part8.Transparency = 1
  733. Part8.Rotation = Vector3.new(-41.6299973, 89.7999954, 39.9099998)
  734. Part8.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  735. Part8.Velocity = Vector3.new(15.8684664, -14.826972, 1.09184623)
  736. Part8.Size = Vector3.new(12.5, 5.80000019, 27.6000004)
  737. Part8.CFrame = CFrame.new(43.2836189, 16.5145874, -59.0991096, 0.00272715022, -0.0022807084, 0.999993682, -0.030139273, 0.999542892, 0.00236187526, -0.999541998, -0.0301455241, 0.00265716482)
  738. Part8.BottomSurface = Enum.SurfaceType.Smooth
  739. Part8.TopSurface = Enum.SurfaceType.Smooth
  740. Part8.Color = Color3.new(0.960784, 0.803922, 0.188235)
  741. Part8.Position = Vector3.new(43.2836189, 16.5145874, -59.0991096)
  742. Part8.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
  743. Part8.Color = Color3.new(0.960784, 0.803922, 0.188235)
  744. Weld9.Parent = Part8
  745. Weld9.C0 = CFrame.new(-0.100002289, -2.20000029, -7.6000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  746. Weld9.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  747. Weld9.Part0 = Part8
  748. Weld9.Part1 = Part1
  749. Weld10.Parent = Part8
  750. Weld10.C0 = CFrame.new(-0.100002289, -2.10000038, -7.6000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  751. Weld10.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  752. Weld10.Part0 = Part8
  753. Weld10.Part1 = Part3
  754. Weld11.Parent = Part8
  755. Weld11.C0 = CFrame.new(-0.400024414, -0.400005341, -13.2999878, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  756. Weld11.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  757. Weld11.Part0 = Part8
  758. Weld11.Part1 = Part5
  759. Weld12.Parent = Part8
  760. Weld12.C0 = CFrame.new(-0.400005341, 1.19999409, -13.2999859, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  761. Weld12.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
  762. Weld12.Part0 = Part8
  763. Weld12.Part1 = Part6
  764. Weld13.Parent = Part8
  765. Weld13.C0 = CFrame.new(-5.70004654, -0.230010033, 8.99998474, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  766. Weld13.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  767. Weld13.Part0 = Part8
  768. Weld13.Part1 = Part47
  769. Weld14.Parent = Part8
  770. Weld14.C0 = CFrame.new(-0.100009918, 0.469994545, 13.5999641, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  771. Weld14.C1 = CFrame.new(0, 0, 0, 1.49011612e-08, -3.49571337e-07, 0.999994278, 5.89458523e-07, 0.99999392, 3.49571422e-07, -0.999990225, 5.89460512e-07, -4.47034836e-08)
  772. Weld14.Part0 = Part8
  773. Weld14.Part1 = Part48
  774. Weld15.Parent = Part8
  775. Weld15.C0 = CFrame.new(-0.100002289, 1.46999836, -3.6000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  776. Weld15.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  777. Weld15.Part0 = Part8
  778. Weld15.Part1 = Part50
  779. Weld16.Parent = Part8
  780. Weld16.C0 = CFrame.new(-0.100017548, 1.79999256, -7.09999847, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  781. Weld16.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  782. Weld16.Part0 = Part8
  783. Weld16.Part1 = Part51
  784. Weld17.Parent = Part8
  785. Weld17.C0 = CFrame.new(4.49999619, 7.36998749, 8.89997864, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  786. Weld17.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  787. Weld17.Part0 = Part8
  788. Weld17.Part1 = Part52
  789. Weld18.Parent = Part8
  790. Weld18.C0 = CFrame.new(4.49999619, 8.8699894, 6.0999794, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  791. Weld18.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  792. Weld18.Part0 = Part8
  793. Weld18.Part1 = Part53
  794. Weld19.Parent = Part8
  795. Weld19.C0 = CFrame.new(-0.100006104, -2.5299983, -2.70001984, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  796. Weld19.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  797. Weld19.Part0 = Part8
  798. Weld19.Part1 = Part54
  799. Weld20.Parent = Part8
  800. Weld20.C0 = CFrame.new(-0.400001526, 3.2999897, -10.8000069, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  801. Weld20.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
  802. Weld20.Part0 = Part8
  803. Weld20.Part1 = Part55
  804. Weld21.Parent = Part8
  805. Weld21.C0 = CFrame.new(-0.100028992, 3.06999397, -3.60002518, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  806. Weld21.C1 = CFrame.new(0, 0, 0, 1.49008779e-08, 6.66761935e-09, 0.999994516, 2.39330944e-07, 0.99999392, -6.66753408e-09, -0.999990225, 2.39331769e-07, -7.45059765e-08)
  807. Weld21.Part0 = Part8
  808. Weld21.Part1 = Part57
  809. Weld22.Parent = Part8
  810. Weld22.C0 = CFrame.new(-0.100002289, 4.76998997, 7.19997787, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  811. Weld22.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  812. Weld22.Part0 = Part8
  813. Weld22.Part1 = Part59
  814. Weld23.Parent = Part8
  815. Weld23.C0 = CFrame.new(-0.100002289, 0.269996643, 0.299983978, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  816. Weld23.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  817. Weld23.Part0 = Part8
  818. Weld23.Part1 = Part60
  819. Weld24.Parent = Part8
  820. Weld24.C0 = CFrame.new(-0.400001526, 3.29998589, -3.40000153, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  821. Weld24.C1 = CFrame.new(0, 0, 0, 1.49011612e-08, -3.49571337e-07, 0.999994278, 5.89458523e-07, 0.99999392, 3.49571422e-07, -0.999990225, 5.89460512e-07, -4.47034836e-08)
  822. Weld24.Part0 = Part8
  823. Weld24.Part1 = Part61
  824. Weld25.Parent = Part8
  825. Weld25.C0 = CFrame.new(-4.70000076, 5.76999187, 3.29998016, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  826. Weld25.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  827. Weld25.Part0 = Part8
  828. Weld25.Part1 = Part63
  829. Weld26.Parent = Part8
  830. Weld26.C0 = CFrame.new(-0.400024414, 0.299996376, -10.7999916, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  831. Weld26.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  832. Weld26.Part0 = Part8
  833. Weld26.Part1 = Part64
  834. Weld27.Parent = Part8
  835. Weld27.C0 = CFrame.new(-7.60004807, -0.230009079, 8.99998474, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  836. Weld27.C1 = CFrame.new(0, 0, 0, -1, 0, 4.37113883e-08, 0, 1, 0, -4.37113883e-08, 0, -1)
  837. Weld27.Part0 = Part8
  838. Weld27.Part1 = Part65
  839. Weld28.Parent = Part8
  840. Weld28.C0 = CFrame.new(-0.300003052, 3.06999302, 0.299983978, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  841. Weld28.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  842. Weld28.Part0 = Part8
  843. Weld28.Part1 = Part67
  844. Weld29.Parent = Part8
  845. Weld29.C0 = CFrame.new(5.5, -0.230006218, 8.99998474, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  846. Weld29.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  847. Weld29.Part0 = Part8
  848. Weld29.Part1 = Part68
  849. Weld30.Parent = Part8
  850. Weld30.C0 = CFrame.new(-0.100009918, 4.76998997, 11.099968, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  851. Weld30.C1 = CFrame.new(0, 0, 0, 1.49011612e-08, -3.49571337e-07, 0.999994278, 5.89458523e-07, 0.99999392, 3.49571422e-07, -0.999990225, 5.89460512e-07, -4.47034836e-08)
  852. Weld30.Part0 = Part8
  853. Weld30.Part1 = Part69
  854. Weld31.Parent = Part8
  855. Weld31.C0 = CFrame.new(-0.100002289, 1.46999836, -10.8000336, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  856. Weld31.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  857. Weld31.Part0 = Part8
  858. Weld31.Part1 = Part71
  859. Weld32.Parent = Part8
  860. Weld32.C0 = CFrame.new(4.49999619, 5.76999092, 3.29998016, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  861. Weld32.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  862. Weld32.Part0 = Part8
  863. Weld32.Part1 = Part72
  864. Weld33.Parent = Part8
  865. Weld33.C0 = CFrame.new(-0.40001297, 2.29999352, -12.3999844, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  866. Weld33.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
  867. Weld33.Part0 = Part8
  868. Weld33.Part1 = Part73
  869. Weld34.Parent = Part8
  870. Weld34.C0 = CFrame.new(-0.100021362, -2.20000362, 8.80002213, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  871. Weld34.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  872. Weld34.Part0 = Part8
  873. Weld34.Part1 = Part75
  874. Weld35.Parent = Part8
  875. Weld35.C0 = CFrame.new(-0.400001526, 3.69999981, -7.1000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  876. Weld35.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  877. Weld35.Part0 = Part8
  878. Weld35.Part1 = Part77
  879. Weld36.Parent = Part8
  880. Weld36.C0 = CFrame.new(7.39999771, -0.230010033, 8.99997711, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  881. Weld36.Part0 = Part8
  882. Weld36.Part1 = Part78
  883. Weld37.Parent = Part8
  884. Weld37.C0 = CFrame.new(-0.300003052, 4.76999092, 1.79998398, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  885. Weld37.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  886. Weld37.Part0 = Part8
  887. Weld37.Part1 = Part80
  888. Weld38.Parent = Part8
  889. Weld38.C0 = CFrame.new(-0.100002289, 0.469992638, 7.19998169, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  890. Weld38.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  891. Weld38.Part0 = Part8
  892. Weld38.Part1 = Part81
  893. Weld39.Parent = Part8
  894. Weld39.C0 = CFrame.new(-0.0999755859, 3.06999588, -10.8000221, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  895. Weld39.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
  896. Weld39.Part0 = Part8
  897. Weld39.Part1 = Part82
  898. Weld40.Parent = Part8
  899. Weld40.C0 = CFrame.new(-0.100002289, 0.769999504, -2.10001373, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  900. Weld40.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  901. Weld40.Part0 = Part8
  902. Weld40.Part1 = Part84
  903. Weld41.Parent = Part8
  904. Weld41.C0 = CFrame.new(-0.0999755859, 8.86998558, 8.89997482, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  905. Weld41.C1 = CFrame.new(0, 0, 0, 1.49008796e-08, 6.66744882e-09, 0.999994516, 2.39336913e-07, 0.99999392, -6.66736355e-09, -0.999990225, 2.39337737e-07, -7.45059765e-08)
  906. Weld41.Part0 = Part8
  907. Weld41.Part1 = Part85
  908. Weld42.Parent = Part8
  909. Weld42.C0 = CFrame.new(-4.70000076, 8.86999321, 6.0999794, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  910. Weld42.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  911. Weld42.Part0 = Part8
  912. Weld42.Part1 = Part87
  913. Weld43.Parent = Part8
  914. Weld43.C0 = CFrame.new(-4.69999313, 7.36998749, 8.89997864, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  915. Weld43.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  916. Weld43.Part0 = Part8
  917. Weld43.Part1 = Part88
  918. Weld44.Parent = Part8
  919. Weld44.C0 = CFrame.new(-0.100017548, 8.86998558, 6.0999794, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  920. Weld44.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
  921. Weld44.Part0 = Part8
  922. Weld44.Part1 = Part89
  923. Weld45.Parent = Part8
  924. Weld45.C0 = CFrame.new(-0.100025177, 8.86998749, 3.29998398, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
  925. Weld45.C1 = CFrame.new(0, 0, 0, -1.49008823e-08, 6.66727829e-09, -0.999994516, -2.39345496e-07, 0.99999392, 6.66733513e-09, 0.999990225, 2.39346434e-07, 7.45059765e-08)
  926. Weld45.Part0 = Part8
  927. Weld45.Part1 = Part90
  928. Weld46.Parent = Part8
  929. Weld46.C0 = CFrame.new(0.258005589, 5.26530218, -7.02216148, 0.95105654, 0.26761654, -0.154508486, -0.10569004, 0.751547456, 0.65115732, 0.290380985, -0.602957428, 0.743048429)
  930. Weld46.Part0 = Part8
  931. Part47.Parent = Model0
  932. Part47.BrickColor = BrickColor.new("Bright yellow")
  933. Part47.Reflectance = 0.10000000149012
  934. Part47.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  935. Part47.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  936. Part47.Velocity = Vector3.new(15.9139099, -14.4553328, 1.0229578)
  937. Part47.Size = Vector3.new(6.80000019, 1, 6)
  938. Part47.CFrame = CFrame.new(52.2685242, 16.4777355, -53.3708267, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  939. Part47.BottomSurface = Enum.SurfaceType.Smooth
  940. Part47.TopSurface = Enum.SurfaceType.Smooth
  941. Part47.Color = Color3.new(0.960784, 0.803922, 0.188235)
  942. Part47.Position = Vector3.new(52.2685242, 16.4777355, -53.3708267)
  943. Part47.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  944. Part47.Color = Color3.new(0.960784, 0.803922, 0.188235)
  945. Part48.Parent = Model0
  946. Part48.BrickColor = BrickColor.new("Bright yellow")
  947. Part48.Reflectance = 0.10000000149012
  948. Part48.Rotation = Vector3.new(138.37999, -89.6699982, 140.099991)
  949. Part48.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  950. Part48.Velocity = Vector3.new(15.8489389, -14.2756872, 0.986850679)
  951. Part48.Size = Vector3.new(11, 5.4000001, 2.78999996)
  952. Part48.CFrame = CFrame.new(56.8821526, 17.0195026, -58.9771767, -0.00272716279, -0.00228001853, -0.999983907, 0.0301387496, 0.999536812, -0.002361177, 0.999536276, -0.0301449895, -0.00265720394)
  953. Part48.BottomSurface = Enum.SurfaceType.Smooth
  954. Part48.TopSurface = Enum.SurfaceType.Smooth
  955. Part48.Color = Color3.new(0.960784, 0.803922, 0.188235)
  956. Part48.Position = Vector3.new(56.8821526, 17.0195026, -58.9771767)
  957. Part48.Orientation = Vector3.new(0.140000001, -90.1500015, 1.73000002)
  958. Part48.Color = Color3.new(0.960784, 0.803922, 0.188235)
  959. SpecialMesh49.Parent = Part48
  960. SpecialMesh49.MeshType = Enum.MeshType.Wedge
  961. Part50.Parent = Model0
  962. Part50.BrickColor = BrickColor.new("Bright yellow")
  963. Part50.Reflectance = 0.10000000149012
  964. Part50.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  965. Part50.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  966. Part50.Velocity = Vector3.new(15.8094931, -14.9729595, 1.1175791)
  967. Part50.Size = Vector3.new(2.5999999, 11, 1.99000001)
  968. Part50.CFrame = CFrame.new(39.6800117, 17.9784241, -59.0530319, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  969. Part50.BottomSurface = Enum.SurfaceType.Smooth
  970. Part50.TopSurface = Enum.SurfaceType.Smooth
  971. Part50.Color = Color3.new(0.960784, 0.803922, 0.188235)
  972. Part50.Position = Vector3.new(39.6800117, 17.9784241, -59.0530319)
  973. Part50.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  974. Part50.Color = Color3.new(0.960784, 0.803922, 0.188235)
  975. Part51.Parent = Model0
  976. Part51.BrickColor = BrickColor.new("Bright yellow")
  977. Part51.Reflectance = 0.10000000149012
  978. Part51.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  979. Part51.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  980. Part51.Velocity = Vector3.new(15.7963123, -15.1148634, 1.14401746)
  981. Part51.Size = Vector3.new(3.20000005, 11, 5)
  982. Part51.CFrame = CFrame.new(36.179287, 18.3000031, -59.0722656, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  983. Part51.BottomSurface = Enum.SurfaceType.Smooth
  984. Part51.TopSurface = Enum.SurfaceType.Smooth
  985. Part51.Color = Color3.new(0.960784, 0.803922, 0.188235)
  986. Part51.Position = Vector3.new(36.179287, 18.3000031, -59.0722656)
  987. Part51.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  988. Part51.Color = Color3.new(0.960784, 0.803922, 0.188235)
  989. Part52.Parent = Model0
  990. Part52.BrickColor = BrickColor.new("Mid gray")
  991. Part52.Reflectance = 0.10000000149012
  992. Part52.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  993. Part52.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  994. Part52.Velocity = Vector3.new(15.5385218, -14.4726038, 1.01410508)
  995. Part52.Size = Vector3.new(1.99000001, 1, 1)
  996. Part52.CFrame = CFrame.new(52.1790047, 23.7665997, -63.7955704, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  997. Part52.BottomSurface = Enum.SurfaceType.Smooth
  998. Part52.TopSurface = Enum.SurfaceType.Smooth
  999. Part52.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1000. Part52.Position = Vector3.new(52.1790047, 23.7665997, -63.7955704)
  1001. Part52.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1002. Part52.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1003. Part53.Parent = Model0
  1004. Part53.BrickColor = BrickColor.new("Mid gray")
  1005. Part53.Reflectance = 0.10000000149012
  1006. Part53.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1007. Part53.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1008. Part53.Velocity = Vector3.new(15.4776211, -14.5862904, 1.03366053)
  1009. Part53.Size = Vector3.new(1, 1, 4.59000015)
  1010. Part53.CFrame = CFrame.new(49.3756027, 25.259304, -63.8482285, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1011. Part53.BottomSurface = Enum.SurfaceType.Smooth
  1012. Part53.TopSurface = Enum.SurfaceType.Smooth
  1013. Part53.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1014. Part53.Position = Vector3.new(49.3756027, 25.259304, -63.8482285)
  1015. Part53.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1016. Part53.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1017. Part54.Parent = Model0
  1018. Part54.BrickColor = BrickColor.new("Bright yellow")
  1019. Part54.Reflectance = 0.10000000149012
  1020. Part54.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1021. Part54.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1022. Part54.Velocity = Vector3.new(15.9723892, -14.9359541, 1.11583388)
  1023. Part54.Size = Vector3.new(1, 12.6000004, 9.80000019)
  1024. Part54.CFrame = CFrame.new(40.5891151, 13.9823828, -58.9300575, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1025. Part54.BottomSurface = Enum.SurfaceType.Smooth
  1026. Part54.TopSurface = Enum.SurfaceType.Smooth
  1027. Part54.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1028. Part54.Position = Vector3.new(40.5891151, 13.9823828, -58.9300575)
  1029. Part54.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1030. Part54.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1031. Part55.Parent = Model0
  1032. Part55.BrickColor = BrickColor.new("Bright yellow")
  1033. Part55.Reflectance = 0.10000000149012
  1034. Part55.Rotation = Vector3.new(-41.6299973, 89.6699982, 39.9099998)
  1035. Part55.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1036. Part55.Velocity = Vector3.new(15.7374144, -15.2646685, 1.17047548)
  1037. Part55.Size = Vector3.new(5.19000006, 1.38999999, 2.3900001)
  1038. Part55.CFrame = CFrame.new(32.4750633, 19.7996159, -58.8274689, 0.00272716419, -0.00228084624, 0.999983907, -0.0301390998, 0.999536812, 0.00236200634, -0.999536514, -0.0301453341, 0.00265720859)
  1039. Part55.BottomSurface = Enum.SurfaceType.Smooth
  1040. Part55.TopSurface = Enum.SurfaceType.Smooth
  1041. Part55.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1042. Part55.Position = Vector3.new(32.4750633, 19.7996159, -58.8274689)
  1043. Part55.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
  1044. Part55.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1045. SpecialMesh56.Parent = Part55
  1046. SpecialMesh56.MeshType = Enum.MeshType.Wedge
  1047. Part57.Parent = Model0
  1048. Part57.BrickColor = BrickColor.new("Bright yellow")
  1049. Part57.Reflectance = 0.10000000149012
  1050. Part57.Rotation = Vector3.new(138.369995, -89.6699982, 140.099991)
  1051. Part57.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1052. Part57.Velocity = Vector3.new(15.7443075, -14.9731712, 1.11551416)
  1053. Part57.Size = Vector3.new(11, 0.600000024, 1.99000001)
  1054. Part57.CFrame = CFrame.new(39.676342, 19.5776901, -59.1012383, -0.00272716419, -0.00228036777, -0.999983907, 0.0301391147, 0.999536812, -0.00236152788, 0.999536514, -0.030145349, -0.00265722303)
  1055. Part57.BottomSurface = Enum.SurfaceType.Smooth
  1056. Part57.TopSurface = Enum.SurfaceType.Smooth
  1057. Part57.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1058. Part57.Position = Vector3.new(39.676342, 19.5776901, -59.1012383)
  1059. Part57.Orientation = Vector3.new(0.140000001, -90.1500015, 1.73000002)
  1060. Part57.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1061. SpecialMesh58.Parent = Part57
  1062. SpecialMesh58.MeshType = Enum.MeshType.Wedge
  1063. Part59.Parent = Model0
  1064. Part59.BrickColor = BrickColor.new("Bright yellow")
  1065. Part59.Reflectance = 0.10000000149012
  1066. Part59.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1067. Part59.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1068. Part59.Velocity = Vector3.new(15.6742344, -14.535656, 1.03042412)
  1069. Part59.Size = Vector3.new(3.20000005, 11, 5.5999999)
  1070. Part59.CFrame = CFrame.new(50.4724007, 21.3024158, -59.1238136, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1071. Part59.BottomSurface = Enum.SurfaceType.Smooth
  1072. Part59.TopSurface = Enum.SurfaceType.Smooth
  1073. Part59.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1074. Part59.Position = Vector3.new(50.4724007, 21.3024158, -59.1238136)
  1075. Part59.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1076. Part59.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1077. Part60.Parent = Model0
  1078. Part60.BrickColor = BrickColor.new("Bright yellow")
  1079. Part60.Reflectance = 0.10000000149012
  1080. Part60.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1081. Part60.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1082. Part60.Velocity = Vector3.new(15.8580885, -14.8147287, 1.08919334)
  1083. Part60.Size = Vector3.new(5, 13, 3.78999996)
  1084. Part60.CFrame = CFrame.new(43.5827141, 16.7881832, -59.0064964, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1085. Part60.BottomSurface = Enum.SurfaceType.Smooth
  1086. Part60.TopSurface = Enum.SurfaceType.Smooth
  1087. Part60.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1088. Part60.Position = Vector3.new(43.5827141, 16.7881832, -59.0064964)
  1089. Part60.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1090. Part60.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1091. Part61.Parent = Model0
  1092. Part61.BrickColor = BrickColor.new("Bright yellow")
  1093. Part61.Reflectance = 0.10000000149012
  1094. Part61.Rotation = Vector3.new(138.37999, -89.6699982, 140.099991)
  1095. Part61.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1096. Part61.Velocity = Vector3.new(15.7368565, -14.964735, 1.11367643)
  1097. Part61.Size = Vector3.new(5.19000006, 1.38999999, 2.3900001)
  1098. Part61.CFrame = CFrame.new(39.8750229, 19.817091, -58.8078041, -0.00272716279, -0.00228001853, -0.999983907, 0.0301387496, 0.999536812, -0.002361177, 0.999536276, -0.0301449895, -0.00265720394)
  1099. Part61.BottomSurface = Enum.SurfaceType.Smooth
  1100. Part61.TopSurface = Enum.SurfaceType.Smooth
  1101. Part61.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1102. Part61.Position = Vector3.new(39.8750229, 19.817091, -58.8078041)
  1103. Part61.Orientation = Vector3.new(0.140000001, -90.1500015, 1.73000002)
  1104. Part61.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1105. SpecialMesh62.Parent = Part61
  1106. SpecialMesh62.MeshType = Enum.MeshType.Wedge
  1107. Part63.Parent = Model0
  1108. Part63.BrickColor = BrickColor.new("Mid gray")
  1109. Part63.Reflectance = 0.10000000149012
  1110. Part63.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1111. Part63.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1112. Part63.Velocity = Vector3.new(15.6634455, -14.6883507, 1.05898273)
  1113. Part63.Size = Vector3.new(5.19000006, 1, 1)
  1114. Part63.CFrame = CFrame.new(46.5576019, 22.4313908, -54.566433, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1115. Part63.BottomSurface = Enum.SurfaceType.Smooth
  1116. Part63.TopSurface = Enum.SurfaceType.Smooth
  1117. Part63.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1118. Part63.Position = Vector3.new(46.5576019, 22.4313908, -54.566433)
  1119. Part63.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1120. Part63.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1121. Part64.Parent = Model0
  1122. Part64.BrickColor = BrickColor.new("Bright yellow")
  1123. Part64.Reflectance = 0.10000000149012
  1124. Part64.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1125. Part64.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1126. Part64.Velocity = Vector3.new(15.8596373, -15.2642717, 1.1743474)
  1127. Part64.Size = Vector3.new(3.20000005, 5, 4)
  1128. Part64.CFrame = CFrame.new(32.4819221, 16.8009949, -58.737011, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1129. Part64.BottomSurface = Enum.SurfaceType.Smooth
  1130. Part64.TopSurface = Enum.SurfaceType.Smooth
  1131. Part64.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1132. Part64.Position = Vector3.new(32.4819221, 16.8009949, -58.737011)
  1133. Part64.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1134. Part64.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1135. Part65.Parent = Model0
  1136. Part65.BrickColor = BrickColor.new("Bright yellow")
  1137. Part65.Reflectance = 0.10000000149012
  1138. Part65.Rotation = Vector3.new(178.269989, 0.159999996, 179.869995)
  1139. Part65.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1140. Part65.Velocity = Vector3.new(15.9261608, -14.4530563, 1.02292252)
  1141. Part65.Size = Vector3.new(6, 6.78999996, 2.78999996)
  1142. Part65.CFrame = CFrame.new(52.2633438, 16.5349998, -51.4716949, -0.999993682, -0.00228062109, 0.00272715022, -0.00236178655, 0.999542892, -0.030139273, -0.00265712384, -0.0301455241, -0.999541998)
  1143. Part65.BottomSurface = Enum.SurfaceType.Smooth
  1144. Part65.TopSurface = Enum.SurfaceType.Smooth
  1145. Part65.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1146. Part65.Position = Vector3.new(52.2633438, 16.5349998, -51.4716949)
  1147. Part65.Orientation = Vector3.new(1.73000002, 179.839996, -0.140000001)
  1148. Part65.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1149. SpecialMesh66.Parent = Part65
  1150. SpecialMesh66.MeshType = Enum.MeshType.Wedge
  1151. Part67.Parent = Model0
  1152. Part67.BrickColor = BrickColor.new("Black")
  1153. Part67.Reflectance = 0.10000000149012
  1154. Part67.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1155. Part67.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1156. Part67.Velocity = Vector3.new(15.7453032, -14.8148584, 1.0855757)
  1157. Part67.Size = Vector3.new(0.600000024, 7.4000001, 3.78999996)
  1158. Part67.CFrame = CFrame.new(43.5757828, 19.5929279, -58.890995, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1159. Part67.BottomSurface = Enum.SurfaceType.Smooth
  1160. Part67.TopSurface = Enum.SurfaceType.Smooth
  1161. Part67.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1162. Part67.Position = Vector3.new(43.5757828, 19.5929279, -58.890995)
  1163. Part67.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1164. Part67.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1165. Part68.Parent = Model0
  1166. Part68.BrickColor = BrickColor.new("Bright yellow")
  1167. Part68.Reflectance = 0.10000000149012
  1168. Part68.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1169. Part68.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1170. Part68.Velocity = Vector3.new(15.8416977, -14.4687462, 1.02316523)
  1171. Part68.Size = Vector3.new(6.80000019, 1, 6)
  1172. Part68.CFrame = CFrame.new(52.2990723, 16.1401768, -64.5657425, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1173. Part68.BottomSurface = Enum.SurfaceType.Smooth
  1174. Part68.TopSurface = Enum.SurfaceType.Smooth
  1175. Part68.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1176. Part68.Position = Vector3.new(52.2990723, 16.1401768, -64.5657425)
  1177. Part68.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1178. Part68.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1179. Part69.Parent = Model0
  1180. Part69.BrickColor = BrickColor.new("Bright yellow")
  1181. Part69.Reflectance = 0.10000000149012
  1182. Part69.Rotation = Vector3.new(138.37999, -89.6699982, 140.099991)
  1183. Part69.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1184. Part69.Velocity = Vector3.new(15.6739407, -14.3775835, 1.00048959)
  1185. Part69.Size = Vector3.new(11, 3.20000005, 2.19000006)
  1186. Part69.CFrame = CFrame.new(54.372364, 21.3116264, -59.1134453, -0.00272716279, -0.00228001853, -0.999983907, 0.0301387496, 0.999536812, -0.002361177, 0.999536276, -0.0301449895, -0.00265720394)
  1187. Part69.BottomSurface = Enum.SurfaceType.Smooth
  1188. Part69.TopSurface = Enum.SurfaceType.Smooth
  1189. Part69.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1190. Part69.Position = Vector3.new(54.372364, 21.3116264, -59.1134453)
  1191. Part69.Orientation = Vector3.new(0.140000001, -90.1500015, 1.73000002)
  1192. Part69.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1193. SpecialMesh70.Parent = Part69
  1194. SpecialMesh70.MeshType = Enum.MeshType.Wedge
  1195. Part71.Parent = Model0
  1196. Part71.BrickColor = BrickColor.new("Bright yellow")
  1197. Part71.Reflectance = 0.10000000149012
  1198. Part71.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1199. Part71.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1200. Part71.Velocity = Vector3.new(15.8100357, -15.2647877, 1.17284322)
  1201. Part71.Size = Vector3.new(2.5999999, 11, 2.3900001)
  1202. Part71.CFrame = CFrame.new(32.4800301, 17.9614201, -59.0721626, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1203. Part71.BottomSurface = Enum.SurfaceType.Smooth
  1204. Part71.TopSurface = Enum.SurfaceType.Smooth
  1205. Part71.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1206. Part71.Position = Vector3.new(32.4800301, 17.9614201, -59.0721626)
  1207. Part71.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1208. Part71.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1209. Part72.Parent = Model0
  1210. Part72.BrickColor = BrickColor.new("Mid gray")
  1211. Part72.Reflectance = 0.10000000149012
  1212. Part72.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1213. Part72.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1214. Part72.Velocity = Vector3.new(15.6041288, -14.6993694, 1.0591532)
  1215. Part72.Size = Vector3.new(5.19000006, 1, 1)
  1216. Part72.CFrame = CFrame.new(46.5826912, 22.154108, -63.7622147, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1217. Part72.BottomSurface = Enum.SurfaceType.Smooth
  1218. Part72.TopSurface = Enum.SurfaceType.Smooth
  1219. Part72.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1220. Part72.Position = Vector3.new(46.5826912, 22.154108, -63.7622147)
  1221. Part72.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1222. Part72.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1223. Part73.Parent = Model0
  1224. Part73.BrickColor = BrickColor.new("Bright yellow")
  1225. Part73.Reflectance = 0.10000000149012
  1226. Part73.Rotation = Vector3.new(-41.6299973, 89.6699982, 39.9099998)
  1227. Part73.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1228. Part73.Velocity = Vector3.new(15.7782755, -15.3293858, 1.18404686)
  1229. Part73.Size = Vector3.new(5, 0.800000012, 0.790000021)
  1230. Part73.CFrame = CFrame.new(30.8773766, 18.796299, -58.8015633, 0.00272716419, -0.00228084624, 0.999983907, -0.0301390998, 0.999536812, 0.00236200634, -0.999536514, -0.0301453341, 0.00265720859)
  1231. Part73.BottomSurface = Enum.SurfaceType.Smooth
  1232. Part73.TopSurface = Enum.SurfaceType.Smooth
  1233. Part73.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1234. Part73.Position = Vector3.new(30.8773766, 18.796299, -58.8015633)
  1235. Part73.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
  1236. Part73.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1237. SpecialMesh74.Parent = Part73
  1238. SpecialMesh74.MeshType = Enum.MeshType.Wedge
  1239. Part75.Parent = Model0
  1240. Part75.Material = Enum.Material.Concrete
  1241. Part75.Reflectance = 0.10000000149012
  1242. Part75.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1243. Part75.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1244. Part75.Velocity = Vector3.new(15.9580784, -14.4698839, 1.02713895)
  1245. Part75.Size = Vector3.new(10, 12, 10)
  1246. Part75.CFrame = CFrame.new(52.0883293, 14.3393888, -58.9094315, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1247. Part75.BottomSurface = Enum.SurfaceType.Smooth
  1248. Part75.TopSurface = Enum.SurfaceType.Smooth
  1249. Part75.Position = Vector3.new(52.0883293, 14.3393888, -58.9094315)
  1250. Part75.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1251. CylinderMesh76.Parent = Part75
  1252. CylinderMesh76.Scale = Vector3.new(1, 1.02999997, 1)
  1253. CylinderMesh76.Scale = Vector3.new(1, 1.02999997, 1)
  1254. Part77.Parent = Model0
  1255. Part77.BrickColor = BrickColor.new("Bright yellow")
  1256. Part77.Reflectance = 0.10000000149012
  1257. Part77.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1258. Part77.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1259. Part77.Velocity = Vector3.new(15.7208385, -15.1147547, 1.1415596)
  1260. Part77.Size = Vector3.new(0.600000024, 5.19000006, 5)
  1261. Part77.CFrame = CFrame.new(36.1741295, 20.2081833, -58.8296967, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1262. Part77.BottomSurface = Enum.SurfaceType.Smooth
  1263. Part77.TopSurface = Enum.SurfaceType.Smooth
  1264. Part77.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1265. Part77.Position = Vector3.new(36.1741295, 20.2081833, -58.8296967)
  1266. Part77.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1267. Part77.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1268. Part78.Parent = Model0
  1269. Part78.BrickColor = BrickColor.new("Bright yellow")
  1270. Part78.Reflectance = 0.10000000149012
  1271. Part78.Rotation = Vector3.new(-1.73000002, -0.159999996, 0.129999995)
  1272. Part78.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1273. Part78.Velocity = Vector3.new(15.8294477, -14.4710217, 1.02320051)
  1274. Part78.Size = Vector3.new(6, 6.78999996, 2.78999996)
  1275. Part78.CFrame = CFrame.new(52.304245, 16.0829086, -66.4648666, 0.999993682, -0.00228062109, -0.00272719399, 0.00236178795, 0.999542892, 0.030139273, 0.00265716738, -0.0301455241, 0.999541998)
  1276. Part78.BottomSurface = Enum.SurfaceType.Smooth
  1277. Part78.TopSurface = Enum.SurfaceType.Smooth
  1278. Part78.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1279. Part78.Position = Vector3.new(52.304245, 16.0829086, -66.4648666)
  1280. Part78.Orientation = Vector3.new(-1.73000002, -0.159999996, 0.140000001)
  1281. Part78.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1282. SpecialMesh79.Parent = Part78
  1283. SpecialMesh79.MeshType = Enum.MeshType.Wedge
  1284. Part80.Parent = Model0
  1285. Part80.BrickColor = BrickColor.new("Black")
  1286. Part80.Reflectance = 0.10000000149012
  1287. Part80.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1288. Part80.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1289. Part80.Velocity = Vector3.new(15.675931, -14.7542858, 1.0718683)
  1290. Part80.Size = Vector3.new(2.78999996, 7.4000001, 0.790000021)
  1291. Part80.CFrame = CFrame.new(45.0718956, 21.2956905, -58.9382553, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1292. Part80.BottomSurface = Enum.SurfaceType.Smooth
  1293. Part80.TopSurface = Enum.SurfaceType.Smooth
  1294. Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1295. Part80.Position = Vector3.new(45.0718956, 21.2956905, -58.9382553)
  1296. Part80.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1297. Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1298. Part81.Parent = Model0
  1299. Part81.BrickColor = BrickColor.new("Bright yellow")
  1300. Part81.Reflectance = 0.10000000149012
  1301. Part81.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1302. Part81.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1303. Part81.Velocity = Vector3.new(15.8494205, -14.5350885, 1.03597403)
  1304. Part81.Size = Vector3.new(5.4000001, 11, 10)
  1305. Part81.CFrame = CFrame.new(50.4822121, 17.004385, -58.9941902, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1306. Part81.BottomSurface = Enum.SurfaceType.Smooth
  1307. Part81.TopSurface = Enum.SurfaceType.Smooth
  1308. Part81.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1309. Part81.Position = Vector3.new(50.4822121, 17.004385, -58.9941902)
  1310. Part81.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1311. Part81.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1312. Part82.Parent = Model0
  1313. Part82.BrickColor = BrickColor.new("Bright yellow")
  1314. Part82.Reflectance = 0.10000000149012
  1315. Part82.Rotation = Vector3.new(-41.6299973, 89.6699982, 39.9099998)
  1316. Part82.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1317. Part82.Velocity = Vector3.new(15.7448502, -15.2649984, 1.17077804)
  1318. Part82.Size = Vector3.new(11, 0.600000024, 2.3900001)
  1319. Part82.CFrame = CFrame.new(32.4763908, 19.5606842, -59.1204224, 0.00272716419, -0.00228084624, 0.999983907, -0.0301390998, 0.999536812, 0.00236200634, -0.999536514, -0.0301453341, 0.00265720859)
  1320. Part82.BottomSurface = Enum.SurfaceType.Smooth
  1321. Part82.TopSurface = Enum.SurfaceType.Smooth
  1322. Part82.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1323. Part82.Position = Vector3.new(32.4763908, 19.5606842, -59.1204224)
  1324. Part82.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
  1325. Part82.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1326. SpecialMesh83.Parent = Part82
  1327. SpecialMesh83.MeshType = Enum.MeshType.Wedge
  1328. Part84.Parent = Model0
  1329. Part84.BrickColor = BrickColor.new("Bright yellow")
  1330. Part84.Reflectance = 0.10000000149012
  1331. Part84.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1332. Part84.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1333. Part84.Velocity = Vector3.new(15.8378992, -14.9120703, 1.10696924)
  1334. Part84.Size = Vector3.new(4, 13, 1)
  1335. Part84.CFrame = CFrame.new(41.181591, 17.2822895, -59.0279465, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1336. Part84.BottomSurface = Enum.SurfaceType.Smooth
  1337. Part84.TopSurface = Enum.SurfaceType.Smooth
  1338. Part84.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1339. Part84.Position = Vector3.new(41.181591, 17.2822895, -59.0279465)
  1340. Part84.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1341. Part84.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1342. Part85.Parent = Model0
  1343. Part85.BrickColor = BrickColor.new("Mid gray")
  1344. Part85.Reflectance = 0.10000000149012
  1345. Part85.Rotation = Vector3.new(138.369995, -89.6699982, 140.099991)
  1346. Part85.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1347. Part85.Velocity = Vector3.new(15.5070686, -14.4672928, 1.01208389)
  1348. Part85.Size = Vector3.new(10.1000004, 1, 0.99000001)
  1349. Part85.CFrame = CFrame.new(52.1630363, 25.4045525, -59.2429199, -0.00272716419, -0.00228036777, -0.999983907, 0.0301391147, 0.999536812, -0.00236152788, 0.999536514, -0.030145349, -0.00265722303)
  1350. Part85.BottomSurface = Enum.SurfaceType.Smooth
  1351. Part85.TopSurface = Enum.SurfaceType.Smooth
  1352. Part85.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1353. Part85.Position = Vector3.new(52.1630363, 25.4045525, -59.2429199)
  1354. Part85.Orientation = Vector3.new(0.140000001, -90.1500015, 1.73000002)
  1355. Part85.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1356. SpecialMesh86.Parent = Part85
  1357. SpecialMesh86.MeshType = Enum.MeshType.Wedge
  1358. Part87.Parent = Model0
  1359. Part87.BrickColor = BrickColor.new("Mid gray")
  1360. Part87.Reflectance = 0.10000000149012
  1361. Part87.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1362. Part87.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1363. Part87.Velocity = Vector3.new(15.5369377, -14.5752716, 1.03349018)
  1364. Part87.Size = Vector3.new(1, 1, 4.59000015)
  1365. Part87.CFrame = CFrame.new(49.3505135, 25.5365887, -54.6524429, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1366. Part87.BottomSurface = Enum.SurfaceType.Smooth
  1367. Part87.TopSurface = Enum.SurfaceType.Smooth
  1368. Part87.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1369. Part87.Position = Vector3.new(49.3505135, 25.5365887, -54.6524429)
  1370. Part87.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1371. Part87.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1372. Part88.Parent = Model0
  1373. Part88.BrickColor = BrickColor.new("Mid gray")
  1374. Part88.Reflectance = 0.10000000149012
  1375. Part88.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1376. Part88.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1377. Part88.Velocity = Vector3.new(15.5978384, -14.461586, 1.01393461)
  1378. Part88.Size = Vector3.new(1.99000001, 1, 1)
  1379. Part88.CFrame = CFrame.new(52.1539154, 24.0438805, -54.5997925, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1380. Part88.BottomSurface = Enum.SurfaceType.Smooth
  1381. Part88.TopSurface = Enum.SurfaceType.Smooth
  1382. Part88.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1383. Part88.Position = Vector3.new(52.1539154, 24.0438805, -54.5997925)
  1384. Part88.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1385. Part88.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1386. Part89.Parent = Model0
  1387. Part89.BrickColor = BrickColor.new("Mid gray")
  1388. Part89.Reflectance = 0.10000000149012
  1389. Part89.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
  1390. Part89.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1391. Part89.Velocity = Vector3.new(15.5072794, -14.580781, 1.0335753)
  1392. Part89.Size = Vector3.new(1, 1, 4.59000015)
  1393. Part89.CFrame = CFrame.new(49.3630562, 25.3979416, -59.2503204, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
  1394. Part89.BottomSurface = Enum.SurfaceType.Smooth
  1395. Part89.TopSurface = Enum.SurfaceType.Smooth
  1396. Part89.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1397. Part89.Position = Vector3.new(49.3630562, 25.3979416, -59.2503204)
  1398. Part89.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
  1399. Part89.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1400. Part90.Parent = Model0
  1401. Part90.BrickColor = BrickColor.new("Mid gray")
  1402. Part90.Reflectance = 0.10000000149012
  1403. Part90.Rotation = Vector3.new(-41.6299973, 89.6699982, 39.9099998)
  1404. Part90.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
  1405. Part90.Velocity = Vector3.new(15.5074902, -14.6942692, 1.05506682)
  1406. Part90.Size = Vector3.new(10.1000004, 1, 0.99000001)
  1407. Part90.CFrame = CFrame.new(46.5630798, 25.3913307, -59.2577515, 0.00272716419, -0.00228084647, 0.999983907, -0.0301390998, 0.999536812, 0.00236200634, -0.999536514, -0.0301453341, 0.00265720859)
  1408. Part90.BottomSurface = Enum.SurfaceType.Smooth
  1409. Part90.TopSurface = Enum.SurfaceType.Smooth
  1410. Part90.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1411. Part90.Position = Vector3.new(46.5630798, 25.3913307, -59.2577515)
  1412. Part90.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
  1413. Part90.Color = Color3.new(0.803922, 0.803922, 0.803922)
  1414. SpecialMesh91.Parent = Part90
  1415. SpecialMesh91.MeshType = Enum.MeshType.Wedge
  1416. for i,v in pairs(mas:GetChildren()) do
  1417. v.Parent = game:GetService("Players").LocalPlayer.Character
  1418. pcall(function() v:MakeJoints() end)
  1419. end
  1420. mas:Destroy()
  1421. for i,v in pairs(cors) do
  1422. spawn(function()
  1423. pcall(v)
  1424. end)
  1425. end
  1426. for i,v in pairs(Model0:GetChildren()) do
  1427. if v.ClassName == "Part" then
  1428. v.CanCollide = false
  1429. end
  1430. end
  1431. Part8.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,100,0)-- * CFrame.fromEulerAnglesXYZ(0,math.pi/2,math.pi/2)
  1432. --Part8.Anchored = true
  1433. for i = 1,30 do
  1434. Part8.CFrame = Part8.CFrame * CFrame.new(0,-2,0)
  1435. game:GetService("RunService").RenderStepped:wait()
  1436. end
  1437. local wry = Instance.new("Sound", Part8)
  1438. wry.SoundId = "rbxassetid://252754492"
  1439. wry:Play()
  1440. wry.Volume = 6
  1441. Part8.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,2,0)
  1442. Part8.Anchored = true
  1443. humanoidofplr.PlatformStand = true
  1444. allahu:Stop()
  1445. pepsihit:Play()
  1446. --Converted with ttyyuu12345's model to script plugin v4
  1447. local function sandbox(var,func)
  1448. local env = getfenv(func)
  1449. local newenv = setmetatable({},{
  1450. __index = function(self,k)
  1451. if k=="script" then
  1452. return var
  1453. else
  1454. return env[k]
  1455. end
  1456. end,
  1457. })
  1458. setfenv(func,newenv)
  1459. return func
  1460. end
  1461. local cors = {}
  1462. local mas = Instance.new("Model",game:GetService("Lighting"))
  1463. local Part01 = Instance.new("Part")
  1464. local SpecialMesh1 = Instance.new("SpecialMesh")
  1465. Part01.Parent = mas
  1466. Part01.Size = Vector3.new(13.4299994, 29.1300011, 14.3699951)
  1467. Part01.CFrame = CFrame.new(-25.3050022, 14.5650053, 8.03499794, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1468. Part01.Position = Vector3.new(-25.3050022, 14.5650053, 8.03499794)
  1469. Part01.Anchored = true
  1470. Part01.CanCollide = false
  1471. SpecialMesh1.Parent = Part01
  1472. SpecialMesh1.MeshId = "rbxassetid://10470609"
  1473. SpecialMesh1.Scale = Vector3.new(30, 30, 30)
  1474. SpecialMesh1.TextureId = "rbxassetid://10549894"
  1475. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  1476. SpecialMesh1.Scale = Vector3.new(30, 30, 30)
  1477. for i,v in pairs(mas:GetChildren()) do
  1478. v.Parent = game:GetService("Players").LocalPlayer.Character
  1479. pcall(function() v:MakeJoints() end)
  1480. end
  1481. mas:Destroy()
  1482. for i,v in pairs(cors) do
  1483. spawn(function()
  1484. pcall(v)
  1485. end)
  1486. end
  1487. Part01.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,100,0) * CFrame.fromEulerAnglesXYZ(0,math.pi/2,math.pi/2)
  1488. for i = 1,50 do
  1489. Part01.CFrame = Part01.CFrame * CFrame.new(-2,0,0)
  1490. wait()
  1491. end
  1492. pepsihit:Play()
  1493. pepsi:Play()
  1494. wait(1.4)
  1495. explo:Play()
  1496. erection:Play()
  1497. --runninin90:Play()
  1498.  
  1499. bass:Play()
  1500. pepsi:Stop()
  1501. -- Objects
  1502.  
  1503. local ScreenGui = Instance.new("ScreenGui")
  1504. local TextLabel = Instance.new("TextLabel")
  1505.  
  1506. -- Properties
  1507.  
  1508. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  1509.  
  1510. TextLabel.Parent = ScreenGui
  1511. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1512. TextLabel.BackgroundTransparency = 1
  1513. TextLabel.Size = UDim2.new(1, 1, 1, 1)
  1514. TextLabel.Font = Enum.Font.Arial
  1515. TextLabel.FontSize = Enum.FontSize.Size10
  1516. TextLabel.Text = "ULTIMATE CLUSTERFUCK"
  1517. TextLabel.TextSize = 10
  1518. TextLabel.TextWrapped = true
  1519. local ball1 = Instance.new("Part", game.Players.LocalPlayer.Character)
  1520. ball1.Size = Vector3.new(6,6,6)
  1521. ball1.Material = "Neon"
  1522. ball1.Anchored = true
  1523. ball1.Transparency = 0.3
  1524. ball1.BrickColor = BrickColor.new("New Yeller")
  1525. ball1.CanCollide = false
  1526. ball1.CFrame = Part01.CFrame
  1527. local ball11 = Instance.new("Part", game.Players.LocalPlayer.Character)
  1528. ball11.Size = Vector3.new(6,6,6)
  1529. ball11.Material = "Neon"
  1530. ball11.Anchored = true
  1531. ball11.Transparency = 0.3
  1532. ball11.BrickColor = BrickColor.new("Maroon")
  1533. ball11.CanCollide = false
  1534. ball11.CFrame = Part01.CFrame
  1535. local cf = ball1.CFrame
  1536. ball1:BreakJoints()
  1537. local cfval = 0
  1538. local cfval1 = 0
  1539. humanoidofplr.JumpPower = 65
  1540. humanoidrootpart:destroy()
  1541. rlegweld:destroy()
  1542. llegweld:destroy()
  1543. lhandweld:destroy()
  1544. rhandweld:destroy()
  1545. headweld:destroy()
  1546. heed.Parent = game.Players.LocalPlayer.Character.Torso
  1547. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1548. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1549. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1550. llegclone.Parent = game.Players.LocalPlayer.Character.Torso
  1551. rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
  1552. bodyps:destroy()
  1553. humanoid.Parent.Head.Anchored = false
  1554. local bodypsvel1 = Instance.new("BodyVelocity", humanoid.Parent.Head)
  1555. bodypsvel1.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1556. bodypsvel1.Velocity = Vector3.new(math.random(-70,70),30,math.random(-70,70))
  1557. local bodypsvel11 = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
  1558. bodypsvel11.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1559. bodypsvel11.Velocity = Vector3.new(math.random(-70,70),30,math.random(-70,70))
  1560. humanoid.Parent:BreakJoints()
  1561. humanoidofplr.PlatformStand = true
  1562. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(Part01.Position,game.Players.LocalPlayer.Character.Torso.Position)
  1563. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  1564. wait(0.1)
  1565. bodypsvel1:destroy()
  1566. bodypsvel11:destroy()
  1567. for i = 1,25 do
  1568. TextLabel.TextColor3 = Color3.fromRGB(math.random(1,255),math.random(1,255),math.random(1,255))
  1569. TextLabel.Visible = true
  1570. TextLabel.Rotation = TextLabel.Rotation + 0.4
  1571. TextLabel.TextSize = TextLabel.TextSize + 1
  1572. humanoidofplr.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1573. cfval1 = cfval1 - 1
  1574. cfval = cfval + 1
  1575. ball1.BrickColor = BrickColor.Random()
  1576. ball1.Size = ball1.Size + Vector3.new(1,1,1)
  1577. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
  1578. --
  1579. ball11.BrickColor = BrickColor.Random()
  1580. ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
  1581. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
  1582. wait()
  1583. ball1.BrickColor = BrickColor.Random()
  1584. ball11.BrickColor = BrickColor.Random()
  1585. humanoidofplr.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1586. cfval1 = cfval1 - 1
  1587. cfval = cfval + 1
  1588. ball1.Size = ball1.Size + Vector3.new(1,1,1)
  1589. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
  1590. --
  1591. ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
  1592. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
  1593. TextLabel.Visible = false
  1594. TextLabel.Rotation = TextLabel.Rotation + 0.4
  1595. TextLabel.TextSize = TextLabel.TextSize + 1
  1596. wait()
  1597. end
  1598. bass:Play()
  1599. for i = 1,25 do
  1600. TextLabel.TextColor3 = Color3.fromRGB(math.random(1,255),math.random(1,255),math.random(1,255))
  1601. TextLabel.Visible = true
  1602. TextLabel.Rotation = TextLabel.Rotation + 0.4
  1603. TextLabel.TextSize = TextLabel.TextSize + 1
  1604. humanoidofplr.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1605. cfval1 = cfval1 - 1
  1606. cfval = cfval + 1
  1607. ball1.BrickColor = BrickColor.Random()
  1608. ball1.Size = ball1.Size + Vector3.new(1,1,1)
  1609. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
  1610. --
  1611. ball11.BrickColor = BrickColor.Random()
  1612. ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
  1613. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
  1614. wait()
  1615. ball1.BrickColor = BrickColor.Random()
  1616. ball11.BrickColor = BrickColor.Random()
  1617. humanoidofplr.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1618. cfval1 = cfval1 - 1
  1619. cfval = cfval + 1
  1620. ball1.Size = ball1.Size + Vector3.new(1,1,1)
  1621. ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
  1622. --
  1623. ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
  1624. ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
  1625. TextLabel.Visible = false
  1626. TextLabel.Rotation = TextLabel.Rotation + 0.4
  1627. TextLabel.TextSize = TextLabel.TextSize + 1
  1628. wait()
  1629. end
  1630. humanoidofplr.PlatformStand = false
  1631. ball1:destroy()
  1632. ScreenGui:destroy()
  1633. ball11:destroy()
  1634. erection:Stop()
  1635. Part01:destroy()
  1636. Model0:destroy()
  1637. humanoidofplr.CameraOffset = Vector3.new(0,0,0)
  1638. wait(2)
  1639. bass:Stop()
  1640. for i,v in pairs(humanoidofplr.Parent:GetChildren()) do
  1641. if v.ClassName == "Part" then
  1642. v.Anchored = true
  1643. end
  1644. end
  1645. -- Objects
  1646.  
  1647. local ScreenGui = Instance.new("ScreenGui")
  1648. local ImageLabel = Instance.new("ImageLabel")
  1649.  
  1650. -- Properties
  1651.  
  1652. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  1653.  
  1654. ImageLabel.Parent = ScreenGui
  1655. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1656. ImageLabel.BackgroundTransparency = 1
  1657. ImageLabel.Position = UDim2.new(-0.000247940421, 0, 0.0192930661, 0)
  1658. ImageLabel.Size = UDim2.new(0, 919, 0, 760)
  1659. ImageLabel.Image = "rbxassetid://1216401562"
  1660. local screamer = Instance.new("Sound", ScreenGui)
  1661. screamer.SoundId = "rbxassetid://153400584"
  1662. screamer:Play()
  1663. screamer.Volume = 10
  1664. wait(3)
  1665. runninin90:Play()
  1666. erection:Play()
  1667. pepsi:Play()
  1668. local aaaah = Instance.new("Sound", ScreenGui)
  1669. aaaah.SoundId = "rbxassetid://276709204"
  1670. aaaah:Play()
  1671. aaaah.Volume = 10
  1672. for i = 1,100 do
  1673. ImageLabel.Position = ImageLabel.Position - UDim2.new(0,25,0,15) + UDim2.new(0,math.random(-20,20),0,math.random(-20,20))
  1674. ImageLabel.Size = ImageLabel.Size + UDim2.new(0,50,0,50)
  1675. wait()
  1676. end
  1677. ScreenGui:Destroy()
  1678. erection:Stop()
  1679. runninin90:Stop()
  1680. pepsi:Stop()
  1681. for i,v in pairs(humanoidofplr.Parent:GetChildren()) do
  1682. if v.ClassName == "Part" then
  1683. v.Anchored = false
  1684. end
  1685. end
  1686. using = false
  1687. else
  1688. humanoid.Parent.Head.CFrame = CFrame.new(humanoid.Parent.Head.Position, game.Players.LocalPlayer.Character.Torso.Position)
  1689. humanoid.Parent.Head.Anchored = true
  1690. local bodyps = Instance.new("BodyPosition", game.Players.LocalPlayer.Character.Torso)
  1691. bodyps.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1692. bodyps.Position = game.Players.LocalPlayer.Character.Torso.Position
  1693. humanoidofplr.JumpPower = 0
  1694. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  1695. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1696. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1697. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1698. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  1699. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  1700. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1701. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1702. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1703. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  1704. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  1705. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  1706. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1707. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1708. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  1709. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  1710. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  1711. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  1712. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1713. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1714. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  1715. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  1716. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  1717. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  1718. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1719. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  1720. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  1721. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  1722. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1723. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1724. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  1725. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  1726. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  1727. erection:Play()
  1728. llegweld.C0 = CFrame.new(-0.906621933, -1.96817839, 3.81469727e-06, 0.939697921, 0.342017353, -1.15483999e-07, -0.342018157, 0.939700484, -1.54780309e-06, 4.20854008e-07, -1.4939601e-06, 1.00000584)
  1729. rlegweld.C0 = CFrame.new(2.04675007, -0.901816607, 3.81469727e-06, -0.241916299, -0.970304012, -1.15483999e-07, 0.970306754, -0.241916746, -1.54780309e-06, -1.47389744e-06, 4.86491388e-07, 1.00000584)
  1730. lhandweld.C0 = CFrame.new(-1.78488255, 0.126835346, 0, 0.913546026, 0.406735331, 1.15483552e-07, -0.406735331, 0.913546026, 1.54779377e-06, 5.24042946e-07, -1.46095226e-06, 1)
  1731. rhandweld.C0 = CFrame.new(1.92161179, 0.407135487, 0, -0.694653988, -0.719348252, -1.15483999e-07, 0.719350696, -0.694655538, -1.54780309e-06, -1.03318553e-06, 1.1582564e-06, 1.00000584)
  1732. humanoidrootpart.C0 = CFrame.new(0, 0, 0, 0.0323647447, 0.374601871, -0.926624477, -0.013075971, 0.927188933, 0.374372125, 0.999392211, 5.49364394e-08, 0.0349063426):inverse()
  1733. headweld.C0 = CFrame.new(0, 1.50000882, 0, 0.0349099413, 5.30404058e-08, -0.999393761, -1.5450081e-06, 1.00000596, -1.07041799e-07, 0.999396384, -1.54780309e-06, 0.0349102654)
  1734. for i = 1,25 do
  1735. local mathran = math.random(1,2)
  1736. humanoid.Health = humanoid.Health - 2
  1737. kicksound:Play()
  1738. if mathran == 1 then
  1739. llegweld.C0 = CFrame.new(-0.906621933, -1.96817839, 3.81469727e-06, 0.939697921, 0.342017353, -1.15483999e-07, -0.342018157, 0.939700484, -1.54780309e-06, 4.20854008e-07, -1.4939601e-06, 1.00000584)
  1740. rlegweld.C0 = CFrame.new(2.04675007, -0.901816607, 3.81469727e-06, -0.241916299, -0.970304012, -1.15483999e-07, 0.970306754, -0.241916746, -1.54780309e-06, -1.47389744e-06, 4.86491388e-07, 1.00000584)
  1741. lhandweld.C0 = CFrame.new(-1.78488255, 0.126835346, 0, 0.913546026, 0.406735331, 1.15483552e-07, -0.406735331, 0.913546026, 1.54779377e-06, 5.24042946e-07, -1.46095226e-06, 1)
  1742. rhandweld.C0 = CFrame.new(1.92161179, 0.407135487, 0, -0.694653988, -0.719348252, -1.15483999e-07, 0.719350696, -0.694655538, -1.54780309e-06, -1.03318553e-06, 1.1582564e-06, 1.00000584)
  1743. humanoidrootpart.C0 = CFrame.new(0, 0, 0, 0.0323647447, 0.374601871, -0.926624477, -0.013075971, 0.927188933, 0.374372125, 0.999392211, 5.49364394e-08, 0.0349063426):inverse()
  1744. headweld.C0 = CFrame.new(0, 1.50000882, 0, 0.0349099413, 5.30404058e-08, -0.999393761, -1.5450081e-06, 1.00000596, -1.07041799e-07, 0.999396384, -1.54780309e-06, 0.0349102654)
  1745. end
  1746. if mathran == 2 then
  1747. llegweld.C0 = CFrame.new(-0.906621933, -1.96817839, 3.81469727e-06, 0.939697921, 0.342017353, -1.15483999e-07, -0.342018157, 0.939700484, -1.54780309e-06, 4.20854008e-07, -1.4939601e-06, 1.00000584)
  1748. rlegweld.C0 = CFrame.new(1.89274311, -0.858413935, 7.62939453e-06, 0.10452839, -0.994525194, -1.15483999e-07, 0.994527876, 0.104528576, -1.54780309e-06, -1.55139548e-06, -4.69373873e-08, 1.00000584)
  1749. lhandweld.C0 = CFrame.new(-1.78488255, 0.126835346, 0, 0.913546026, 0.406735331, 1.15483552e-07, -0.406735331, 0.913546026, 1.54779377e-06, 5.24042946e-07, -1.46095226e-06, 1)
  1750. rhandweld.C0 = CFrame.new(2.22284222, 0.414411545, 0, -0.406726152, -0.913553655, -1.15483999e-07, 0.913556159, -0.406727403, -1.54780309e-06, -1.36702647e-06, 7.35030596e-07, 1.00000584)
  1751. humanoidrootpart.C0 = CFrame.new(0, 0, 0, 0.0323647447, 0.374601871, -0.926624477, -0.013075971, 0.927188933, 0.374372125, 0.999392211, 5.49364394e-08, 0.0349063426):inverse()
  1752. headweld.C0 = CFrame.new(0, 1.50000882, 0, 0.0349099413, 5.30404058e-08, -0.999393761, -1.5450081e-06, 1.00000596, -1.07041799e-07, 0.999396384, -1.54780309e-06, 0.0349102654)
  1753. end
  1754. wait(0.04)
  1755. humanoidrootpart.C0 = CFrame.new(0, 0, 0, 0.0341443829, -0.207913235, -0.977556467, 0.00725775072, 0.978153586, -0.207789525, 0.99939394, -1.72760117e-08, 0.034907084):inverse()
  1756. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  1757. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  1758. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  1759. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  1760. wait(0.04)
  1761. end
  1762. humanoid.Health = humanoid.Health - 5
  1763. erection:Stop()
  1764. BOOM:Play()
  1765. explo2:Play()
  1766. bodyps:destroy()
  1767. humanoid.Parent.Head.Anchored = false
  1768. headweld.C0 = CFrame.new(0, 1.50000024, 0, 1, -2.77679039e-28, -8.22939696e-27, -2.70105974e-27, 0.978154778, 0.207912564, 7.87598728e-27, -0.207912564, 0.978154778)
  1769. humanoidrootpart.C0 = CFrame.new(0, 0, 0, 1, -4.29140332e-28, 1.46412584e-27, -1.76704843e-28, 0.913548112, 0.406731218, -1.51461294e-27, -0.406731218, 0.913548112):inverse()
  1770. rlegweld.C0 = CFrame.new(0.5, -1.17737412, -0.674467087, 1, 7.57306469e-28, 2.5243549e-28, 3.02922588e-28, 0.92718792, 0.374602854, -1.31266455e-27, -0.374602854, 0.92718792)
  1771. llegweld.C0 = CFrame.new(-0.5, -1.95082164, 0.459226608, 1, 4.54383881e-28, -3.63507105e-27, 1.1864468e-27, 0.913548112, 0.406731218, 3.48360976e-27, -0.406731218, 0.913548112)
  1772. lhandweld.C0 = CFrame.new(-1.5, 0, 0.45791626, 1, 4.80460114e-22, -3.37716629e-22, -2.65673535e-22, 0.882948399, 0.469470233, 5.23747954e-22, -0.469470233, 0.882948399)
  1773. rhandweld.C0 = CFrame.new(1.5, 0, 0.45791626, 1, 4.80460114e-22, -3.37716629e-22, -2.65673535e-22, 0.882948399, 0.469470233, 5.23747954e-22, -0.469470233, 0.882948399)
  1774. local bodypsvel = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
  1775. bodypsvel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1776. bodypsvel.Velocity = Vector3.new(0,55,0)
  1777. humanoid.Parent.Head.CFrame = humanoid.Parent.Head.CFrame * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  1778. local bodypsvel1 = Instance.new("BodyVelocity", humanoid.Parent.Head)
  1779. bodypsvel1.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1780. bodypsvel1.Velocity = humanoid.Parent.Head.CFrame.upVector * 45
  1781. wait(0.1)
  1782. bodypsvel:destroy()
  1783. bodypsvel1:destroy()
  1784. wait(0.3)
  1785. humanoidofplr.JumpPower = 65
  1786. humanoidrootpart:destroy()
  1787. rlegweld:destroy()
  1788. llegweld:destroy()
  1789. lhandweld:destroy()
  1790. rhandweld:destroy()
  1791. headweld:destroy()
  1792. heed.Parent = game.Players.LocalPlayer.Character.Torso
  1793. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1794. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1795. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1796. llegclone.Parent = game.Players.LocalPlayer.Character.Torso
  1797. rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
  1798. using = false
  1799. end
  1800. using = false
  1801. end
  1802. end
  1803. sensoryee2.Touched:connect(rapidkick)
  1804. wait(0.2)
  1805. if not hittd then
  1806. sensoryee2:destroy()
  1807. using = false
  1808. end
  1809. end
  1810. end
  1811. mouse.KeyDown:connect(kicking)
  1812. candur = true
  1813. function cancer(key)
  1814. key = key:lower()
  1815. if key == "f" and not using then
  1816. using = true
  1817. local scarceisfatthatsafact = Instance.new("Sound", humanoidofplr.Parent.Head)
  1818. scarceisfatthatsafact.SoundId = "rbxassetid://519967074"
  1819. scarceisfatthatsafact:Play()
  1820. scarceisfatthatsafact.Volume = 10
  1821. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  1822. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1823. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1824. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1825. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  1826. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  1827. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1828. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1829. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1830. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  1831. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  1832. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1833. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1834. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  1835. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  1836. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  1837. local bass = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  1838. bass.SoundId = "rbxassetid://1087356234"
  1839. bass.Volume = 16
  1840. bass:Play()
  1841. for i = 1,14 do
  1842. for i = 0,1 , 0.3 do
  1843. headweld.C0 = headweld.C0:lerp(CFrame.new(0.238277435, 1.38430595, -0.26462841, 0.743157983, 0.206764504, -0.636368334, 1.30437893e-05, 0.951053917, 0.309025198, 0.66911602, -0.229662865, 0.706780493),i)
  1844. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.11354065, 0.72611165, -9.53674316e-06, -0.241926044, 0.970294714, -2.11314546e-05, -0.970294774, -0.241926029, -1.76227277e-05, -2.22114886e-05, 1.6240343e-05, 1),i)
  1845. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.17133522, 0.705098152, -0.729599953, -0.219563439, 0.706936955, 0.6723333, 0.941907823, -0.0259357486, 0.334868789, 0.25416863, 0.706800878, -0.660174847),i)
  1846. game:GetService("RunService").RenderStepped:wait()
  1847. end
  1848. for i = 0,1 , 0.3 do
  1849. headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  1850. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  1851. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  1852. game:GetService("RunService").RenderStepped:wait()
  1853. end
  1854. for i = 0,1 , 0.3 do
  1855. headweld.C0 = headweld.C0:lerp(CFrame.new(0.238277435, 1.38430595, -0.26462841, 0.743157983, 0.206764504, -0.636368334, 1.30437893e-05, 0.951053917, 0.309025198, 0.66911602, -0.229662865, 0.706780493),i)
  1856. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.11354065, 0.72611165, -9.53674316e-06, -0.241926044, 0.970294714, -2.11314546e-05, -0.970294774, -0.241926029, -1.76227277e-05, -2.22114886e-05, 1.6240343e-05, 1),i)
  1857. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.17133522, 0.705098152, -0.729599953, -0.219563439, 0.706936955, 0.6723333, 0.941907823, -0.0259357486, 0.334868789, 0.25416863, 0.706800878, -0.660174847),i)
  1858. game:GetService("RunService").RenderStepped:wait()
  1859. end
  1860. for i = 0,1 , 0.3 do
  1861. headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  1862. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  1863. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  1864. game:GetService("RunService").RenderStepped:wait()
  1865. end
  1866. end
  1867. lhandweld:destroy()
  1868. rhandweld:destroy()
  1869. headweld:destroy()
  1870. heed.Parent = game.Players.LocalPlayer.Character.Torso
  1871. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1872. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1873. using = false
  1874. end
  1875. end
  1876. mouse.KeyDown:connect(cancer)
  1877. function putdurex(key)
  1878. if key == "z" and not using and candur then
  1879. using = true
  1880. candur = false
  1881. --Converted with ttyyuu12345's model to script plugin v4
  1882. function sandbox(var,func)
  1883. local env = getfenv(func)
  1884. local newenv = setmetatable({},{
  1885. __index = function(self,k)
  1886. if k=="script" then
  1887. return var
  1888. else
  1889. return env[k]
  1890. end
  1891. end,
  1892. })
  1893. setfenv(func,newenv)
  1894. return func
  1895. end
  1896. cors = {}
  1897. mas = Instance.new("Model",game:GetService("Lighting"))
  1898. Model0 = Instance.new("Model")
  1899. Part1 = Instance.new("Part")
  1900. Part2 = Instance.new("Part")
  1901. Part3 = Instance.new("Part")
  1902. Weld4 = Instance.new("Weld")
  1903. Weld5 = Instance.new("Weld")
  1904. Weld6 = Instance.new("Weld")
  1905. Weld7 = Instance.new("Weld")
  1906. Weld8 = Instance.new("Weld")
  1907. Weld9 = Instance.new("Weld")
  1908. Weld10 = Instance.new("Weld")
  1909. Weld11 = Instance.new("Weld")
  1910. Weld12 = Instance.new("Weld")
  1911. Weld13 = Instance.new("Weld")
  1912. Weld14 = Instance.new("Weld")
  1913. Weld15 = Instance.new("Weld")
  1914. Weld16 = Instance.new("Weld")
  1915. Weld17 = Instance.new("Weld")
  1916. Weld18 = Instance.new("Weld")
  1917. Weld19 = Instance.new("Weld")
  1918. Weld20 = Instance.new("Weld")
  1919. Weld21 = Instance.new("Weld")
  1920. Weld22 = Instance.new("Weld")
  1921. Weld23 = Instance.new("Weld")
  1922. Weld24 = Instance.new("Weld")
  1923. Weld25 = Instance.new("Weld")
  1924. Weld26 = Instance.new("Weld")
  1925. Weld27 = Instance.new("Weld")
  1926. Weld28 = Instance.new("Weld")
  1927. Weld29 = Instance.new("Weld")
  1928. Weld30 = Instance.new("Weld")
  1929. Weld31 = Instance.new("Weld")
  1930. Weld32 = Instance.new("Weld")
  1931. Weld33 = Instance.new("Weld")
  1932. Weld34 = Instance.new("Weld")
  1933. Weld35 = Instance.new("Weld")
  1934. Weld36 = Instance.new("Weld")
  1935. Weld37 = Instance.new("Weld")
  1936. Weld38 = Instance.new("Weld")
  1937. Weld39 = Instance.new("Weld")
  1938. Weld40 = Instance.new("Weld")
  1939. Weld41 = Instance.new("Weld")
  1940. Weld42 = Instance.new("Weld")
  1941. Weld43 = Instance.new("Weld")
  1942. Weld44 = Instance.new("Weld")
  1943. Weld45 = Instance.new("Weld")
  1944. Weld46 = Instance.new("Weld")
  1945. Weld47 = Instance.new("Weld")
  1946. Weld48 = Instance.new("Weld")
  1947. Weld49 = Instance.new("Weld")
  1948. Weld50 = Instance.new("Weld")
  1949. Weld51 = Instance.new("Weld")
  1950. Weld52 = Instance.new("Weld")
  1951. Weld53 = Instance.new("Weld")
  1952. Weld54 = Instance.new("Weld")
  1953. Part55 = Instance.new("Part")
  1954. Part56 = Instance.new("Part")
  1955. Part57 = Instance.new("Part")
  1956. Part58 = Instance.new("Part")
  1957. Part59 = Instance.new("Part")
  1958. Part60 = Instance.new("Part")
  1959. Part61 = Instance.new("Part")
  1960. Part62 = Instance.new("Part")
  1961. Part63 = Instance.new("Part")
  1962. Part64 = Instance.new("Part")
  1963. Part65 = Instance.new("Part")
  1964. Part66 = Instance.new("Part")
  1965. Part67 = Instance.new("Part")
  1966. Part68 = Instance.new("Part")
  1967. Part69 = Instance.new("Part")
  1968. Part70 = Instance.new("Part")
  1969. Part71 = Instance.new("Part")
  1970. Part72 = Instance.new("Part")
  1971. Part73 = Instance.new("Part")
  1972. Part74 = Instance.new("Part")
  1973. Part75 = Instance.new("Part")
  1974. Part76 = Instance.new("Part")
  1975. Part77 = Instance.new("Part")
  1976. Part78 = Instance.new("Part")
  1977. Part79 = Instance.new("Part")
  1978. Part80 = Instance.new("Part")
  1979. Part81 = Instance.new("Part")
  1980. Part82 = Instance.new("Part")
  1981. Part83 = Instance.new("Part")
  1982. Part84 = Instance.new("Part")
  1983. Part85 = Instance.new("Part")
  1984. Part86 = Instance.new("Part")
  1985. Part87 = Instance.new("Part")
  1986. Part88 = Instance.new("Part")
  1987. Part89 = Instance.new("Part")
  1988. Part90 = Instance.new("Part")
  1989. Part91 = Instance.new("Part")
  1990. Part92 = Instance.new("Part")
  1991. Part93 = Instance.new("Part")
  1992. Part94 = Instance.new("Part")
  1993. Part95 = Instance.new("Part")
  1994. Part96 = Instance.new("Part")
  1995. Part97 = Instance.new("Part")
  1996. Part98 = Instance.new("Part")
  1997. Part99 = Instance.new("Part")
  1998. Part100 = Instance.new("Part")
  1999. Part101 = Instance.new("Part")
  2000. Part102 = Instance.new("Part")
  2001. Part103 = Instance.new("Part")
  2002. SurfaceGui104 = Instance.new("SurfaceGui")
  2003. Frame105 = Instance.new("Frame")
  2004. TextLabel106 = Instance.new("TextLabel")
  2005. Model0.Name = "Itsatrap"
  2006. Model0.Parent = mas
  2007. Part1.Name = "Part11"
  2008. Part1.Parent = Model0
  2009. Part1.Size = Vector3.new(0.239999995, 0.229999945, 2.38999963)
  2010. Part1.CFrame = CFrame.new(8.81010056, 0.113986701, -16.0149269, 1, -6.91378009e-05, 6.88330765e-05, 6.91356545e-05, 1, 3.12162374e-05, -6.88352375e-05, -3.12114789e-05, 1)
  2011. Part1.BottomSurface = Enum.SurfaceType.Smooth
  2012. Part1.TopSurface = Enum.SurfaceType.Smooth
  2013. Part1.Position = Vector3.new(8.81010056, 0.113986701, -16.0149269)
  2014. Part2.Name = "Part22"
  2015. Part2.Parent = Model0
  2016. Part2.Rotation = Vector3.new(0, 90, 0)
  2017. Part2.Size = Vector3.new(0.239999995, 0.229999945, 1.55999959)
  2018. Part2.CFrame = CFrame.new(7.90016842, 0.113953359, -14.9398594, -6.88330765e-05, -6.91378009e-05, 1, -3.12162374e-05, 1, 6.91356545e-05, -1, -3.12114789e-05, -6.88352375e-05)
  2019. Part2.BottomSurface = Enum.SurfaceType.Smooth
  2020. Part2.TopSurface = Enum.SurfaceType.Smooth
  2021. Part2.Position = Vector3.new(7.90016842, 0.113953359, -14.9398594)
  2022. Part2.Orientation = Vector3.new(0, 90, 0)
  2023. Part3.Name = "Part33"
  2024. Part3.Parent = Model0
  2025. Part3.Rotation = Vector3.new(180, 0, 180)
  2026. Part3.Size = Vector3.new(0.239999995, 0.229999945, 2.29999948)
  2027. Part3.CFrame = CFrame.new(7.00009441, 0.123857737, -16.0097961, -1, -6.91378009e-05, -6.88330765e-05, -6.91356545e-05, 1, -3.12162374e-05, 6.88352375e-05, -3.12114789e-05, -1)
  2028. Part3.BottomSurface = Enum.SurfaceType.Smooth
  2029. Part3.TopSurface = Enum.SurfaceType.Smooth
  2030. Part3.Position = Vector3.new(7.00009441, 0.123857737, -16.0097961)
  2031. Part3.Orientation = Vector3.new(0, -180, 0)
  2032. Weld4.Parent = Part3
  2033. Weld4.C0 = CFrame.new(-2.14496326, 0.453607529, 0.00461673737, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2034. Weld4.Part0 = Part3
  2035. Weld4.Part1 = Part101
  2036. Weld5.Parent = Part3
  2037. Weld5.C0 = CFrame.new(-0.298399925, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2038. Weld5.Part0 = Part3
  2039. Weld5.Part1 = Part60
  2040. Weld6.Parent = Part3
  2041. Weld6.C0 = CFrame.new(-0.078438282, 0.295003802, 0.770341873, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2042. Weld6.Part0 = Part3
  2043. Weld6.Part1 = Part61
  2044. Weld7.Parent = Part3
  2045. Weld7.C0 = CFrame.new(-0.078438282, 0.295003802, 0.423992157, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2046. Weld7.Part0 = Part3
  2047. Weld7.Part1 = Part62
  2048. Weld8.Parent = Part3
  2049. Weld8.C0 = CFrame.new(-1.77716732, 0.294999987, -0.0850915909, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2050. Weld8.Part0 = Part3
  2051. Weld8.Part1 = Part73
  2052. Weld9.Parent = Part3
  2053. Weld9.C0 = CFrame.new(-0.078438282, 0.295003802, 0.00461769104, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2054. Weld9.Part0 = Part3
  2055. Weld9.Part1 = Part63
  2056. Weld10.Parent = Part3
  2057. Weld10.C0 = CFrame.new(-1.5323267, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2058. Weld10.Part0 = Part3
  2059. Weld10.Part1 = Part70
  2060. Weld11.Parent = Part3
  2061. Weld11.C0 = CFrame.new(-1.81000614, -0.00999601185, 0.00500583649, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2062. Weld11.Part0 = Part3
  2063. Weld11.Part1 = Part1
  2064. Weld12.Parent = Part3
  2065. Weld12.C0 = CFrame.new(-2.15995693, 1.08908594, 0.0946159363, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2066. Weld12.Part0 = Part3
  2067. Weld12.Part1 = Part103
  2068. Weld13.Parent = Part3
  2069. Weld13.C0 = CFrame.new(-0.899999619, -0.00999999791, -1.06999874, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2070. Weld13.Part0 = Part3
  2071. Weld13.Part1 = Part2
  2072. Weld14.Parent = Part3
  2073. Weld14.C0 = CFrame.new(-1.11046886, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2074. Weld14.Part0 = Part3
  2075. Weld14.Part1 = Part58
  2076. Weld15.Parent = Part3
  2077. Weld15.C0 = CFrame.new(-3.55315304, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2078. Weld15.Part0 = Part3
  2079. Weld15.Part1 = Part85
  2080. Weld16.Parent = Part3
  2081. Weld16.C0 = CFrame.new(-2.7410841, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2082. Weld16.Part0 = Part3
  2083. Weld16.Part1 = Part88
  2084. Weld17.Parent = Part3
  2085. Weld17.C0 = CFrame.new(-4.21985149, 0.294999987, 0.751420975, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2086. Weld17.Part0 = Part3
  2087. Weld17.Part1 = Part80
  2088. Weld18.Parent = Part3
  2089. Weld18.C0 = CFrame.new(-3.34268379, -0.00999999791, -1.06999874, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2090. Weld18.Part0 = Part3
  2091. Weld18.Part1 = Part86
  2092. Weld19.Parent = Part3
  2093. Weld19.C0 = CFrame.new(-2.52112198, 0.295003802, 0.770341873, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2094. Weld19.Part0 = Part3
  2095. Weld19.Part1 = Part76
  2096. Weld20.Parent = Part3
  2097. Weld20.C0 = CFrame.new(-2.52112198, 0.295003802, 0.423992157, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2098. Weld20.Part0 = Part3
  2099. Weld20.Part1 = Part84
  2100. Weld21.Parent = Part3
  2101. Weld21.C0 = CFrame.new(-4.21985149, 0.294999987, -0.0850915909, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2102. Weld21.Part0 = Part3
  2103. Weld21.Part1 = Part78
  2104. Weld22.Parent = Part3
  2105. Weld22.C0 = CFrame.new(-2.44268417, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2106. Weld22.Part0 = Part3
  2107. Weld22.Part1 = Part92
  2108. Weld23.Parent = Part3
  2109. Weld23.C0 = CFrame.new(-2.52112198, 0.295003802, 0.00461769104, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2110. Weld23.Part0 = Part3
  2111. Weld23.Part1 = Part77
  2112. Weld24.Parent = Part3
  2113. Weld24.C0 = CFrame.new(-3.97501087, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2114. Weld24.Part0 = Part3
  2115. Weld24.Part1 = Part90
  2116. Weld25.Parent = Part3
  2117. Weld25.C0 = CFrame.new(-4.25269032, -0.00999601185, 0.00500583649, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2118. Weld25.Part0 = Part3
  2119. Weld25.Part1 = Part79
  2120. Weld26.Parent = Part3
  2121. Weld26.C0 = CFrame.new(-4.00769043, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2122. Weld26.Part0 = Part3
  2123. Weld26.Part1 = Part82
  2124. Weld27.Parent = Part3
  2125. Weld27.C0 = CFrame.new(-4.21985149, 0.294999987, -0.538676262, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2126. Weld27.Part0 = Part3
  2127. Weld27.Part1 = Part87
  2128. Weld28.Parent = Part3
  2129. Weld28.C0 = CFrame.new(-2.71768379, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2130. Weld28.Part0 = Part3
  2131. Weld28.Part1 = Part91
  2132. Weld29.Parent = Part3
  2133. Weld29.C0 = CFrame.new(-4.21985149, 0.294999987, -0.968995094, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2134. Weld29.Part0 = Part3
  2135. Weld29.Part1 = Part83
  2136. Weld30.Parent = Part3
  2137. Weld30.C0 = CFrame.new(-3.34268379, -0.00999999791, 1.09500122, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2138. Weld30.Part0 = Part3
  2139. Weld30.Part1 = Part89
  2140. Weld31.Parent = Part3
  2141. Weld31.C0 = CFrame.new(-3.12551308, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2142. Weld31.Part0 = Part3
  2143. Weld31.Part1 = Part99
  2144. Weld32.Parent = Part3
  2145. Weld32.C0 = CFrame.new(-2.52112198, 0.295003802, -0.347056389, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2146. Weld32.Part0 = Part3
  2147. Weld32.Part1 = Part93
  2148. Weld33.Parent = Part3
  2149. Weld33.C0 = CFrame.new(-3.55315304, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2150. Weld33.Part0 = Part3
  2151. Weld33.Part1 = Part81
  2152. Weld34.Parent = Part3
  2153. Weld34.C0 = CFrame.new(-2.52112198, 0.295003802, -0.347056389, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2154. Weld34.Part0 = Part3
  2155. Weld34.Part1 = Part95
  2156. Weld35.Parent = Part3
  2157. Weld35.C0 = CFrame.new(-1.77716732, 0.294999987, 0.751420975, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2158. Weld35.Part0 = Part3
  2159. Weld35.Part1 = Part75
  2160. Weld36.Parent = Part3
  2161. Weld36.C0 = CFrame.new(-3.60523796, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2162. Weld36.Part0 = Part3
  2163. Weld36.Part1 = Part97
  2164. Weld37.Parent = Part3
  2165. Weld37.C0 = CFrame.new(-2.52112198, 0.295003802, -0.743832588, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2166. Weld37.Part0 = Part3
  2167. Weld37.Part1 = Part98
  2168. Weld38.Parent = Part3
  2169. Weld38.C0 = CFrame.new(-3.1476841, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2170. Weld38.Part0 = Part3
  2171. Weld38.Part1 = Part94
  2172. Weld39.Parent = Part3
  2173. Weld39.C0 = CFrame.new(-4.21985149, 0.294999987, 0.358469009, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2174. Weld39.Part0 = Part3
  2175. Weld39.Part1 = Part96
  2176. Weld40.Parent = Part3
  2177. Weld40.C0 = CFrame.new(-2.22612095, 0.0860501826, 0.00461769104, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2178. Weld40.Part0 = Part3
  2179. Weld40.Part1 = Part100
  2180. Weld41.Parent = Part3
  2181. Weld41.C0 = CFrame.new(-1.11046886, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2182. Weld41.Part0 = Part3
  2183. Weld41.Part1 = Part57
  2184. Weld42.Parent = Part3
  2185. Weld42.C0 = CFrame.new(-1.56500626, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2186. Weld42.Part0 = Part3
  2187. Weld42.Part1 = Part56
  2188. Weld43.Parent = Part3
  2189. Weld43.C0 = CFrame.new(-1.77716732, 0.294999987, -0.538676262, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2190. Weld43.Part0 = Part3
  2191. Weld43.Part1 = Part72
  2192. Weld44.Parent = Part3
  2193. Weld44.C0 = CFrame.new(-0.274999142, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2194. Weld44.Part0 = Part3
  2195. Weld44.Part1 = Part68
  2196. Weld45.Parent = Part3
  2197. Weld45.C0 = CFrame.new(-1.77716732, 0.294999987, -0.968995094, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2198. Weld45.Part0 = Part3
  2199. Weld45.Part1 = Part71
  2200. Weld46.Parent = Part3
  2201. Weld46.C0 = CFrame.new(-0.899999619, -0.00999999791, 1.09500122, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2202. Weld46.Part0 = Part3
  2203. Weld46.Part1 = Part55
  2204. Weld47.Parent = Part3
  2205. Weld47.C0 = CFrame.new(-0.682828426, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2206. Weld47.Part0 = Part3
  2207. Weld47.Part1 = Part59
  2208. Weld48.Parent = Part3
  2209. Weld48.C0 = CFrame.new(-0.078438282, 0.295003802, -0.347056389, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2210. Weld48.Part0 = Part3
  2211. Weld48.Part1 = Part65
  2212. Weld49.Parent = Part3
  2213. Weld49.C0 = CFrame.new(-0.078438282, 0.295003802, -0.347056389, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2214. Weld49.Part0 = Part3
  2215. Weld49.Part1 = Part64
  2216. Weld50.Parent = Part3
  2217. Weld50.C0 = CFrame.new(-0.078438282, 0.295003802, -0.743832588, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2218. Weld50.Part0 = Part3
  2219. Weld50.Part1 = Part66
  2220. Weld51.Parent = Part3
  2221. Weld51.C0 = CFrame.new(-0.704999447, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2222. Weld51.Part0 = Part3
  2223. Weld51.Part1 = Part67
  2224. Weld52.Parent = Part3
  2225. Weld52.C0 = CFrame.new(-1.16255379, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2226. Weld52.Part0 = Part3
  2227. Weld52.Part1 = Part69
  2228. Weld53.Parent = Part3
  2229. Weld53.C0 = CFrame.new(-1.77716732, 0.294999987, 0.358469009, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  2230. Weld53.Part0 = Part3
  2231. Weld53.Part1 = Part74
  2232. Weld54.Parent = Part3
  2233. Weld54.C0 = CFrame.new(-2.15995693, 0.72362113, 0.0946159363, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2234. Weld54.Part0 = Part3
  2235. Weld54.Part1 = Part102
  2236. Part55.Name = "Part44"
  2237. Part55.Parent = Model0
  2238. Part55.Rotation = Vector3.new(0, 90, 0)
  2239. Part55.Size = Vector3.new(0.290000021, 0.229999945, 1.55999959)
  2240. Part55.CFrame = CFrame.new(7.90001917, 0.113885775, -17.1048584, -6.88330765e-05, -6.91378009e-05, 1, -3.12162374e-05, 1, 6.91356545e-05, -1, -3.12114789e-05, -6.88352375e-05)
  2241. Part55.BottomSurface = Enum.SurfaceType.Smooth
  2242. Part55.TopSurface = Enum.SurfaceType.Smooth
  2243. Part55.Position = Vector3.new(7.90001917, 0.113885775, -17.1048584)
  2244. Part55.Orientation = Vector3.new(0, 90, 0)
  2245. Part56.Name = "Part55"
  2246. Part56.Parent = Model0
  2247. Part56.Rotation = Vector3.new(90, 0, -90)
  2248. Part56.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2249. Part56.CFrame = CFrame.new(8.56500626, 0.418936193, -17.084919, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2250. Part56.BottomSurface = Enum.SurfaceType.Smooth
  2251. Part56.TopSurface = Enum.SurfaceType.Smooth
  2252. Part56.Position = Vector3.new(8.56500626, 0.418936193, -17.084919)
  2253. Part56.Orientation = Vector3.new(90, 90, 0)
  2254. Part57.Name = "Part66"
  2255. Part57.Parent = Model0
  2256. Part57.Rotation = Vector3.new(90, 0, -90)
  2257. Part57.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2258. Part57.CFrame = CFrame.new(8.11046886, 0.418904752, -17.0848885, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2259. Part57.BottomSurface = Enum.SurfaceType.Smooth
  2260. Part57.TopSurface = Enum.SurfaceType.Smooth
  2261. Part57.Position = Vector3.new(8.11046886, 0.418904752, -17.0848885)
  2262. Part57.Orientation = Vector3.new(90, 90, 0)
  2263. Part58.Name = "Part77"
  2264. Part58.Parent = Model0
  2265. Part58.Rotation = Vector3.new(90, 0, -90)
  2266. Part58.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2267. Part58.CFrame = CFrame.new(8.11046886, 0.418904752, -17.0848885, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2268. Part58.BottomSurface = Enum.SurfaceType.Smooth
  2269. Part58.TopSurface = Enum.SurfaceType.Smooth
  2270. Part58.Position = Vector3.new(8.11046886, 0.418904752, -17.0848885)
  2271. Part58.Orientation = Vector3.new(90, 90, 0)
  2272. Part59.Name = "Part88"
  2273. Part59.Parent = Model0
  2274. Part59.Rotation = Vector3.new(90, 0, -90)
  2275. Part59.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2276. Part59.CFrame = CFrame.new(7.68282843, 0.418875188, -17.0848579, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2277. Part59.BottomSurface = Enum.SurfaceType.Smooth
  2278. Part59.TopSurface = Enum.SurfaceType.Smooth
  2279. Part59.Position = Vector3.new(7.68282843, 0.418875188, -17.0848579)
  2280. Part59.Orientation = Vector3.new(90, 90, 0)
  2281. Part60.Name = "Part99"
  2282. Part60.Parent = Model0
  2283. Part60.Rotation = Vector3.new(90, 0, -90)
  2284. Part60.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2285. Part60.CFrame = CFrame.new(7.29839993, 0.418848604, -17.0848331, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2286. Part60.BottomSurface = Enum.SurfaceType.Smooth
  2287. Part60.TopSurface = Enum.SurfaceType.Smooth
  2288. Part60.Position = Vector3.new(7.29839993, 0.418848604, -17.0848331)
  2289. Part60.Orientation = Vector3.new(90, 90, 0)
  2290. Part61.Name = "Part1010"
  2291. Part61.Parent = Model0
  2292. Part61.Rotation = Vector3.new(90, 0, -90)
  2293. Part61.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2294. Part61.CFrame = CFrame.new(7.07845926, 0.418842912, -16.7801533, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2295. Part61.BottomSurface = Enum.SurfaceType.Smooth
  2296. Part61.TopSurface = Enum.SurfaceType.Smooth
  2297. Part61.Position = Vector3.new(7.07845926, 0.418842912, -16.7801533)
  2298. Part61.Orientation = Vector3.new(90, 90, 0)
  2299. Part62.Name = "Part1111"
  2300. Part62.Parent = Model0
  2301. Part62.Rotation = Vector3.new(90, 0, -90)
  2302. Part62.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2303. Part62.CFrame = CFrame.new(7.0784831, 0.41885373, -16.4338036, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2304. Part62.BottomSurface = Enum.SurfaceType.Smooth
  2305. Part62.TopSurface = Enum.SurfaceType.Smooth
  2306. Part62.Position = Vector3.new(7.0784831, 0.41885373, -16.4338036)
  2307. Part62.Orientation = Vector3.new(90, 90, 0)
  2308. Part63.Name = "Part1212"
  2309. Part63.Parent = Model0
  2310. Part63.Rotation = Vector3.new(90, 0, -90)
  2311. Part63.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2312. Part63.CFrame = CFrame.new(7.07851219, 0.418866813, -16.0144291, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2313. Part63.BottomSurface = Enum.SurfaceType.Smooth
  2314. Part63.TopSurface = Enum.SurfaceType.Smooth
  2315. Part63.Position = Vector3.new(7.07851219, 0.418866813, -16.0144291)
  2316. Part63.Orientation = Vector3.new(90, 90, 0)
  2317. Part64.Name = "Part1313"
  2318. Part64.Parent = Model0
  2319. Part64.Rotation = Vector3.new(90, 0, -90)
  2320. Part64.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2321. Part64.CFrame = CFrame.new(7.07853603, 0.41887781, -15.6627541, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2322. Part64.BottomSurface = Enum.SurfaceType.Smooth
  2323. Part64.TopSurface = Enum.SurfaceType.Smooth
  2324. Part64.Position = Vector3.new(7.07853603, 0.41887781, -15.6627541)
  2325. Part64.Orientation = Vector3.new(90, 90, 0)
  2326. Part65.Name = "Part1414"
  2327. Part65.Parent = Model0
  2328. Part65.Rotation = Vector3.new(90, 0, -90)
  2329. Part65.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2330. Part65.CFrame = CFrame.new(7.07853603, 0.41887781, -15.6627541, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2331. Part65.BottomSurface = Enum.SurfaceType.Smooth
  2332. Part65.TopSurface = Enum.SurfaceType.Smooth
  2333. Part65.Position = Vector3.new(7.07853603, 0.41887781, -15.6627541)
  2334. Part65.Orientation = Vector3.new(90, 90, 0)
  2335. Part66.Name = "Part1515"
  2336. Part66.Parent = Model0
  2337. Part66.Rotation = Vector3.new(90, 0, -90)
  2338. Part66.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2339. Part66.CFrame = CFrame.new(7.07856369, 0.418890178, -15.2659779, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2340. Part66.BottomSurface = Enum.SurfaceType.Smooth
  2341. Part66.TopSurface = Enum.SurfaceType.Smooth
  2342. Part66.Position = Vector3.new(7.07856369, 0.418890178, -15.2659779)
  2343. Part66.Orientation = Vector3.new(90, 90, 0)
  2344. Part67.Name = "Part1616"
  2345. Part67.Parent = Model0
  2346. Part67.Rotation = Vector3.new(90, 0, 180)
  2347. Part67.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2348. Part67.CFrame = CFrame.new(7.70514488, 0.418938756, -14.9748554, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2349. Part67.BottomSurface = Enum.SurfaceType.Smooth
  2350. Part67.TopSurface = Enum.SurfaceType.Smooth
  2351. Part67.Position = Vector3.new(7.70514488, 0.418938756, -14.9748554)
  2352. Part67.Orientation = Vector3.new(90, -180, 0)
  2353. Part68.Name = "Part1717"
  2354. Part68.Parent = Model0
  2355. Part68.Rotation = Vector3.new(90, 0, 180)
  2356. Part68.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2357. Part68.CFrame = CFrame.new(7.27514458, 0.418909043, -14.9748249, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2358. Part68.BottomSurface = Enum.SurfaceType.Smooth
  2359. Part68.TopSurface = Enum.SurfaceType.Smooth
  2360. Part68.Position = Vector3.new(7.27514458, 0.418909043, -14.9748249)
  2361. Part68.Orientation = Vector3.new(90, -180, 0)
  2362. Part69.Name = "Part1818"
  2363. Part69.Parent = Model0
  2364. Part69.Rotation = Vector3.new(90, 0, 180)
  2365. Part69.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2366. Part69.CFrame = CFrame.new(8.16269875, 0.418970406, -14.9748869, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2367. Part69.BottomSurface = Enum.SurfaceType.Smooth
  2368. Part69.TopSurface = Enum.SurfaceType.Smooth
  2369. Part69.Position = Vector3.new(8.16269875, 0.418970406, -14.9748869)
  2370. Part69.Orientation = Vector3.new(90, -180, 0)
  2371. Part70.Name = "Part1919"
  2372. Part70.Parent = Model0
  2373. Part70.Rotation = Vector3.new(90, 0, 180)
  2374. Part70.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2375. Part70.CFrame = CFrame.new(8.53247166, 0.418995976, -14.9749117, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2376. Part70.BottomSurface = Enum.SurfaceType.Smooth
  2377. Part70.TopSurface = Enum.SurfaceType.Smooth
  2378. Part70.Position = Vector3.new(8.53247166, 0.418995976, -14.9749117)
  2379. Part70.Orientation = Vector3.new(90, -180, 0)
  2380. Part71.Name = "Part2020"
  2381. Part71.Parent = Model0
  2382. Part71.Rotation = Vector3.new(90, 0, 180)
  2383. Part71.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2384. Part71.CFrame = CFrame.new(8.77730846, 0.419010848, -15.0409327, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2385. Part71.BottomSurface = Enum.SurfaceType.Smooth
  2386. Part71.TopSurface = Enum.SurfaceType.Smooth
  2387. Part71.Position = Vector3.new(8.77730846, 0.419010848, -15.0409327)
  2388. Part71.Orientation = Vector3.new(90, -180, 0)
  2389. Part72.Name = "Part2121"
  2390. Part72.Parent = Model0
  2391. Part72.Rotation = Vector3.new(90, 0, 180)
  2392. Part72.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2393. Part72.CFrame = CFrame.new(8.7772789, 0.418997407, -15.4712515, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2394. Part72.BottomSurface = Enum.SurfaceType.Smooth
  2395. Part72.TopSurface = Enum.SurfaceType.Smooth
  2396. Part72.Position = Vector3.new(8.7772789, 0.418997407, -15.4712515)
  2397. Part72.Orientation = Vector3.new(90, -180, 0)
  2398. Part73.Name = "Part2222"
  2399. Part73.Parent = Model0
  2400. Part73.Rotation = Vector3.new(90, 0, 180)
  2401. Part73.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2402. Part73.CFrame = CFrame.new(8.77724743, 0.418983251, -15.9248362, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2403. Part73.BottomSurface = Enum.SurfaceType.Smooth
  2404. Part73.TopSurface = Enum.SurfaceType.Smooth
  2405. Part73.Position = Vector3.new(8.77724743, 0.418983251, -15.9248362)
  2406. Part73.Orientation = Vector3.new(90, -180, 0)
  2407. Part74.Name = "Part2323"
  2408. Part74.Parent = Model0
  2409. Part74.Rotation = Vector3.new(90, 0, 180)
  2410. Part74.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2411. Part74.CFrame = CFrame.new(8.77721691, 0.418969423, -16.3683968, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2412. Part74.BottomSurface = Enum.SurfaceType.Smooth
  2413. Part74.TopSurface = Enum.SurfaceType.Smooth
  2414. Part74.Position = Vector3.new(8.77721691, 0.418969423, -16.3683968)
  2415. Part74.Orientation = Vector3.new(90, -180, 0)
  2416. Part75.Name = "Part2424"
  2417. Part75.Parent = Model0
  2418. Part75.Rotation = Vector3.new(90, 0, 180)
  2419. Part75.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2420. Part75.CFrame = CFrame.new(8.77718925, 0.418957144, -16.7613487, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2421. Part75.BottomSurface = Enum.SurfaceType.Smooth
  2422. Part75.TopSurface = Enum.SurfaceType.Smooth
  2423. Part75.Position = Vector3.new(8.77718925, 0.418957144, -16.7613487)
  2424. Part75.Orientation = Vector3.new(90, -180, 0)
  2425. Part76.Name = "Part2525"
  2426. Part76.Parent = Model0
  2427. Part76.Rotation = Vector3.new(90, 0, -90)
  2428. Part76.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2429. Part76.CFrame = CFrame.new(9.52114296, 0.419011801, -16.7803211, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2430. Part76.BottomSurface = Enum.SurfaceType.Smooth
  2431. Part76.TopSurface = Enum.SurfaceType.Smooth
  2432. Part76.Position = Vector3.new(9.52114296, 0.419011801, -16.7803211)
  2433. Part76.Orientation = Vector3.new(90, 90, 0)
  2434. Part77.Name = "Part2626"
  2435. Part77.Parent = Model0
  2436. Part77.Rotation = Vector3.new(90, 0, -90)
  2437. Part77.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2438. Part77.CFrame = CFrame.new(9.52119541, 0.419035703, -16.0145969, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2439. Part77.BottomSurface = Enum.SurfaceType.Smooth
  2440. Part77.TopSurface = Enum.SurfaceType.Smooth
  2441. Part77.Position = Vector3.new(9.52119541, 0.419035703, -16.0145969)
  2442. Part77.Orientation = Vector3.new(90, 90, 0)
  2443. Part78.Name = "Part2727"
  2444. Part78.Parent = Model0
  2445. Part78.Rotation = Vector3.new(90, 0, 180)
  2446. Part78.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2447. Part78.CFrame = CFrame.new(11.2199306, 0.419152111, -15.925004, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2448. Part78.BottomSurface = Enum.SurfaceType.Smooth
  2449. Part78.TopSurface = Enum.SurfaceType.Smooth
  2450. Part78.Position = Vector3.new(11.2199306, 0.419152111, -15.925004)
  2451. Part78.Orientation = Vector3.new(90, -180, 0)
  2452. Part79.Name = "Part2828"
  2453. Part79.Parent = Model0
  2454. Part79.Size = Vector3.new(0.239999995, 0.229999945, 2.38999963)
  2455. Part79.CFrame = CFrame.new(11.2527847, 0.114155583, -16.0150948, 1, -6.91378009e-05, 6.88330765e-05, 6.91356545e-05, 1, 3.12162374e-05, -6.88352375e-05, -3.12114789e-05, 1)
  2456. Part79.BottomSurface = Enum.SurfaceType.Smooth
  2457. Part79.TopSurface = Enum.SurfaceType.Smooth
  2458. Part79.Position = Vector3.new(11.2527847, 0.114155583, -16.0150948)
  2459. Part80.Name = "Part2929"
  2460. Part80.Parent = Model0
  2461. Part80.Rotation = Vector3.new(90, 0, 180)
  2462. Part80.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2463. Part80.CFrame = CFrame.new(11.2198734, 0.419126004, -16.7615166, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2464. Part80.BottomSurface = Enum.SurfaceType.Smooth
  2465. Part80.TopSurface = Enum.SurfaceType.Smooth
  2466. Part80.Position = Vector3.new(11.2198734, 0.419126004, -16.7615166)
  2467. Part80.Orientation = Vector3.new(90, -180, 0)
  2468. Part81.Name = "Part3030"
  2469. Part81.Parent = Model0
  2470. Part81.Rotation = Vector3.new(90, 0, -90)
  2471. Part81.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2472. Part81.CFrame = CFrame.new(10.553153, 0.419073641, -17.0850563, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2473. Part81.BottomSurface = Enum.SurfaceType.Smooth
  2474. Part81.TopSurface = Enum.SurfaceType.Smooth
  2475. Part81.Position = Vector3.new(10.553153, 0.419073641, -17.0850563)
  2476. Part81.Orientation = Vector3.new(90, 90, 0)
  2477. Part82.Name = "Part3131"
  2478. Part82.Parent = Model0
  2479. Part82.Rotation = Vector3.new(90, 0, -90)
  2480. Part82.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2481. Part82.CFrame = CFrame.new(11.0076904, 0.419105053, -17.0850868, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2482. Part82.BottomSurface = Enum.SurfaceType.Smooth
  2483. Part82.TopSurface = Enum.SurfaceType.Smooth
  2484. Part82.Position = Vector3.new(11.0076904, 0.419105053, -17.0850868)
  2485. Part82.Orientation = Vector3.new(90, 90, 0)
  2486. Part83.Name = "Part3232"
  2487. Part83.Parent = Model0
  2488. Part83.Rotation = Vector3.new(90, 0, 180)
  2489. Part83.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2490. Part83.CFrame = CFrame.new(11.2199917, 0.419179708, -15.0411005, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2491. Part83.BottomSurface = Enum.SurfaceType.Smooth
  2492. Part83.TopSurface = Enum.SurfaceType.Smooth
  2493. Part83.Position = Vector3.new(11.2199917, 0.419179708, -15.0411005)
  2494. Part83.Orientation = Vector3.new(90, -180, 0)
  2495. Part84.Name = "Part3333"
  2496. Part84.Parent = Model0
  2497. Part84.Rotation = Vector3.new(90, 0, -90)
  2498. Part84.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2499. Part84.CFrame = CFrame.new(9.5211668, 0.41902262, -16.4339714, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2500. Part84.BottomSurface = Enum.SurfaceType.Smooth
  2501. Part84.TopSurface = Enum.SurfaceType.Smooth
  2502. Part84.Position = Vector3.new(9.5211668, 0.41902262, -16.4339714)
  2503. Part84.Orientation = Vector3.new(90, 90, 0)
  2504. Part85.Name = "Part3434"
  2505. Part85.Parent = Model0
  2506. Part85.Rotation = Vector3.new(90, 0, -90)
  2507. Part85.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2508. Part85.CFrame = CFrame.new(10.553153, 0.419073641, -17.0850563, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2509. Part85.BottomSurface = Enum.SurfaceType.Smooth
  2510. Part85.TopSurface = Enum.SurfaceType.Smooth
  2511. Part85.Position = Vector3.new(10.553153, 0.419073641, -17.0850563)
  2512. Part85.Orientation = Vector3.new(90, 90, 0)
  2513. Part86.Name = "Part3535"
  2514. Part86.Parent = Model0
  2515. Part86.Rotation = Vector3.new(0, 90, 0)
  2516. Part86.Size = Vector3.new(0.239999995, 0.229999945, 1.55999959)
  2517. Part86.CFrame = CFrame.new(10.3428526, 0.114122242, -14.9400272, -6.88330765e-05, -6.91378009e-05, 1, -3.12162374e-05, 1, 6.91356545e-05, -1, -3.12114789e-05, -6.88352375e-05)
  2518. Part86.BottomSurface = Enum.SurfaceType.Smooth
  2519. Part86.TopSurface = Enum.SurfaceType.Smooth
  2520. Part86.Position = Vector3.new(10.3428526, 0.114122242, -14.9400272)
  2521. Part86.Orientation = Vector3.new(0, 90, 0)
  2522. Part87.Name = "Part3636"
  2523. Part87.Parent = Model0
  2524. Part87.Rotation = Vector3.new(90, 0, 180)
  2525. Part87.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2526. Part87.CFrame = CFrame.new(11.2199631, 0.419166267, -15.4714193, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2527. Part87.BottomSurface = Enum.SurfaceType.Smooth
  2528. Part87.TopSurface = Enum.SurfaceType.Smooth
  2529. Part87.Position = Vector3.new(11.2199631, 0.419166267, -15.4714193)
  2530. Part87.Orientation = Vector3.new(90, -180, 0)
  2531. Part88.Name = "Part3737"
  2532. Part88.Parent = Model0
  2533. Part88.Rotation = Vector3.new(90, 0, -90)
  2534. Part88.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2535. Part88.CFrame = CFrame.new(9.7410841, 0.419017494, -17.085001, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2536. Part88.BottomSurface = Enum.SurfaceType.Smooth
  2537. Part88.TopSurface = Enum.SurfaceType.Smooth
  2538. Part88.Position = Vector3.new(9.7410841, 0.419017494, -17.085001)
  2539. Part88.Orientation = Vector3.new(90, 90, 0)
  2540. Part89.Name = "Part3838"
  2541. Part89.Parent = Model0
  2542. Part89.Rotation = Vector3.new(0, 90, 0)
  2543. Part89.Size = Vector3.new(0.290000021, 0.229999945, 1.55999959)
  2544. Part89.CFrame = CFrame.new(10.3427038, 0.114054658, -17.1050262, -6.88330765e-05, -6.91378009e-05, 1, -3.12162374e-05, 1, 6.91356545e-05, -1, -3.12114789e-05, -6.88352375e-05)
  2545. Part89.BottomSurface = Enum.SurfaceType.Smooth
  2546. Part89.TopSurface = Enum.SurfaceType.Smooth
  2547. Part89.Position = Vector3.new(10.3427038, 0.114054658, -17.1050262)
  2548. Part89.Orientation = Vector3.new(0, 90, 0)
  2549. Part90.Name = "Part3939"
  2550. Part90.Parent = Model0
  2551. Part90.Rotation = Vector3.new(90, 0, 180)
  2552. Part90.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2553. Part90.CFrame = CFrame.new(10.9751558, 0.419164836, -14.9750805, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2554. Part90.BottomSurface = Enum.SurfaceType.Smooth
  2555. Part90.TopSurface = Enum.SurfaceType.Smooth
  2556. Part90.Position = Vector3.new(10.9751558, 0.419164836, -14.9750805)
  2557. Part90.Orientation = Vector3.new(90, -180, 0)
  2558. Part91.Name = "Part4040"
  2559. Part91.Parent = Model0
  2560. Part91.Rotation = Vector3.new(90, 0, 180)
  2561. Part91.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2562. Part91.CFrame = CFrame.new(9.71782875, 0.419077933, -14.9749937, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2563. Part91.BottomSurface = Enum.SurfaceType.Smooth
  2564. Part91.TopSurface = Enum.SurfaceType.Smooth
  2565. Part91.Position = Vector3.new(9.71782875, 0.419077933, -14.9749937)
  2566. Part91.Orientation = Vector3.new(90, -180, 0)
  2567. Part92.Name = "Part4141"
  2568. Part92.Parent = Model0
  2569. Part92.Rotation = Vector3.new(180, 0, 180)
  2570. Part92.Size = Vector3.new(0.239999995, 0.229999945, 2.29999948)
  2571. Part92.CFrame = CFrame.new(9.44277859, 0.124026611, -16.009964, -1, -6.91378009e-05, -6.88330765e-05, -6.91356545e-05, 1, -3.12162374e-05, 6.88352375e-05, -3.12114789e-05, -1)
  2572. Part92.BottomSurface = Enum.SurfaceType.Smooth
  2573. Part92.TopSurface = Enum.SurfaceType.Smooth
  2574. Part92.Position = Vector3.new(9.44277859, 0.124026611, -16.009964)
  2575. Part92.Orientation = Vector3.new(0, -180, 0)
  2576. Part93.Name = "Part4242"
  2577. Part93.Parent = Model0
  2578. Part93.Rotation = Vector3.new(90, 0, -90)
  2579. Part93.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2580. Part93.CFrame = CFrame.new(9.52121925, 0.4190467, -15.6629229, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2581. Part93.BottomSurface = Enum.SurfaceType.Smooth
  2582. Part93.TopSurface = Enum.SurfaceType.Smooth
  2583. Part93.Position = Vector3.new(9.52121925, 0.4190467, -15.6629229)
  2584. Part93.Orientation = Vector3.new(90, 90, 0)
  2585. Part94.Name = "Part4343"
  2586. Part94.Parent = Model0
  2587. Part94.Rotation = Vector3.new(90, 0, 180)
  2588. Part94.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2589. Part94.CFrame = CFrame.new(10.1478291, 0.419107646, -14.9750233, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2590. Part94.BottomSurface = Enum.SurfaceType.Smooth
  2591. Part94.TopSurface = Enum.SurfaceType.Smooth
  2592. Part94.Position = Vector3.new(10.1478291, 0.419107646, -14.9750233)
  2593. Part94.Orientation = Vector3.new(90, -180, 0)
  2594. Part95.Name = "Part4444"
  2595. Part95.Parent = Model0
  2596. Part95.Rotation = Vector3.new(90, 0, -90)
  2597. Part95.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2598. Part95.CFrame = CFrame.new(9.52121925, 0.4190467, -15.6629229, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2599. Part95.BottomSurface = Enum.SurfaceType.Smooth
  2600. Part95.TopSurface = Enum.SurfaceType.Smooth
  2601. Part95.Position = Vector3.new(9.52121925, 0.4190467, -15.6629229)
  2602. Part95.Orientation = Vector3.new(90, 90, 0)
  2603. Part96.Name = "Part4545"
  2604. Part96.Parent = Model0
  2605. Part96.Rotation = Vector3.new(90, 0, 180)
  2606. Part96.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2607. Part96.CFrame = CFrame.new(11.2199001, 0.419138283, -16.3685646, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2608. Part96.BottomSurface = Enum.SurfaceType.Smooth
  2609. Part96.TopSurface = Enum.SurfaceType.Smooth
  2610. Part96.Position = Vector3.new(11.2199001, 0.419138283, -16.3685646)
  2611. Part96.Orientation = Vector3.new(90, -180, 0)
  2612. Part97.Name = "Part4646"
  2613. Part97.Parent = Model0
  2614. Part97.Rotation = Vector3.new(90, 0, 180)
  2615. Part97.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2616. Part97.CFrame = CFrame.new(10.6053829, 0.419139266, -14.9750547, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
  2617. Part97.BottomSurface = Enum.SurfaceType.Smooth
  2618. Part97.TopSurface = Enum.SurfaceType.Smooth
  2619. Part97.Position = Vector3.new(10.6053829, 0.419139266, -14.9750547)
  2620. Part97.Orientation = Vector3.new(90, -180, 0)
  2621. Part98.Name = "Part4747"
  2622. Part98.Parent = Model0
  2623. Part98.Rotation = Vector3.new(90, 0, -90)
  2624. Part98.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2625. Part98.CFrame = CFrame.new(9.52124691, 0.419059068, -15.2661467, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2626. Part98.BottomSurface = Enum.SurfaceType.Smooth
  2627. Part98.TopSurface = Enum.SurfaceType.Smooth
  2628. Part98.Position = Vector3.new(9.52124691, 0.419059068, -15.2661467)
  2629. Part98.Orientation = Vector3.new(90, 90, 0)
  2630. Part99.Name = "Part4848"
  2631. Part99.Parent = Model0
  2632. Part99.Rotation = Vector3.new(90, 0, -90)
  2633. Part99.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
  2634. Part99.CFrame = CFrame.new(10.1255131, 0.419044077, -17.0850277, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2635. Part99.BottomSurface = Enum.SurfaceType.Smooth
  2636. Part99.TopSurface = Enum.SurfaceType.Smooth
  2637. Part99.Position = Vector3.new(10.1255131, 0.419044077, -17.0850277)
  2638. Part99.Orientation = Vector3.new(90, 90, 0)
  2639. Part100.Name = "Part4949"
  2640. Part100.Parent = Model0
  2641. Part100.Rotation = Vector3.new(90, 0, -90)
  2642. Part100.Size = Vector3.new(0.290000021, 0.819999933, 0.379999995)
  2643. Part100.CFrame = CFrame.new(9.22620964, 0.210061684, -16.0145702, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2644. Part100.BottomSurface = Enum.SurfaceType.Smooth
  2645. Part100.TopSurface = Enum.SurfaceType.Smooth
  2646. Part100.Position = Vector3.new(9.22620964, 0.210061684, -16.0145702)
  2647. Part100.Orientation = Vector3.new(90, 90, 0)
  2648. Part101.Name = "Part5050"
  2649. Part101.Parent = Model0
  2650. Part101.Rotation = Vector3.new(90, 0, -90)
  2651. Part101.Size = Vector3.new(0.290000021, 0.409999967, 0.48999992)
  2652. Part101.CFrame = CFrame.new(9.14502621, 0.577613413, -16.0145741, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2653. Part101.BottomSurface = Enum.SurfaceType.Smooth
  2654. Part101.TopSurface = Enum.SurfaceType.Smooth
  2655. Part101.Position = Vector3.new(9.14502621, 0.577613413, -16.0145741)
  2656. Part101.Orientation = Vector3.new(90, 90, 0)
  2657. Part102.Name = "Part5151"
  2658. Part102.Parent = Model0
  2659. Part102.Rotation = Vector3.new(90, 0, -90)
  2660. Part102.Size = Vector3.new(1.30999982, 1.4799993, 0.0500000007)
  2661. Part102.CFrame = CFrame.new(9.15999508, 0.847625196, -16.1045837, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2662. Part102.BottomSurface = Enum.SurfaceType.Smooth
  2663. Part102.TopSurface = Enum.SurfaceType.Smooth
  2664. Part102.Position = Vector3.new(9.15999508, 0.847625196, -16.1045837)
  2665. Part102.Orientation = Vector3.new(90, 90, 0)
  2666. Part103.Name = "Part5252"
  2667. Part103.Parent = Model0
  2668. Part103.BrickColor = BrickColor.new("Really blue")
  2669. Part103.Rotation = Vector3.new(90, 0, -90)
  2670. Part103.Size = Vector3.new(1.30999982, 1.4799993, 0.729997277)
  2671. Part103.CFrame = CFrame.new(9.15996933, 1.21309006, -16.1045952, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
  2672. Part103.BottomSurface = Enum.SurfaceType.Smooth
  2673. Part103.TopSurface = Enum.SurfaceType.Smooth
  2674. Part103.Color = Color3.new(0, 0.266667, 1)
  2675. Part103.Position = Vector3.new(9.15996933, 1.21309006, -16.1045952)
  2676. Part103.Orientation = Vector3.new(90, 90, 0)
  2677. Part103.Color = Color3.new(0, 0.266667, 1)
  2678. SurfaceGui104.Parent = Part103
  2679. Frame105.Parent = SurfaceGui104
  2680. Frame105.Size = UDim2.new(0, 413, 0, 126)
  2681. Frame105.Position = UDim2.new(0, 209, 0, 250)
  2682. Frame105.BackgroundColor3 = Color3.new(0, 0.0666667, 0.458824)
  2683. TextLabel106.Parent = Frame105
  2684. TextLabel106.Transparency = 1
  2685. TextLabel106.Size = UDim2.new(1, 1, 1, 1)
  2686. TextLabel106.Text = "durex"
  2687. TextLabel106.BackgroundColor3 = Color3.new(1, 1, 1)
  2688. TextLabel106.BackgroundTransparency = 1
  2689. TextLabel106.Font = Enum.Font.SourceSans
  2690. TextLabel106.FontSize = Enum.FontSize.Size96
  2691. TextLabel106.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  2692. TextLabel106.TextScaled = true
  2693. TextLabel106.TextStrokeColor3 = Color3.new(1, 1, 1)
  2694. TextLabel106.TextWrapped = true
  2695. for i,v in pairs(mas:GetChildren()) do
  2696. v.Parent = workspace
  2697. pcall(function() v:MakeJoints() end)
  2698. end
  2699. mas:Destroy()
  2700. for i,v in pairs(cors) do
  2701. spawn(function()
  2702. pcall(v)
  2703. end)
  2704. end
  2705. Part3.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,-5) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  2706. local wow = Instance.new("Sound", humanoidofplr.Parent.Head)
  2707. wow.SoundId = "rbxassetid://168209314"
  2708. wow:Play()
  2709. wow.Volume = 5
  2710. using = false
  2711. local function hagotemxd(part)
  2712. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  2713. if humanoid then
  2714. if humanoid.Parent.Head:findFirstChild("Died") then
  2715. humanoid.Parent.Head.Died.Volume = 10
  2716. humanoid.Parent.Head.Died:Play()
  2717. end
  2718. humanoid.Parent.Head.Anchored = true
  2719. wait(3)
  2720. humanoid.Parent.Head.Anchored = false
  2721. end
  2722. end
  2723. Part103.Touched:connect(hagotemxd)
  2724. wait(5)
  2725. candur = true
  2726. end
  2727. end
  2728. mouse.KeyDown:connect(putdurex)
  2729. function breakitdown(key)
  2730. key = key:lower()
  2731. if key == "r" and not using then
  2732. using = true
  2733. hittd = false
  2734. humanoidofplr.WalkSpeed = 25
  2735. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  2736. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2737. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2738. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  2739. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  2740. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  2741. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2742. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2743. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  2744. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  2745. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  2746. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  2747. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2748. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2749. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  2750. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  2751. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  2752. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  2753. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2754. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2755. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  2756. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  2757. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  2758. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  2759. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2760. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  2761. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  2762. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  2763. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2764. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2765. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  2766. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  2767. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  2768. local sensoryee2 = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  2769. sensoryee2.Size = Vector3.new(2, 2, 2)
  2770. sensoryee2.CanCollide = false
  2771. sensoryee2.Transparency = 1
  2772. sensoryee2:BreakJoints()
  2773. local weldsensor = Instance.new("Weld", sensoryee2)
  2774. weldsensor.Part0 = sensoryee2
  2775. weldsensor.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  2776. weldsensor.C0 = CFrame.new(0,1,0)
  2777. local doavariable1 = Instance.new("Sound", humanoidofplr.Parent.Head)
  2778. doavariable1.SoundId = "rbxassetid://138152395"
  2779. doavariable1:Play()
  2780. doavariable1.Volume = 5
  2781. local function udidit(part)
  2782. sensoryee2:destroy()
  2783. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  2784. if humanoid then
  2785. hittd = true
  2786. humanoidofplr.WalkSpeed = 0
  2787. local doavariable = Instance.new("Sound", humanoidofplr.Parent.Head)
  2788. doavariable.SoundId = "rbxassetid://130791919"
  2789. doavariable:Play()
  2790. doavariable.Volume = 7
  2791. local aaaaaaaaaaaa = Instance.new("Sound", humanoid.Parent.Head)
  2792. aaaaaaaaaaaa.SoundId = "rbxassetid://987502413"
  2793. aaaaaaaaaaaa.Volume = 7
  2794. aaaaaaaaaaaa.EmitterSize = 45
  2795. doavariable1:Stop()
  2796. humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  2797. for i = 1,8 do
  2798. for i = 0,0.8 , 0.055 do
  2799. humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(humanoidofplr.Parent["Right Leg"].CFrame * CFrame.new(0,-2,0) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0),i)
  2800. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.533370972, -0.971249819, -0.439774513, 0.970297515, 0.22100696, 0.0983963758, -0.241920963, 0.886412144, 0.394651204, 1.19328513e-06, -0.406732708, 0.91354841),i)
  2801. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(1.32126427, -1.83161235, 2.86102295e-06, 0.766053081, -0.642779768, 1.1920929e-07, 0.642779469, 0.766052485, -8.56816769e-08, 3.62461279e-08, -1.42261811e-07, 1.00000107),i)
  2802. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.92326164, 0.362828255, 0, 0.173659727, 0.984807372, 1.1920929e-07, -0.984806776, 0.173659831, -8.56816769e-08, 1.05081646e-07, 1.02518563e-07, 1.00000107),i)
  2803. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.94856071, 0.0934052467, 9.53674316e-07, 0.469490677, -0.8829391, 1.1920929e-07, 0.882938683, 0.46949023, -8.56816769e-08, -1.96840375e-08, -1.45481067e-07, 1.00000107),i)
  2804. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0.65600872, 1.07517529, -0.112188339, -0.327925265, 0.518796742, 0.789512634, 0.102082126, 0.850284696, -0.51633215, -0.939182222, -0.0887248442, -0.331792682):inverse(),i)
  2805. headweld.C0 = headweld.C0:lerp(CFrame.new(-1.90734863e-06, 1.5, 0, -0.0697436929, 1.04308128e-07, -0.997570992, -9.27482589e-08, 1.00000095, -9.80788286e-08, 0.997570515, -8.56816769e-08, -0.0697440952),i)
  2806. game:GetService("RunService").RenderStepped:wait()
  2807. end
  2808. pepsihit:Play()
  2809. for i = 0, 0.5 , 0.055 do
  2810. humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(humanoidofplr.Parent.Torso.CFrame * CFrame.new(0,8,0) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0),i)
  2811. game:GetService("RunService").RenderStepped:wait()
  2812. end
  2813. for i = 0,0.8 , 0.055 do
  2814. humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(humanoidofplr.Parent["Right Leg"].CFrame * CFrame.new(0,-2,0) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0),i)
  2815. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.533370972, -0.971249819, -0.439774513, 0.970297515, 0.22100696, 0.0983963758, -0.241920963, 0.886412144, 0.394651204, 1.19328513e-06, -0.406732708, 0.91354841),i)
  2816. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(1.32126427, -1.83161235, 2.86102295e-06, 0.766053081, -0.642779768, 1.1920929e-07, 0.642779469, 0.766052485, -8.56816769e-08, 3.62461279e-08, -1.42261811e-07, 1.00000107),i)
  2817. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.92326164, 0.362828255, 0, 0.173659727, 0.984807372, 1.1920929e-07, -0.984806776, 0.173659831, -8.56816769e-08, 1.05081646e-07, 1.02518563e-07, 1.00000107),i)
  2818. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.94856071, 0.0934052467, 9.53674316e-07, 0.469490677, -0.8829391, 1.1920929e-07, 0.882938683, 0.46949023, -8.56816769e-08, -1.96840375e-08, -1.45481067e-07, 1.00000107),i)
  2819. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0.612094879, 1.08399725, 0.221855164, 0.0772710443, 0.484065533, -0.87161392, -0.241601631, 0.857262373, 0.454676479, 0.967294872, 0.175449952, 0.183192551):inverse(),i)
  2820. headweld.C0 = headweld.C0:lerp(CFrame.new(-1.90734863e-06, 1.5, 0, -0.0697436929, 1.04308128e-07, -0.997570992, -9.27482589e-08, 1.00000095, -9.80788286e-08, 0.997570515, -8.56816769e-08, -0.0697440952),i)
  2821. game:GetService("RunService").RenderStepped:wait()
  2822. end
  2823. pepsihit:Play()
  2824. for i = 0, 0.5 , 0.05 do
  2825. humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(humanoidofplr.Parent.Torso.CFrame * CFrame.new(0,8,0) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0),i)
  2826. game:GetService("RunService").RenderStepped:wait()
  2827. end
  2828. end
  2829. llegweld.C0 = CFrame.new(-0.906621933, -1.96817839, 3.81469727e-06, 0.939697921, 0.342017353, -1.15483999e-07, -0.342018157, 0.939700484, -1.54780309e-06, 4.20854008e-07, -1.4939601e-06, 1.00000584)
  2830. rlegweld.C0 = CFrame.new(1.89274311, -0.858413935, 7.62939453e-06, 0.10452839, -0.994525194, -1.15483999e-07, 0.994527876, 0.104528576, -1.54780309e-06, -1.55139548e-06, -4.69373873e-08, 1.00000584)
  2831. lhandweld.C0 = CFrame.new(-1.78488255, 0.126835346, 0, 0.913546026, 0.406735331, 1.15483552e-07, -0.406735331, 0.913546026, 1.54779377e-06, 5.24042946e-07, -1.46095226e-06, 1)
  2832. rhandweld.C0 = CFrame.new(2.22284222, 0.414411545, 0, -0.406726152, -0.913553655, -1.15483999e-07, 0.913556159, -0.406727403, -1.54780309e-06, -1.36702647e-06, 7.35030596e-07, 1.00000584)
  2833. humanoidrootpart.C0 = CFrame.new(0, 0, 0, 0.0323647447, 0.374601871, -0.926624477, -0.013075971, 0.927188933, 0.374372125, 0.999392211, 5.49364394e-08, 0.0349063426):inverse()
  2834. headweld.C0 = CFrame.new(0, 1.50000882, 0, 0.0349099413, 5.30404058e-08, -0.999393761, -1.5450081e-06, 1.00000596, -1.07041799e-07, 0.999396384, -1.54780309e-06, 0.0349102654)
  2835. aaaaaaaaaaaa:Play()
  2836. pepsihit:Play()
  2837. doavariable:Stop()
  2838. BOOM:Play()
  2839. local woosh = Instance.new("BodyVelocity", humanoid.Parent.Torso)
  2840. woosh.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  2841. woosh.Velocity = humanoidofplr.Parent.Torso.CFrame.rightVector * 150
  2842. humanoidofplr.WalkSpeed = 25
  2843. wait(0.5)
  2844. humanoidrootpart:destroy()
  2845. rlegweld:destroy()
  2846. llegweld:destroy()
  2847. lhandweld:destroy()
  2848. rhandweld:destroy()
  2849. headweld:destroy()
  2850. heed.Parent = game.Players.LocalPlayer.Character.Torso
  2851. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2852. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  2853. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  2854. llegclone.Parent = game.Players.LocalPlayer.Character.Torso
  2855. rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
  2856. using = false
  2857. wait(2)
  2858. woosh:destroy()
  2859. end
  2860. end
  2861. sensoryee2.Touched:connect(udidit)
  2862. for i = 0,1 , 0.05 do
  2863. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.533370972, -0.971249819, -0.439774513, 0.970297515, 0.22100696, 0.0983963758, -0.241920963, 0.886412144, 0.394651204, 1.19328513e-06, -0.406732708, 0.91354841),i)
  2864. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(1.32126427, -1.83161235, 2.86102295e-06, 0.766053081, -0.642779768, 1.1920929e-07, 0.642779469, 0.766052485, -8.56816769e-08, 3.62461279e-08, -1.42261811e-07, 1.00000107),i)
  2865. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.92326164, 0.362828255, 0, 0.173659727, 0.984807372, 1.1920929e-07, -0.984806776, 0.173659831, -8.56816769e-08, 1.05081646e-07, 1.02518563e-07, 1.00000107),i)
  2866. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.94856071, 0.0934052467, 9.53674316e-07, 0.469490677, -0.8829391, 1.1920929e-07, 0.882938683, 0.46949023, -8.56816769e-08, -1.96840375e-08, -1.45481067e-07, 1.00000107),i)
  2867. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0.612094879, 1.08399725, 0.221855164, 0.0772710443, 0.484065533, -0.87161392, -0.241601631, 0.857262373, 0.454676479, 0.967294872, 0.175449952, 0.183192551):inverse(),i)
  2868. headweld.C0 = headweld.C0:lerp(CFrame.new(-1.90734863e-06, 1.5, 0, -0.0697436929, 1.04308128e-07, -0.997570992, -9.27482589e-08, 1.00000095, -9.80788286e-08, 0.997570515, -8.56816769e-08, -0.0697440952),i)
  2869. game:GetService("RunService").RenderStepped:wait()
  2870. end
  2871. wait(2)
  2872. if not hittd then
  2873. using = false
  2874. sensoryee2:destroy()
  2875. humanoidofplr.WalkSpeed = 25
  2876. doavariable1:Stop()
  2877. humanoidrootpart:destroy()
  2878. rlegweld:destroy()
  2879. llegweld:destroy()
  2880. lhandweld:destroy()
  2881. rhandweld:destroy()
  2882. headweld:destroy()
  2883. heed.Parent = game.Players.LocalPlayer.Character.Torso
  2884. rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2885. lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  2886. rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  2887. llegclone.Parent = game.Players.LocalPlayer.Character.Torso
  2888. rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
  2889. end
  2890. end
  2891. end
  2892. mouse.KeyDown:connect(breakitdown)
  2893. while true do
  2894. if humanoidofplr.Health < 1 then
  2895. humanoidofplr.WalkSpeed = 0
  2896. humanoidofplr.JumpPower = 0
  2897. local AaaAaAAa = Instance.new("Sound", humanoidofplr.Parent.Head)
  2898. AaaAaAAa.SoundId = "rbxassetid://205335029"
  2899. AaaAaAAa:Play()
  2900. AaaAaAAa.Volume = 10
  2901. workspace.CurrentCamera.CameraSubject = humanoidofplr.Parent.Head
  2902. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  2903. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2904. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2905. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  2906. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  2907. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  2908. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2909. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2910. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  2911. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  2912. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  2913. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  2914. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2915. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2916. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  2917. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  2918. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  2919. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  2920. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2921. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2922. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  2923. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  2924. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  2925. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  2926. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2927. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  2928. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  2929. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  2930. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  2931. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  2932. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  2933. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  2934. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  2935. if humanoidofplr.Parent.Head:findFirstChild("face") then
  2936. humanoidofplr.Parent.Head.face.Texture = "http://www.roblox.com/asset/?id=61517715"
  2937. end
  2938. local dedvel = Instance.new("BodyVelocity", humanoidofplr.Parent.Torso)
  2939. dedvel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  2940. dedvel.Velocity = humanoidofplr.Parent.Torso.CFrame.lookVector * -20 + Vector3.new(0,25,0)
  2941. for i = 0,0.8 , 0.03 do
  2942. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207910627, 9.06495843e-26, -0.978150249, 2.5521228e-26, 1, 9.65691966e-26, 0.978150249, -4.58170414e-26, 0.207910627),i)
  2943. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 9.53674316e-07, -2.53730178, 1, 3.07971317e-27, -7.06819371e-28, 7.06819371e-28, 2.7418323e-06, 1, 3.08256605e-27, -1, 2.74183299e-06):inverse(),i)
  2944. game:GetService("RunService").RenderStepped:wait()
  2945. end
  2946. dedvel:destroy()
  2947. wait(7)
  2948. humanoidofplr.Parent:BreakJoints()
  2949. humanoidofplr.Parent.Head.Died.Volume = 10
  2950. humanoidofplr.Parent.Head.Died:Play()
  2951. end
  2952. wait()
  2953. end
Add Comment
Please, Sign In to add comment