Advertisement
JORGEEEEEE_EEE

epic

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