Advertisement
megaluxe

dee beeeeeeee

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