Advertisement
Guest User

Untitled

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