Advertisement
Guest User

dee

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