Advertisement
Goo345

Untitled

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