Advertisement
Migas3456

Control Gui(not made by me)

Jan 5th, 2018
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 275.13 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9.  
  10. -- Properties
  11.  
  12. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  16. Frame.Position = UDim2.new(0, 0, 0, 354)
  17. Frame.Size = UDim2.new(0, 413, 0, 171)
  18.  
  19. TextLabel.Parent = Frame
  20. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  21. TextLabel.Position = UDim2.new(0, -23, 0, 0)
  22. TextLabel.Size = UDim2.new(0, 436, 0, 50)
  23. TextLabel.Font = Enum.Font.SourceSans
  24. TextLabel.Text = "Control Gui"
  25. TextLabel.TextScaled = true
  26. TextLabel.TextSize = 14
  27. TextLabel.TextWrapped = true
  28.  
  29. TextButton.Parent = TextLabel
  30. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  31. TextButton.Position = UDim2.new(0, 18, 0, 89)
  32. TextButton.Size = UDim2.new(0, 120, 0, 50)
  33. TextButton.Font = Enum.Font.SourceSans
  34. TextButton.Text = "Grab Knife"
  35. TextButton.TextSize = 14
  36.  
  37. TextButton.MouseButton1Down:connect(function()
  38. local player = game:GetService('Players').LocalPlayer
  39. local rightclone = Instance.new('Motor6D')
  40. rightclone.Name = "Right Shoulder"
  41. rightclone.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  42. rightclone.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  43. local leftclone = Instance.new('Motor6D')
  44. leftclone.Name = "Left Shoulder"
  45. leftclone.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  46. leftclone.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  47. local leftlegclone = Instance.new('Motor6D')
  48. leftlegclone.Name = "Left Hip"
  49. leftlegclone.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  50. leftlegclone.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  51. local rightlegclone = Instance.new('Motor6D')
  52. rightlegclone.Name = "Right Hip"
  53. rightlegclone.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  54. rightlegclone.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  55. local torsoclone = Instance.new('Motor6D')
  56. torsoclone.Name = "RootJoint"
  57. torsoclone.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  58. torsoclone.C1 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  59. local mouse = player:GetMouse()
  60. local rag1 = false
  61. local rag2 = false
  62. local firsttime = true
  63. local firsttime2 = true
  64. local firsttime3 = true
  65. local firsttime4 = true
  66. local firsttime5 = true
  67. local childlock = true
  68. local math1 = math.random(1,5)
  69. math1 = math1+(math.random(0,9)/10)
  70. local math2 = math.random(1,15)
  71. math2 = math2+(math.random(0,9)/10)
  72. local math3 = math.random(1,10)
  73. math3 = math3+(math.random(0,9)/10)
  74. local math4 = math.random(5,100)
  75. math4 = math4+(math.random(0,9)/10)
  76. local answer = (math4+(math1*math3))/(math1*math2)
  77. answer = math.floor((answer*10)+0.5)
  78. answer = answer/10
  79. print([[To be fair, you have to have a very high IQ to understand Rick and Morty.
  80. The humor is extremely subtle, and without a solid grasp of theoretical physics most of the jokes will go over a typical viewer's head.
  81. There's also Rick's nihilistic outlook, which is deftly woven into his characterisation -
  82. his personal philosophy draws heavily from Narodnaya Volya literature, for instance.
  83. The fans understand this stuff;
  84. they have the intellectual capacity to truly appreciate the depths of these jokes, to realize that they're not just funny- they say something deep about LIFE.
  85. As a consequence people who dislike Rick and Morty truly ARE idiots-
  86. of course they wouldn't appreciate, for instance, the humour in Rick's existencial catchphrase "Wubba Lubba Dub Dub," which itself is a cryptic reference to Turgenev's Russian epic Fathers and Sons.
  87. I'm smirking right now just imagining one of those addlepated simpletons scratching their heads in confusion as Dan Harmon's genius unfolds itself on their television screens.
  88. What fools... how I pity them.
  89. And yes by the way, I DO have a Rick and Morty tattoo.
  90. And no, you cannot see it.
  91. It's for the ladies' eyes only-
  92. And even they have to demonstrate that they're within ]]..answer..[[ IQ points of my own (preferably lower) beforehand.]])
  93. local rekt = {}
  94.  
  95. -- Objects
  96.  
  97. local MainGUI = Instance.new("ScreenGui")
  98. local Customize = Instance.new("TextButton")
  99. local Frame = Instance.new("Frame")
  100. local TextLabel = Instance.new("TextLabel")
  101. local Frame_2 = Instance.new("Frame")
  102. local Frame_3 = Instance.new("Frame")
  103. local ImageLabel = Instance.new("ImageLabel")
  104. local R = Instance.new("TextBox")
  105. local G = Instance.new("TextBox")
  106. local B = Instance.new("TextBox")
  107. local TextLabel_2 = Instance.new("TextLabel")
  108. local TextLabel_3 = Instance.new("TextLabel")
  109. local TextLabel_4 = Instance.new("TextLabel")
  110. local Slider = Instance.new("Frame")
  111. local Slidee = Instance.new("ImageButton")
  112. local ChildLock = Instance.new("Frame")
  113. local TextLabel_5 = Instance.new("TextLabel")
  114. local mathz = Instance.new("TextLabel")
  115. local TextBox = Instance.new("TextBox")
  116. local Black = Instance.new('Frame')
  117. local fps = Instance.new('TextLabel')
  118.  
  119. -- Properties
  120.  
  121. MainGUI.Name = "MainGUI"
  122. MainGUI.ResetOnSpawn = false
  123. pcall(function()
  124. MainGUI.Parent = player.PlayerGui
  125. end)
  126. pcall(function()
  127. MainGUI.Parent = game.CoreGui
  128. game.CoreGui.RobloxGui.Backpack.Hotbar.AnchorPoint = Vector2.new(0.5,0.5)
  129. game.CoreGui.RobloxGui.Backpack.Hotbar.Position = UDim2.new(0.5,0,0.85,0)
  130. end)
  131.  
  132.  
  133. Customize.Name = "Customize"
  134. Customize.Parent = MainGUI
  135. Customize.BackgroundColor3 = Color3.new(0, 0.776471, 0.282353)
  136. Customize.BorderSizePixel = 0
  137. Customize.Position = UDim2.new(0.15, 0, 0.9, 0)
  138. Customize.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  139. Customize.Font = Enum.Font.SourceSans
  140. Customize.FontSize = Enum.FontSize.Size14
  141. Customize.Text = "Customize V4"
  142. Customize.TextColor3 = Color3.new(1, 1, 1)
  143. Customize.TextScaled = true
  144. Customize.TextSize = 14
  145. Customize.TextWrapped = true
  146.  
  147. Frame.Parent = Customize
  148. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  149. Frame.BorderSizePixel = 0
  150. Frame.Position = UDim2.new(0, 0, 1, 0)
  151. Frame.Size = UDim2.new(1, 0, 6.5, 0)
  152.  
  153. TextLabel.Parent = Frame
  154. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  155. TextLabel.BackgroundTransparency = 1
  156. TextLabel.Position = UDim2.new(0, 0, 0.100000001, 0)
  157. TextLabel.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  158. TextLabel.Font = Enum.Font.SourceSansLight
  159. TextLabel.FontSize = Enum.FontSize.Size14
  160. TextLabel.Text = "Blood Color: [255, 255, 255]"
  161. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  162. TextLabel.TextScaled = true
  163. TextLabel.TextSize = 14
  164. TextLabel.TextWrapped = true
  165. TextLabel.TextXAlignment = Enum.TextXAlignment.Right
  166.  
  167. Frame_2.Parent = TextLabel
  168. Frame_2.BackgroundColor3 = Color3.new(0.458824, 0, 0)
  169. Frame_2.BorderSizePixel = 0
  170. Frame_2.Position = UDim2.new(1.04999995, 0, 0, 0)
  171. Frame_2.Size = UDim2.new(1, 0, 1, 0)
  172. Frame_2.SizeConstraint = Enum.SizeConstraint.RelativeYY
  173.  
  174. Frame_3.Parent = Frame
  175. Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  176. Frame_3.BackgroundTransparency = 1
  177. Frame_3.BorderSizePixel = 0
  178. Frame_3.Position = UDim2.new(0.0500000007, 0, 0.449999988, 0)
  179. Frame_3.Size = UDim2.new(0.5, 0, 0.5, 0)
  180. Frame_3.SizeConstraint = Enum.SizeConstraint.RelativeYY
  181.  
  182. ImageLabel.Parent = Frame_3
  183. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  184. ImageLabel.BackgroundTransparency = 1
  185. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  186. ImageLabel.Image = "rbxassetid://328298876"
  187.  
  188. R.Name = "R"
  189. R.Parent = Frame_3
  190. R.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  191. R.BorderSizePixel = 0
  192. R.Position = UDim2.new(1.39999998, 0, 0, 0)
  193. R.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  194. R.Font = Enum.Font.SourceSans
  195. R.FontSize = Enum.FontSize.Size14
  196. R.Text = "Input"
  197. R.TextColor3 = Color3.new(1, 1, 1)
  198. R.TextScaled = true
  199. R.TextSize = 14
  200. R.TextWrapped = true
  201. R.TextXAlignment = Enum.TextXAlignment.Left
  202.  
  203. G.Name = "G"
  204. G.Parent = Frame_3
  205. G.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  206. G.BorderSizePixel = 0
  207. G.Position = UDim2.new(1.39999998, 0, 0.349999994, 0)
  208. G.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  209. G.Font = Enum.Font.SourceSans
  210. G.FontSize = Enum.FontSize.Size14
  211. G.Text = "Input"
  212. G.TextColor3 = Color3.new(1, 1, 1)
  213. G.TextScaled = true
  214. G.TextSize = 14
  215. G.TextWrapped = true
  216. G.TextXAlignment = Enum.TextXAlignment.Left
  217.  
  218. B.Name = "B"
  219. B.Parent = Frame_3
  220. B.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  221. B.BorderSizePixel = 0
  222. B.Position = UDim2.new(1.39999998, 0, 0.699999988, 0)
  223. B.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  224. B.Font = Enum.Font.SourceSans
  225. B.FontSize = Enum.FontSize.Size14
  226. B.Text = "Input"
  227. B.TextColor3 = Color3.new(1, 1, 1)
  228. B.TextScaled = true
  229. B.TextSize = 14
  230. B.TextWrapped = true
  231. B.TextXAlignment = Enum.TextXAlignment.Left
  232.  
  233. TextLabel_2.Parent = Frame_3
  234. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  235. TextLabel_2.BackgroundTransparency = 1
  236. TextLabel_2.Position = UDim2.new(1.04999995, 0, 0, 0)
  237. TextLabel_2.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  238. TextLabel_2.Font = Enum.Font.SourceSansLight
  239. TextLabel_2.FontSize = Enum.FontSize.Size14
  240. TextLabel_2.Text = "R"
  241. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  242. TextLabel_2.TextScaled = true
  243. TextLabel_2.TextSize = 14
  244. TextLabel_2.TextWrapped = true
  245.  
  246. TextLabel_3.Parent = Frame_3
  247. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  248. TextLabel_3.BackgroundTransparency = 1
  249. TextLabel_3.Position = UDim2.new(1.04999995, 0, 0.349999994, 0)
  250. TextLabel_3.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  251. TextLabel_3.Font = Enum.Font.SourceSansLight
  252. TextLabel_3.FontSize = Enum.FontSize.Size14
  253. TextLabel_3.Text = "G"
  254. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  255. TextLabel_3.TextScaled = true
  256. TextLabel_3.TextSize = 14
  257. TextLabel_3.TextWrapped = true
  258.  
  259. TextLabel_4.Parent = Frame_3
  260. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  261. TextLabel_4.BackgroundTransparency = 1
  262. TextLabel_4.Position = UDim2.new(1.04999995, 0, 0.699999988, 0)
  263. TextLabel_4.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  264. TextLabel_4.Font = Enum.Font.SourceSansLight
  265. TextLabel_4.FontSize = Enum.FontSize.Size14
  266. TextLabel_4.Text = "B"
  267. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  268. TextLabel_4.TextScaled = true
  269. TextLabel_4.TextSize = 14
  270. TextLabel_4.TextWrapped = true
  271.  
  272. Slider.Name = "Slider"
  273. Slider.Parent = Frame
  274. Slider.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  275. Slider.Position = UDim2.new(0.0500000007, 0, 0.375, 0)
  276. Slider.Size = UDim2.new(0.230000004, 0, 0.00999999978, 0)
  277.  
  278. Slidee.Name = "Slidee"
  279. Slidee.Parent = Slider
  280. Slidee.AnchorPoint = Vector2.new(0.5, 0.5)
  281. Slidee.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  282. Slidee.BorderSizePixel = 0
  283. Slidee.Size = UDim2.new(0.0299999993, 0, 7, 0)
  284. Slidee.ImageTransparency = 1
  285.  
  286. ChildLock.Name = "ChildLock"
  287. ChildLock.Parent = Frame
  288. ChildLock.Active = true
  289. ChildLock.BackgroundColor3 = Color3.new(0, 0, 0)
  290. ChildLock.BackgroundTransparency = 0.60000002384186
  291. ChildLock.BorderSizePixel = 0
  292. ChildLock.Position = UDim2.new(0.600000024, 0, 0, 0)
  293. ChildLock.Size = UDim2.new(0.400000006, 0, 1, 0)
  294. ChildLock.ZIndex = 2
  295.  
  296. TextLabel_5.Parent = ChildLock
  297. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  298. TextLabel_5.BackgroundTransparency = 1
  299. TextLabel_5.BorderSizePixel = 0
  300. TextLabel_5.Position = UDim2.new(0.125, 0, 0.150000006, 0)
  301. TextLabel_5.Size = UDim2.new(0.75, 0, 0.200000003, 0)
  302. TextLabel_5.ZIndex = 3
  303. TextLabel_5.Font = Enum.Font.SourceSans
  304. TextLabel_5.FontSize = Enum.FontSize.Size14
  305. TextLabel_5.Text = "do this math to disable child lock"
  306. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  307. TextLabel_5.TextScaled = true
  308. TextLabel_5.TextSize = 14
  309. TextLabel_5.TextWrapped = true
  310.  
  311. mathz.Name = "mathz"
  312. mathz.Parent = ChildLock
  313. mathz.BackgroundColor3 = Color3.new(1, 1, 1)
  314. mathz.BackgroundTransparency = 1
  315. mathz.Position = UDim2.new(0.125, 0, 0.449999988, 0)
  316. mathz.Size = UDim2.new(0.75, 0, 0.200000003, 0)
  317. mathz.ZIndex = 3
  318. mathz.Font = Enum.Font.SourceSans
  319. mathz.FontSize = Enum.FontSize.Size14
  320. mathz.Text = math1.."("..math2.."r - "..math3..") = "..math4
  321. mathz.TextColor3 = Color3.new(1, 1, 1)
  322. mathz.TextScaled = true
  323. mathz.TextSize = 14
  324. mathz.TextWrapped = true
  325.  
  326. fps.Name = "fps"
  327. fps.Parent = Frame
  328. fps.BackgroundColor3 = Color3.new(1, 1, 1)
  329. fps.BackgroundTransparency = 1
  330. fps.Size = UDim2.new(0.75, 0, 0.05, 0)
  331. fps.ZIndex = 3
  332. fps.Font = Enum.Font.SourceSansLight
  333. fps.FontSize = Enum.FontSize.Size14
  334. fps.Text = "FPS: N/A"
  335. fps.TextColor3 = Color3.new(1, 1, 1)
  336. fps.TextScaled = true
  337. fps.TextSize = 14
  338. fps.TextWrapped = true
  339. fps.TextXAlignment = Enum.TextXAlignment.Left
  340.  
  341. TextBox.Parent = ChildLock
  342. TextBox.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  343. TextBox.BorderSizePixel = 0
  344. TextBox.Position = UDim2.new(0.200000003, 0, 0.699999988, 0)
  345. TextBox.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  346. TextBox.ZIndex = 3
  347. TextBox.Font = Enum.Font.SourceSans
  348. TextBox.FontSize = Enum.FontSize.Size14
  349. TextBox.Text = "Answer (rounded to nearest tenth)"
  350. TextBox.TextColor3 = Color3.new(1, 1, 1)
  351. TextBox.TextScaled = true
  352. TextBox.TextSize = 14
  353. TextBox.TextWrapped = true
  354. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  355.  
  356. Black.Size = UDim2.new(1,0,1,0)
  357. Black.BackgroundTransparency = 1
  358. Black.BorderSizePixel = 0
  359. Black.BackgroundColor3 = Color3.new(0,0,0)
  360. Black.Parent = Frame_3
  361.  
  362. TextBox.FocusLost:connect(function()
  363. if TextBox.Text == tostring(answer) or TextBox.Text == "r="..tostring(answer) or TextBox.Text == "r= "..tostring(answer) or TextBox.Text == "r = "..tostring(answer) or TextBox.Text == "r= "..tostring(answer) or TextBox.Text == tostring(answer).."=r" or TextBox.Text == tostring(answer).." =r" or TextBox.Text == tostring(answer).."= r" or TextBox.Text == tostring(answer).." = r" then
  364. ChildLock:Destroy()
  365. childlock = false
  366. notify("Child lock disabled, press B to enable dildo mode.",true)
  367. end
  368. end)
  369.  
  370. local mousedown = false
  371. mouse.Button1Down:connect(function()
  372. mousedown = true
  373. end)
  374. mouse.Button1Up:connect(function()
  375. mousedown = false
  376. slidee = false
  377. end)
  378.  
  379. Slidee.MouseButton1Down:connect(function()
  380. slidee = true
  381. end)
  382. Slidee.MouseButton1Up:connect(function()
  383. slidee = false
  384. end)
  385.  
  386. mouse.Move:connect(function()
  387. if mousedown then
  388. if mouse.X >= ImageLabel.AbsolutePosition.X and mouse.X <= ImageLabel.AbsolutePosition.X+ ImageLabel.AbsoluteSize.X and mouse.Y >= ImageLabel.AbsolutePosition.Y and mouse.Y <= ImageLabel.AbsolutePosition.Y+ ImageLabel.AbsoluteSize.Y then
  389. local newX = ImageLabel.AbsoluteSize.X-(mouse.X-ImageLabel.AbsolutePosition.X)
  390. local newY = ImageLabel.AbsoluteSize.Y-(mouse.Y-ImageLabel.AbsolutePosition.Y)
  391. local newcolor = Color3.fromHSV(newX/ImageLabel.AbsoluteSize.X,newY/ImageLabel.AbsoluteSize.Y,Black.Transparency)
  392. Frame_2.BackgroundColor3 = newcolor
  393. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  394. end
  395. end
  396. if slidee then
  397. local ree = mouse.X
  398. if ree < Slider.AbsolutePosition.X then
  399. ree = Slider.AbsolutePosition.X
  400. elseif ree > Slider.AbsolutePosition.X+Slider.AbsoluteSize.X then
  401. ree = Slider.AbsolutePosition.X+Slider.AbsoluteSize.X
  402. end
  403. Slidee.Position = UDim2.new(0,ree-Slider.AbsolutePosition.X,0,0)
  404. Black.Transparency = 1-(Slidee.Position.X.Offset/Slider.AbsoluteSize.X)
  405. end
  406. end)
  407.  
  408. R.FocusLost:connect(function()
  409. if R.Text ~= "Input" then
  410. if tonumber(R.Text) then
  411. if tonumber(R.Text) > 255 then
  412. R.Text = "255"
  413. end
  414. local newcolor = Color3.new(tonumber(R.Text/255),Frame_2.BackgroundColor3.g,Frame_2.BackgroundColor3.b)
  415. Frame_2.BackgroundColor3 = newcolor
  416. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  417. R.Text = "Input"
  418. end
  419. end
  420. end)
  421. G.FocusLost:connect(function()
  422. if G.Text ~= "Input" then
  423. if tonumber(G.Text) then
  424. if tonumber(G.Text) > 255 then
  425. G.Text = "255"
  426. end
  427. local newcolor = Color3.new(Frame_2.BackgroundColor3.r,tonumber(G.Text/255),Frame_2.BackgroundColor3.b)
  428. Frame_2.BackgroundColor3 = newcolor
  429. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  430. G.Text = "Input"
  431. end
  432. end
  433. end)
  434. B.FocusLost:connect(function()
  435. if B.Text ~= "Input" then
  436. if tonumber(B.Text) then
  437. if tonumber(B.Text) > 255 then
  438. B.Text = "255"
  439. end
  440. local newcolor = Color3.new(Frame_2.BackgroundColor3.r,Frame_2.BackgroundColor3.g,tonumber(B.Text/255))
  441. Frame_2.BackgroundColor3 = newcolor
  442. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  443. B.Text = "Input"
  444. end
  445. end
  446. end)
  447.  
  448. local open = false
  449. local opening = false
  450. Customize.MouseButton1Click:connect(function()
  451. if opening == false then
  452. if open == false then
  453. open = true
  454. opening = true
  455. Customize:TweenPosition(UDim2.new(0.15, 0, 0.1, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint,1)
  456. wait(1)
  457. opening = false
  458. else
  459. open = false
  460. opening = true
  461. Customize:TweenPosition(UDim2.new(0.15, 0, 0.9, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint,1)
  462. wait(1)
  463. opening = false
  464. end
  465. end
  466. end)
  467.  
  468. Frame_2.BackgroundColor3 = Color3.fromRGB(117,0,0)
  469.  
  470. function removewelds(part)
  471. for i,v in pairs(part:GetChildren()) do
  472. if v:IsA('Weld') then v:Destroy() end
  473. end
  474. end
  475.  
  476. function notify(msg,remove)
  477. local coru= coroutine.wrap(function()
  478. for i,v in pairs(MainGUI:GetChildren()) do
  479. if v:IsA('TextLabel') then v:Destroy() end
  480. end
  481. if msg then
  482. local TextLabel = Instance.new("TextLabel")
  483. local Frame = Instance.new("Frame")
  484.  
  485. -- Properties
  486.  
  487. TextLabel.Parent = MainGUI
  488. TextLabel.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  489. TextLabel.BorderSizePixel = 0
  490. TextLabel.Position = UDim2.new(0.25, 0, 0.05, -10)
  491. TextLabel.Size = UDim2.new(0.5, 0, 0.1, 0)
  492. TextLabel.Font = Enum.Font.SourceSans
  493. TextLabel.FontSize = Enum.FontSize.Size60
  494. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  495. TextLabel.TextSize = 50
  496. TextLabel.Transparency = 1
  497. TextLabel.TextScaled = true
  498. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  499. TextLabel.Text = ""
  500. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  501.  
  502. Frame.Parent = TextLabel
  503. Frame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  504. Frame.BorderSizePixel = 0
  505. Frame.Transparency = 1
  506. Frame.Position = UDim2.new(0, 0, 1,0)
  507. Frame.Size = UDim2.new(1, 0, 0, 5)
  508. for i=1,10 do
  509. TextLabel.Transparency = TextLabel.Transparency-0.1
  510. TextLabel.Position = TextLabel.Position+UDim2.new(0,0,0,1)
  511. Frame.Transparency = Frame.Transparency-0.1
  512. wait()
  513. end
  514. for i=1,#msg do
  515. TextLabel.Text = string.sub(msg,1,i)
  516. wait()
  517. end
  518. wait(1)
  519. if remove ~= true then
  520. for i=1,10 do
  521. TextLabel.Transparency = TextLabel.Transparency+0.1
  522. TextLabel.Position = TextLabel.Position-UDim2.new(0,0,0,1)
  523. Frame.Transparency = Frame.Transparency+0.1
  524. wait()
  525. end
  526. TextLabel:Destroy()
  527. end
  528. end
  529. end)
  530. coru()
  531. end
  532. if workspace.FilteringEnabled == false then
  533. if workspace:PGSIsEnabled() then
  534. notify('Press Z to equip. Created by mustardfoot and Tollonis.',true)
  535. else
  536. notify('(this game is really old or something and has the shitty physics so a lot of things wont work sorry) Press Z to equip. Created by mustardfoot and Tollonis.',true)
  537. end
  538. else
  539. notify('LOL this game has filtering enabled so it literally wont work here')
  540. end
  541.  
  542. local handProperties = {
  543. {"LimitsEnabled", true};
  544. {"UpperAngle",0};
  545. {"LowerAngle",0};
  546. }
  547. local shinProperties = {
  548. {"LimitsEnabled", true};
  549. {"UpperAngle", 0};
  550. {"LowerAngle", -75};
  551. }
  552. local footProperties = {
  553. {"LimitsEnabled", true};
  554. {"UpperAngle", 15};
  555. {"LowerAngle", -45};
  556. }
  557.  
  558. function bleed(frick,OwO)
  559. while frick.Parent ~= nil and frick.Parent.Parent ~= nil do
  560. local reeee = coroutine.wrap(function()
  561. local thing = Instance.new('Part',workspace)
  562. thing.Size = Vector3.new(0.2,0.2,0.2)
  563. thing.CFrame = frick.CFrame
  564. thing.Transparency = 1
  565. thing.BrickColor = BrickColor.new(Frame_2.BackgroundColor3)
  566. thing.Material = Enum.Material.SmoothPlastic
  567. thing.Name = "Blood"
  568. thing.CanCollide =false
  569. thing:BreakJoints()
  570. local rawrxd = Instance.new('BodyForce',thing)
  571. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  572. local coru = coroutine.wrap(function()
  573. wait(0.01)
  574. rawrxd:Destroy()
  575. end)
  576. coru()
  577. local ree = Instance.new('ParticleEmitter',thing)
  578. if OwO ~= true then
  579. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Frame_2.BackgroundColor3),ColorSequenceKeypoint.new(1,Frame_2.BackgroundColor3)})
  580. else
  581. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,1,1)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  582. end
  583. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  584. ree.Texture = 'rbxassetid://867743272'
  585. ree.Lifetime = NumberRange.new(0.4)
  586. ree.Rate = 50
  587. ree.LockedToPart = true
  588. ree.Speed = NumberRange.new(0, 2)
  589.  
  590. thing.Touched:connect(function(tou)
  591. if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent ~= player.Character and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name ~= "bitch ass knife" and tou.Parent.Name ~= 'handle' and tou.Name ~= "blade" and tou.Name ~= 'handle' and tou.Name ~= "Projectile" and tou.Parent.Name ~= "Projectile" then
  592. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  593. local Point1 = pos-Vector3.new(0.01,0.01,0.01)
  594. local Point2 = pos+Vector3.new(0.01,0.01,0.01)
  595. local Region = Region3.new(Point1,Point2)
  596. for _,Part in pairs(game.Workspace:FindPartsInRegion3(Region,nil,math.huge)) do
  597. if Part.Name == "BloodPuddle" then
  598. tou = Part
  599. end
  600. end
  601. thing:Destroy()
  602. if tou.Name == "BloodPuddle" then
  603. if tou.Size.X < 1 then
  604. pcall(function()
  605. tou.Sound:Play()
  606. end)
  607. end
  608. local reee = tou.CFrame
  609. if tou.Transparency > -0.2 then
  610. tou.Transparency = tou.Transparency -0.1
  611. end
  612. if tou.Size.X < 5 then
  613. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  614. tou.CFrame = reee
  615. end
  616. elseif tou.CanCollide == true then
  617. local bloodlol = Instance.new('Part',workspace)
  618. local sound = Instance.new('Sound',bloodlol)
  619. sound.SoundId = 'rbxassetid://685857471'
  620. sound.Volume = 0.025
  621. sound:Play()
  622. bloodlol.Size=Vector3.new(1,0.2,1)
  623. bloodlol.Name = "BloodPuddle"
  624. bloodlol.Anchored = true
  625. bloodlol.CanCollide = false
  626. bloodlol.Material = Enum.Material.SmoothPlastic
  627. if OwO ~= true then
  628. bloodlol.Color = Frame_2.BackgroundColor3
  629. else
  630. bloodlol.Color = Color3.new(1,1,1)
  631. end
  632. local cyl = Instance.new('CylinderMesh',bloodlol)
  633. cyl.Scale = Vector3.new(1,0.1,1)
  634. bloodlol.CFrame = CFrame.new(pos)
  635. local coru=coroutine.wrap(function()
  636. while bloodlol.Parent ~= nil do
  637. if bloodlol.Transparency < 1 then
  638. bloodlol.Transparency = bloodlol.Transparency+0.05
  639. else
  640. bloodlol:Destroy()
  641. end
  642. wait(0.1)
  643. end
  644. end)
  645. coru()
  646. end
  647. end
  648. end)
  649. local coru = coroutine.wrap(function()
  650. wait(1)
  651. thing:Destroy()
  652. end)
  653. coru()
  654. end)
  655. reeee()
  656. wait()
  657. end
  658. end
  659.  
  660. function stun(char)
  661. local found = false
  662. pcall(function()
  663. char:FindFirstChildOfClass('Humanoid'):ChangeState(Enum.HumanoidStateType.Physics)
  664. end)
  665. for i,v in pairs(rekt) do
  666. if v == char then
  667. found = true
  668. end
  669. end
  670. if found == false then
  671. table.insert(rekt,char)
  672. end
  673. end
  674. function unstun(char)
  675. for i,v in pairs(rekt) do
  676. if v == char then
  677. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChildOfClass('Humanoid').Health>0 then
  678. v:FindFirstChildOfClass('Humanoid'):ChangeState(Enum.HumanoidStateType.Running)
  679. v:FindFirstChildOfClass('Humanoid').PlatformStand = false
  680. v:FindFirstChildOfClass('Humanoid').Sit = false
  681. v:FindFirstChildOfClass('Humanoid').Jump = true
  682. v:FindFirstChildOfClass('Humanoid').JumpPower = 50
  683. v:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  684. v:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  685. end
  686. table.remove(rekt,i)
  687. end
  688. end
  689. end
  690.  
  691. function recurse(root,callback,i)
  692. i= i or 0
  693. for _,v in pairs(root:GetChildren()) do
  694. i = i + 1
  695. callback(i,v)
  696.  
  697. if #v:GetChildren() > 0 then
  698. i = recurse(v,callback,i)
  699. end
  700. end
  701.  
  702. return i
  703. end
  704.  
  705. function ragdollJoint(character, part0, part1, attachmentName, className, properties)
  706. if character:FindFirstChild("RagdollConstraint"..part1.Name) == nil then
  707. if character:FindFirstChild('HumanoidRootPart')then
  708. character.HumanoidRootPart.CanCollide = false
  709. end
  710. for i,v in pairs(character:GetChildren()) do
  711. if v:IsA("MeshPart") and (v.MeshId == 'http://www.roblox.com/asset/?id=553602991' or v.MeshId == 'http://www.roblox.com/asset/?id=553602977' or v.MeshId == 'http://www.roblox.com/asset/?id=553602987') then
  712. v.Size = Vector3.new(1,1,1)
  713. end
  714. end
  715. recurse(character, function(_,v)
  716. if v:IsA("Attachment") and v.Parent.Name ~= "ayybleed" then
  717. v.Axis = Vector3.new(0, 1, 0)
  718. v.SecondaryAxis = Vector3.new(0, 0, 1)
  719. v.Rotation = Vector3.new(0, 0, 0)
  720. end
  721. end)
  722. if part1:FindFirstChildOfClass('Motor6D') then
  723. part1:FindFirstChildOfClass('Motor6D'):Destroy()
  724. end
  725. if attachmentName ~= "NeckAttachment" then
  726. attachmentName = attachmentName.."RigAttachment"
  727. end
  728. local constraint = Instance.new(className.."Constraint")
  729. constraint.Attachment0 = part0:FindFirstChild(attachmentName)
  730. constraint.Attachment1 = part1:FindFirstChild(attachmentName)
  731. constraint.Name = "RagdollConstraint"..part1.Name
  732. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  733. local collidepart = Instance.new('Part',part1)
  734. collidepart.Size = part1.Size/2
  735. if string.find(string.lower(part1.Name),"upper") then
  736. if string.find(string.lower(part1.Name),"leg") then
  737. collidepart.Size = part1.Size/3
  738. else
  739. collidepart.Size = part1.Size/2.5
  740. end
  741. end
  742. collidepart.CanCollide = true
  743. collidepart.Name = "Collision"
  744. collidepart.Anchored = false
  745. collidepart.Transparency = 1
  746. collidepart.CFrame = part1.CFrame
  747. collidepart:BreakJoints()
  748. local attachment0 = Instance.new('Attachment',part1)
  749. local attachment1 = Instance.new('Attachment',collidepart)
  750. if attachment0 and attachment1 then
  751. local constraint = Instance.new("HingeConstraint")
  752. constraint.Attachment0 = attachment0
  753. constraint.Attachment1 = attachment1
  754. constraint.LimitsEnabled = true
  755. constraint.UpperAngle = 0
  756. constraint.LowerAngle = 0
  757. constraint.Parent = character
  758. end
  759. if string.find(string.lower(part1.Name),"upper") then
  760. if string.find(string.lower(part1.Name),"leg") then
  761. attachment0.Position = Vector3.new(0,0.01,0)
  762. else
  763. attachment0.Position = Vector3.new(0,0.25,0)
  764. end
  765. else
  766. attachment0.Position = Vector3.new(0,-0.1,0)
  767. end
  768. end
  769. for _,propertyData in next,properties or {} do
  770. constraint[propertyData[1]] = propertyData[2]
  771. end
  772.  
  773. constraint.Parent = character
  774. end
  775. end
  776.  
  777. function R6ragdollJoint(character,limbname,attached,heded)
  778. pcall(function()
  779. if limbname == "Right Arm" and character:FindFirstChild("Right Arm") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Right ArmRagdollConstraint") == nil and character[limbname]:FindFirstChild("Right ArmRagdollConstraint") == nil then
  780. local torsoatt = Instance.new('Attachment',character.Torso)
  781. torsoatt.Name = limbname.."RagdollConstraint"
  782. torsoatt.Position = Vector3.new(1.45,0.768,-0.009)
  783. torsoatt.Axis = Vector3.new(1,0,0)
  784. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  785. local limbatt = Instance.new("Attachment",character[limbname])
  786. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  787. limbatt.Name = limbname.."RagdollConstraint"
  788. limbatt.Axis = Vector3.new(1,0,0)
  789. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  790. local ballc = Instance.new('BallSocketConstraint',character)
  791. ballc.Name = "RightArmRagdollRig"
  792. ballc.Attachment0 = torsoatt
  793. ballc.Attachment1 = limbatt
  794. local part1 = character[limbname]
  795. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  796. local collidepart = Instance.new('Part',part1)
  797. collidepart.Size = part1.Size/1.5
  798. collidepart.CanCollide = true
  799. collidepart.Name = "Collision"
  800. collidepart.Anchored = false
  801. collidepart.Transparency = 1
  802. collidepart.CFrame = part1.CFrame
  803. collidepart:BreakJoints()
  804. local attachment0 = Instance.new('Attachment',part1)
  805. local attachment1 = Instance.new('Attachment',collidepart)
  806. if attachment0 and attachment1 then
  807. local constraint = Instance.new("HingeConstraint")
  808. constraint.Attachment0 = attachment0
  809. constraint.Attachment1 = attachment1
  810. constraint.LimitsEnabled = true
  811. constraint.UpperAngle = 0
  812. constraint.LowerAngle = 0
  813. constraint.Parent = character
  814. end
  815. end
  816. if character.Torso:FindFirstChild('Right Shoulder') then
  817. character.Torso:FindFirstChild('Right Shoulder'):Destroy()
  818. end
  819. elseif limbname == "Left Arm" and character:FindFirstChild("Left Arm") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Left ArmRagdollConstraint") == nil and character[limbname]:FindFirstChild("Left ArmRagdollConstraint") == nil then
  820. local torsoatt = Instance.new('Attachment',character.Torso)
  821. torsoatt.Name = limbname.."RagdollConstraint"
  822. torsoatt.Position = Vector3.new(-1.45,0.768,-0.009)
  823. torsoatt.Axis = Vector3.new(1,0,0)
  824. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  825. local limbatt = Instance.new("Attachment",character[limbname])
  826. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  827. limbatt.Name = limbname.."RagdollConstraint"
  828. limbatt.Axis = Vector3.new(1,0,0)
  829. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  830. local ballc = Instance.new('BallSocketConstraint',character)
  831. ballc.Name = "LeftArmRagdollRig"
  832. ballc.Attachment0 = torsoatt
  833. ballc.Attachment1 = limbatt
  834. local part1 = character[limbname]
  835. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  836. local collidepart = Instance.new('Part',part1)
  837. collidepart.Size = part1.Size/1.5
  838. collidepart.CanCollide = true
  839. collidepart.Name = "Collision"
  840. collidepart.Anchored = false
  841. collidepart.Transparency = 1
  842. collidepart.CFrame = part1.CFrame
  843. collidepart:BreakJoints()
  844. local attachment0 = Instance.new('Attachment',part1)
  845. local attachment1 = Instance.new('Attachment',collidepart)
  846. if attachment0 and attachment1 then
  847. local constraint = Instance.new("HingeConstraint")
  848. constraint.Attachment0 = attachment0
  849. constraint.Attachment1 = attachment1
  850. constraint.LimitsEnabled = true
  851. constraint.UpperAngle = 0
  852. constraint.LowerAngle = 0
  853. constraint.Parent = character
  854. end
  855. end
  856. if character.Torso:FindFirstChild('Left Shoulder') then
  857. character.Torso:FindFirstChild('Left Shoulder'):Destroy()
  858. end
  859. elseif limbname == "Right Leg" and character:FindFirstChild("Right Leg") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Right LegRagdollConstraint") == nil and character[limbname]:FindFirstChild("Right LegRagdollConstraint") == nil then
  860. stun(character)
  861. local torsoatt = Instance.new('Attachment',character.Torso)
  862. torsoatt.Name = limbname.."RagdollConstraint"
  863. torsoatt.Position = Vector3.new(0.45, -1.242, -0.009)
  864. torsoatt.Axis = Vector3.new(1,0,0)
  865. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  866. local limbatt = Instance.new("Attachment",character[limbname])
  867. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  868. limbatt.Name = limbname.."RagdollConstraint"
  869. limbatt.Axis = Vector3.new(1,0,0)
  870. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  871. local ballc = Instance.new('BallSocketConstraint',character)
  872. ballc.Name = "RightLegRagdollRig"
  873. ballc.Attachment0 = torsoatt
  874. ballc.Attachment1 = limbatt
  875. local part1 = character[limbname]
  876. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  877. local collidepart = Instance.new('Part',part1)
  878. collidepart.Size = part1.Size/1.5
  879. collidepart.CanCollide = true
  880. collidepart.Name = "Collision"
  881. collidepart.Anchored = false
  882. collidepart.Transparency = 1
  883. collidepart.CFrame = part1.CFrame
  884. collidepart:BreakJoints()
  885. local attachment0 = Instance.new('Attachment',part1)
  886. local attachment1 = Instance.new('Attachment',collidepart)
  887. if attachment0 and attachment1 then
  888. local constraint = Instance.new("HingeConstraint")
  889. constraint.Attachment0 = attachment0
  890. constraint.Attachment1 = attachment1
  891. constraint.LimitsEnabled = true
  892. constraint.UpperAngle = 0
  893. constraint.LowerAngle = 0
  894. constraint.Parent = character
  895. end
  896. end
  897. if character.Torso:FindFirstChild('Right Hip') then
  898. character.Torso:FindFirstChild('Right Hip'):Destroy()
  899. end
  900. elseif limbname == "Left Leg" and character:FindFirstChild("Left Leg") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Left LegRagdollConstraint") == nil and character[limbname]:FindFirstChild("Left LegRagdollConstraint") == nil then
  901. stun(character)
  902. local torsoatt = Instance.new('Attachment',character.Torso)
  903. torsoatt.Name = limbname.."RagdollConstraint"
  904. torsoatt.Position = Vector3.new(-0.45, -1.242, -0.009)
  905. torsoatt.Axis = Vector3.new(1,0,0)
  906. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  907. local limbatt = Instance.new("Attachment",character[limbname])
  908. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  909. limbatt.Name = limbname.."RagdollConstraint"
  910. limbatt.Axis = Vector3.new(1,0,0)
  911. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  912. local ballc = Instance.new('BallSocketConstraint',character)
  913. ballc.Name = "LeftLegRagdollRig"
  914. ballc.Attachment0 = torsoatt
  915. ballc.Attachment1 = limbatt
  916. local part1 = character[limbname]
  917. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  918. local collidepart = Instance.new('Part',part1)
  919. collidepart.Size = part1.Size/1.5
  920. collidepart.CanCollide = true
  921. collidepart.Name = "Collision"
  922. collidepart.Anchored = false
  923. collidepart.Transparency = 1
  924. collidepart.CFrame = part1.CFrame
  925. collidepart:BreakJoints()
  926. local attachment0 = Instance.new('Attachment',part1)
  927. local attachment1 = Instance.new('Attachment',collidepart)
  928. if attachment0 and attachment1 then
  929. local constraint = Instance.new("HingeConstraint")
  930. constraint.Attachment0 = attachment0
  931. constraint.Attachment1 = attachment1
  932. constraint.LimitsEnabled = true
  933. constraint.UpperAngle = 0
  934. constraint.LowerAngle = 0
  935. constraint.Parent = character
  936. end
  937. end
  938. if character.Torso:FindFirstChild('Left Hip') then
  939. character.Torso:FindFirstChild('Left Hip'):Destroy()
  940. end
  941. elseif limbname == "Head" or limbname == "Torso" and character:FindFirstChild("Head") and character:FindFirstChild("Torso") and character.Head:FindFirstChild("Neck") == nil then
  942. if character:FindFirstChildOfClass('Humanoid') then
  943. character:FindFirstChildOfClass('Humanoid').Health = 0
  944. end
  945. while character:FindFirstChildOfClass('Humanoid').Health > 0 do wait() end
  946. if character:FindFirstChild('HumanoidRootPart') then
  947. character.HumanoidRootPart:Destroy()
  948. end
  949. game:GetService('Debris'):AddItem(character,10)
  950. for _,child in next,character:GetChildren() do
  951. if child:IsA("Accoutrement") then
  952. for _,part in next,child:GetChildren() do
  953. if part:IsA("BasePart") then
  954. for _,c in pairs(part:GetChildren()) do
  955. if c:IsA('Weld') then c:Destroy() end
  956. end
  957. local attachment1 = part:FindFirstChildOfClass("Attachment")
  958. local attachment0 = getAttachment0(character,attachment1.Name)
  959. if attachment0 and attachment1 then
  960. local constraint = Instance.new("HingeConstraint")
  961. constraint.Attachment0 = attachment0
  962. constraint.Attachment1 = attachment1
  963. constraint.LimitsEnabled = true
  964. constraint.UpperAngle = 0
  965. constraint.LowerAngle = 0
  966. constraint.Parent = character
  967. end
  968. end
  969. end
  970. end
  971. end
  972. for i,v in pairs(character:GetChildren()) do
  973. if v:IsA('MeshPart') or v:IsA('BasePart') then
  974. for _,c in pairs(v:GetChildren()) do
  975. if c.Name == "Collision" then c:Destroy() end
  976. end
  977. end
  978. end
  979. if character.Torso:FindFirstChild('Neck') then
  980. character.Torso.Neck:Destroy()
  981. end
  982. if character:FindFirstChild('Torso') then
  983. local collidepart = Instance.new('Part',character.Torso)
  984. collidepart.Size = character.Torso.Size/1.5
  985. collidepart.CanCollide = true
  986. collidepart.Name = "Collision"
  987. collidepart.Anchored = false
  988. collidepart.Transparency = 1
  989. collidepart.CFrame = character.Torso.CFrame
  990. collidepart:BreakJoints()
  991. local attachment0 = Instance.new('Attachment',character.Torso)
  992. local attachment1 = Instance.new('Attachment',collidepart)
  993. if attachment0 and attachment1 then
  994. local constraint = Instance.new("HingeConstraint")
  995. constraint.Attachment0 = attachment0
  996. constraint.Attachment1 = attachment1
  997. constraint.LimitsEnabled = true
  998. constraint.UpperAngle = 0
  999. constraint.LowerAngle = 0
  1000. constraint.Parent = character
  1001. end
  1002. end
  1003. if character:FindFirstChild('Torso') and character:FindFirstChild('Head') then
  1004. if character.Torso:FindFirstChild('NeckAttachment') == nil then
  1005. local neck = Instance.new('Attachment',character.Torso)
  1006. neck.Name = "NeckAttachment"
  1007. neck.Position = Vector3.new(0, 1, 0)
  1008. end
  1009. ragdollJoint(character,character.Torso, character.Head, "NeckAttachment", "Hinge", {
  1010. {"LimitsEnabled",true};
  1011. {"UpperAngle",50};
  1012. {"LowerAngle",-50};
  1013. })
  1014. end
  1015. if attached ~= false then
  1016. ragdollpart(character, "Right Leg")
  1017. ragdollpart(character, "Left Leg")
  1018. else
  1019. pcall(function()
  1020. local ayybleed = Instance.new('Part',character)
  1021. ayybleed.Size = Vector3.new(character.Torso.Size.X,0.1,character.Torso.Size.Z)
  1022. ayybleed.Transparency = 1
  1023. ayybleed.CanCollide = false
  1024. ayybleed.CFrame = character.Torso.CFrame
  1025. ayybleed:BreakJoints()
  1026. local attachment1 = Instance.new('Attachment',ayybleed)
  1027. attachment1.Position = Vector3.new(0,-character.Torso.Size.Y/2,0)
  1028. attachment1.Orientation = Vector3.new(0, 0, -180)
  1029. local attachment0 = Instance.new('Attachment',character.Torso)
  1030. if attachment0 and attachment1 then
  1031. local constraint = Instance.new("HingeConstraint")
  1032. constraint.Attachment0 = attachment0
  1033. constraint.Attachment1 = attachment1
  1034. constraint.LimitsEnabled = true
  1035. constraint.UpperAngle = 0
  1036. constraint.LowerAngle = 0
  1037. constraint.Parent = character
  1038. end
  1039. local bleedBLEED= coroutine.wrap(function()
  1040. bleed(ayybleed)
  1041. end)
  1042. bleedBLEED()
  1043. end)
  1044. end
  1045. ragdollpart(character, "Right Arm")
  1046. ragdollpart(character, "Left Arm")
  1047. end
  1048. end)
  1049. end
  1050.  
  1051. function getAttachment0(character,attachmentName)
  1052. for _,child in next,character:GetChildren() do
  1053. local attachment = child:FindFirstChild(attachmentName)
  1054. if attachment then
  1055. return attachment
  1056. end
  1057. end
  1058. end
  1059.  
  1060. function ragdollpart(character,partname,attached,heded)
  1061. if heded ~= false then
  1062. local neck = Instance.new('Attachment',character.Head)
  1063. neck.Name = "NeckAttachment"
  1064. neck.Position = Vector3.new(0,-0.5,0)
  1065. else
  1066. local force = Instance.new('BodyForce',character.Head)
  1067. force.Force = Vector3.new(0,500,0)
  1068. game:GetService('Debris'):AddItem(force,0.25)
  1069. pcall(function()
  1070. local asdf = Instance.new('Attachment',character.Head)
  1071. asdf.Position = Vector3.new(0,-character.Head.Size.Y/2,0)
  1072. local last = asdf
  1073. for i=1,14 do
  1074. local bONE = Instance.new('Part',character)
  1075. bONE.BrickColor = BrickColor.new('Institutional white')
  1076. bONE.Size = Vector3.new(0.1,0.1,0.1)
  1077. bONE.CFrame = character.Head.CFrame+(character.Head.CFrame.upVector*-(i/10))
  1078. local lole = Instance.new('Attachment',bONE)
  1079. local hangurself = Instance.new('RopeConstraint',bONE)
  1080. hangurself.Attachment0 = lole
  1081. hangurself.Attachment1 = last
  1082. hangurself.Visible = true
  1083. hangurself.Thickness = 0.05
  1084. hangurself.Color = BrickColor.new('Bright red')
  1085. hangurself.Length = 0.2
  1086. last = lole
  1087. end
  1088. local bleedee = Instance.new('Part',character.Head)
  1089. bleedee.Size = Vector3.new(0.75,0.25,0.75)
  1090. bleedee.CanCollide = false
  1091. bleedee.Color = Frame_2.BackgroundColor3
  1092. bleedee.CFrame = character.Head.CFrame
  1093. local mehs = Instance.new('CylinderMesh',bleedee)
  1094. bleedee:BreakJoints()
  1095. local attachment1 = Instance.new('Attachment',bleedee)
  1096. attachment1.Position = Vector3.new(0,character.Head.Size.Y/2,0)
  1097. attachment1.Orientation = Vector3.new(0,0,180)
  1098. local attachment0 = Instance.new('Attachment',character.Head)
  1099. if attachment0 and attachment1 then
  1100. local constraint = Instance.new("HingeConstraint")
  1101. constraint.Attachment0 = attachment0
  1102. constraint.Attachment1 = attachment1
  1103. constraint.LimitsEnabled = true
  1104. constraint.UpperAngle = 0
  1105. constraint.LowerAngle = 0
  1106. constraint.Parent = character
  1107. end
  1108. spawn(function()
  1109. bleed(bleedee)
  1110. end)
  1111. end)
  1112. local thing = "Torso"
  1113. if character:FindFirstChild(thing) == nil then
  1114. thing = "UpperTorso"
  1115. end
  1116. pcall(function()
  1117. local bleedee = Instance.new('Part',character[thing])
  1118. bleedee.Size = Vector3.new(0.75,0,0.75)
  1119. bleedee.CanCollide = false
  1120. bleedee.Color = Frame_2.BackgroundColor3
  1121. bleedee.CFrame = character[thing].CFrame
  1122. local mehs = Instance.new('CylinderMesh',bleedee)
  1123. bleedee:BreakJoints()
  1124. local attachment1 = Instance.new('Attachment',bleedee)
  1125. attachment1.Position = Vector3.new(0,-character[thing].Size.Y/2,0)
  1126. attachment1.Orientation = Vector3.new(0,0,180)
  1127. local attachment0 = Instance.new('Attachment',character[thing])
  1128. if attachment0 and attachment1 then
  1129. local constraint = Instance.new("HingeConstraint")
  1130. constraint.Attachment0 = attachment0
  1131. constraint.Attachment1 = attachment1
  1132. constraint.LimitsEnabled = true
  1133. constraint.UpperAngle = 0
  1134. constraint.LowerAngle = 0
  1135. constraint.Parent = character
  1136. end
  1137. spawn(function()
  1138. bleed(bleedee)
  1139. end)
  1140. end)
  1141. end
  1142. pcall(function()
  1143. if workspace.PGSPhysicsSolverEnabled == false then
  1144. workspace.PGSPhysicsSolverEnabled = true
  1145. end
  1146. end)
  1147. if partname == "HumanoidRootPart" then
  1148. if character:FindFirstChild('Torso') then
  1149. partname = "Torso"
  1150. else
  1151. partname = "UpperTorso"
  1152. end
  1153. end
  1154. if attached == false then
  1155. if character:FindFirstChild('UpperTorso') then
  1156. pcall(function()
  1157. character.UpperTorso.WaistRigAttachment:Destroy()
  1158. end)
  1159. pcall(function()
  1160. local ayybleed = Instance.new('Part',character)
  1161. ayybleed.Size = Vector3.new(character.UpperTorso.Size.X,0,character.UpperTorso.Size.Z)
  1162. ayybleed.Transparency = 1
  1163. ayybleed.CanCollide = false
  1164. ayybleed.CFrame = character.UpperTorso.CFrame
  1165. ayybleed:BreakJoints()
  1166. ayybleed.Name = "ayybleed"
  1167. local attachment1 = Instance.new('Attachment',ayybleed)
  1168. attachment1.Position = Vector3.new(0,-character.UpperTorso.Size.Y/2,0)
  1169. attachment1.Orientation = Vector3.new(0,0,180)
  1170. local attachment0 = Instance.new('Attachment',character.UpperTorso)
  1171. if attachment0 and attachment1 then
  1172. local constraint = Instance.new("HingeConstraint")
  1173. constraint.Attachment0 = attachment0
  1174. constraint.Attachment1 = attachment1
  1175. constraint.LimitsEnabled = true
  1176. constraint.UpperAngle = 0
  1177. constraint.LowerAngle = 0
  1178. constraint.Parent = character
  1179. end
  1180. local bleedBLEED= coroutine.wrap(function()
  1181. bleed(ayybleed)
  1182. end)
  1183. bleedBLEED()
  1184. end)
  1185. pcall(function()
  1186. local ayybleed = Instance.new('Part',character)
  1187. ayybleed.Size = Vector3.new(character.LowerTorso.Size.X-0.1,0.1,character.LowerTorso.Size.Z-0.1)
  1188. ayybleed.Transparency = 1
  1189. ayybleed.CanCollide = false
  1190. ayybleed.CFrame = character.LowerTorso.CFrame
  1191. ayybleed:BreakJoints()
  1192. ayybleed.Name = "ayybleed"
  1193. local attachment1 = Instance.new('Attachment',ayybleed)
  1194. attachment1.Position = Vector3.new(0,-character.LowerTorso.Size.Y/2,0)
  1195. attachment1.Orientation = Vector3.new(0,0,0)
  1196. local attachment0 = Instance.new('Attachment',character.LowerTorso)
  1197. if attachment0 and attachment1 then
  1198. local constraint = Instance.new("HingeConstraint")
  1199. constraint.Attachment0 = attachment0
  1200. constraint.Attachment1 = attachment1
  1201. constraint.LimitsEnabled = true
  1202. constraint.UpperAngle = 0
  1203. constraint.LowerAngle = 0
  1204. constraint.Parent = character
  1205. end
  1206. local bleedBLEED= coroutine.wrap(function()
  1207. bleed(ayybleed)
  1208. end)
  1209. bleedBLEED()
  1210. end)
  1211. end
  1212. pcall(function()
  1213. local thang = "Torso"
  1214. if character:FindFirstChild('UpperTorso') then
  1215. thang = "UpperTorso"
  1216. end
  1217. local ayybleed = Instance.new('Part',character)
  1218. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1219. ayybleed.Color = Frame_2.BackgroundColor3
  1220. ayybleed.Material = Enum.Material.SmoothPlastic
  1221. ayybleed.Name = "ayybleed"
  1222. ayybleed.CanCollide = false
  1223. ayybleed.Transparency = 0
  1224. ayybleed.CFrame = character[thang].CFrame
  1225. ayybleed:BreakJoints()
  1226. local attachment1 = Instance.new('Attachment',ayybleed)
  1227. attachment1.Position = Vector3.new(0,(character[thang].Size.Y/2)-0.045,0)
  1228. attachment1.Orientation = Vector3.new(0,0,0)
  1229. local attachment0 = Instance.new('Attachment',character[thang])
  1230. if attachment0 and attachment1 then
  1231. local constraint = Instance.new("HingeConstraint")
  1232. constraint.Attachment0 = attachment0
  1233. constraint.Attachment1 = attachment1
  1234. constraint.LimitsEnabled = true
  1235. constraint.UpperAngle = 0
  1236. constraint.LowerAngle = 0
  1237. constraint.Parent = character
  1238. end
  1239. end)
  1240. pcall(function()
  1241. local ree = character.LowerTorso
  1242. local thang = "LowerTorso"
  1243. local ayybleed = Instance.new('Part',character)
  1244. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1245. ayybleed.Color = Frame_2.BackgroundColor3
  1246. ayybleed.Material = Enum.Material.SmoothPlastic
  1247. ayybleed.Name = "ayybleed"
  1248. ayybleed.CanCollide = false
  1249. ayybleed.Transparency = 0
  1250. ayybleed.CFrame = character[thang].CFrame
  1251. ayybleed:BreakJoints()
  1252. local attachment1 = Instance.new('Attachment',ayybleed)
  1253. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  1254. attachment1.Orientation = Vector3.new(0,0,0)
  1255. local attachment0 = Instance.new('Attachment',character[thang])
  1256. if attachment0 and attachment1 then
  1257. local constraint = Instance.new("HingeConstraint")
  1258. constraint.Attachment0 = attachment0
  1259. constraint.Attachment1 = attachment1
  1260. constraint.LimitsEnabled = true
  1261. constraint.UpperAngle = 0
  1262. constraint.LowerAngle = 0
  1263. constraint.Parent = character
  1264. end
  1265. end)
  1266. pcall(function()
  1267. local ree = character["Right Leg"]
  1268. local thang = "Right Leg"
  1269. local ayybleed = Instance.new('Part',character)
  1270. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1271. ayybleed.Color = Frame_2.BackgroundColor3
  1272. ayybleed.Material = Enum.Material.SmoothPlastic
  1273. ayybleed.Name = "ayybleed"
  1274. ayybleed.CanCollide = false
  1275. ayybleed.Transparency = 0
  1276. ayybleed.CFrame = character[thang].CFrame
  1277. ayybleed:BreakJoints()
  1278. local attachment1 = Instance.new('Attachment',ayybleed)
  1279. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  1280. attachment1.Orientation = Vector3.new(0,0,0)
  1281. local attachment0 = Instance.new('Attachment',character[thang])
  1282. if attachment0 and attachment1 then
  1283. local constraint = Instance.new("HingeConstraint")
  1284. constraint.Attachment0 = attachment0
  1285. constraint.Attachment1 = attachment1
  1286. constraint.LimitsEnabled = true
  1287. constraint.UpperAngle = 0
  1288. constraint.LowerAngle = 0
  1289. constraint.Parent = character
  1290. end
  1291. end)
  1292. pcall(function()
  1293. local ree = character["Left Leg"]
  1294. local thang = "Left Leg"
  1295. local ayybleed = Instance.new('Part',character)
  1296. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1297. ayybleed.Color = Frame_2.BackgroundColor3
  1298. ayybleed.Material = Enum.Material.SmoothPlastic
  1299. ayybleed.Name = "ayybleed"
  1300. ayybleed.CanCollide = false
  1301. ayybleed.Transparency = 0
  1302. ayybleed.CFrame = character[thang].CFrame
  1303. ayybleed:BreakJoints()
  1304. local attachment1 = Instance.new('Attachment',ayybleed)
  1305. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  1306. attachment1.Orientation = Vector3.new(0,0,0)
  1307. local attachment0 = Instance.new('Attachment',character[thang])
  1308. if attachment0 and attachment1 then
  1309. local constraint = Instance.new("HingeConstraint")
  1310. constraint.Attachment0 = attachment0
  1311. constraint.Attachment1 = attachment1
  1312. constraint.LimitsEnabled = true
  1313. constraint.UpperAngle = 0
  1314. constraint.LowerAngle = 0
  1315. constraint.Parent = character
  1316. end
  1317. end)
  1318. partname="Head"
  1319. end
  1320. if partname == "RightHand" or partname == "RightLowerArm" or partname == "RightUpperArm" then
  1321. if character:FindFirstChild('RightLowerArm') and character:FindFirstChild('RightHand') then
  1322. ragdollJoint(character,character.RightLowerArm, character.RightHand, "RightWrist", "Hinge", handProperties)
  1323. end
  1324. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('RightUpperArm') then
  1325. ragdollJoint(character, character.UpperTorso, character["RightUpperArm"], "RightShoulder", "BallSocket")
  1326. end
  1327. if character:FindFirstChild('RightUpperArm') and character:FindFirstChild('RightLowerArm') then
  1328. ragdollJoint(character, character.RightUpperArm, character.RightLowerArm, "RightElbow", "BallSocket")
  1329. end
  1330. elseif partname == "LeftHand" or partname == "LeftLowerArm" or partname == "LeftUpperArm" then
  1331. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftHand') then
  1332. ragdollJoint(character,character.LeftLowerArm, character.LeftHand, "LeftWrist", "Hinge", handProperties)
  1333. end
  1334. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LeftUpperArm') then
  1335. ragdollJoint(character, character.UpperTorso, character["LeftUpperArm"], "LeftShoulder", "BallSocket")
  1336. end
  1337. if character:FindFirstChild('LeftUpperArm') and character:FindFirstChild('LeftLowerArm') then
  1338. ragdollJoint(character, character.LeftUpperArm, character.LeftLowerArm, "LeftElbow", "BallSocket")
  1339. end
  1340. elseif partname == "RightFoot" or partname == "RightUpperLeg" or partname == "RightLowerLeg" then
  1341. stun(character)
  1342. if character:FindFirstChild('RightUpperLeg') and character:FindFirstChild('RightLowerLeg') then
  1343. ragdollJoint(character,character.RightUpperLeg, character.RightLowerLeg, "RightKnee", "Hinge", shinProperties)
  1344. end
  1345. if character:FindFirstChild('RightLowerLeg') and character:FindFirstChild('RightFoot') then
  1346. ragdollJoint(character,character.RightLowerLeg, character.RightFoot, "RightAnkle", "Hinge", footProperties)
  1347. end
  1348. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('RightUpperLeg') then
  1349. ragdollJoint(character,character.LowerTorso, character.RightUpperLeg, "RightHip", "BallSocket")
  1350. end
  1351. elseif partname == "LeftFoot" or partname == "LeftUpperLeg" or partname == "LeftLowerLeg" then
  1352. stun(character)
  1353. if character:FindFirstChild('LeftUpperLeg') and character:FindFirstChild('LeftLowerLeg') then
  1354. ragdollJoint(character,character.LeftUpperLeg, character.LeftLowerLeg, "LeftKnee", "Hinge", shinProperties)
  1355. end
  1356. if character:FindFirstChild('LeftLowerLeg') and character:FindFirstChild('LeftFoot') then
  1357. ragdollJoint(character,character.LeftLowerLeg, character.LeftFoot, "LeftAnkle", "Hinge", footProperties)
  1358. end
  1359. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('LeftUpperLeg') then
  1360. ragdollJoint(character,character.LowerTorso, character.LeftUpperLeg, "LeftHip", "BallSocket")
  1361. end
  1362. elseif partname == "Head" or partname == "UpperTorso" or partname == "LowerTorso" then
  1363. if character:FindFirstChildOfClass('Humanoid') and character:FindFirstChildOfClass('Humanoid').RigType == Enum.HumanoidRigType.R15 then
  1364. if character:FindFirstChildOfClass('Humanoid') then
  1365. character:FindFirstChildOfClass('Humanoid').Health = 0
  1366. end
  1367. if character:FindFirstChild('HumanoidRootPart') then
  1368. character.HumanoidRootPart:Destroy()
  1369. end
  1370. while character:FindFirstChildOfClass('Humanoid').Health > 0 do wait() end
  1371. game:GetService('Debris'):AddItem(character,10)
  1372. for _,child in next,character:GetChildren() do
  1373. if child:IsA("Accoutrement") then
  1374. for _,part in next,child:GetChildren() do
  1375. if part:IsA("BasePart") then
  1376. for _,c in pairs(part:GetChildren()) do
  1377. if c:IsA('Weld') then c:Destroy() end
  1378. end
  1379. local attachment1 = part:FindFirstChildOfClass("Attachment")
  1380. local attachment0 = getAttachment0(character,attachment1.Name)
  1381. if attachment0 and attachment1 then
  1382. local constraint = Instance.new("HingeConstraint")
  1383. constraint.Attachment0 = attachment0
  1384. constraint.Attachment1 = attachment1
  1385. constraint.LimitsEnabled = true
  1386. constraint.UpperAngle = 0
  1387. constraint.LowerAngle = 0
  1388. constraint.Parent = character
  1389. end
  1390. end
  1391. end
  1392. end
  1393. end
  1394. for i,v in pairs(character:GetChildren()) do
  1395. if v:IsA('MeshPart') or v:IsA('BasePart') then
  1396. for _,c in pairs(v:GetChildren()) do
  1397. if c.Name == "Collision" then c:Destroy() end
  1398. end
  1399. end
  1400. end
  1401. if heded == false then
  1402. pcall(function()
  1403. local asdf = Instance.new('Attachment',character.Head)
  1404. asdf.Position = Vector3.new(0,-character.Head.Size.Y/2,0)
  1405. local last = asdf
  1406. character.Head.Neck:Destroy()
  1407. character.Head.NeckRigAttachment:Destroy()
  1408. character.UpperTorso:FindFirstChild('NeckAttachment'):Destroy()
  1409. end)
  1410. end
  1411. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LowerTorso') then
  1412. ragdollJoint(character,character.LowerTorso, character.UpperTorso, "Waist", "BallSocket", {
  1413. {"LimitsEnabled",true};
  1414. {"UpperAngle",5};
  1415. {"Radius",5};
  1416. })
  1417. end
  1418. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('Head') then
  1419. ragdollJoint(character,character.UpperTorso, character.Head, "Neck", "Hinge", {
  1420. {"LimitsEnabled",true};
  1421. {"UpperAngle",50};
  1422. {"LowerAngle",-50};
  1423. })
  1424. end
  1425.  
  1426. local handProperties = {
  1427. {"LimitsEnabled", true};
  1428. {"UpperAngle",0};
  1429. {"LowerAngle",0};
  1430. }
  1431. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftHand') then
  1432. ragdollJoint(character,character.LeftLowerArm, character.LeftHand, "LeftWrist", "Hinge", handProperties)
  1433. end
  1434. if character:FindFirstChild('RightLowerArm') and character:FindFirstChild('RightHand') then
  1435. ragdollJoint(character,character.RightLowerArm, character.RightHand, "RightWrist", "Hinge", handProperties)
  1436. end
  1437.  
  1438. local shinProperties = {
  1439. {"LimitsEnabled", true};
  1440. {"UpperAngle", 0};
  1441. {"LowerAngle", -75};
  1442. }
  1443. if character:FindFirstChild('LeftUpperLeg') and character:FindFirstChild('LeftLowerLeg') then
  1444. ragdollJoint(character,character.LeftUpperLeg, character.LeftLowerLeg, "LeftKnee", "Hinge", shinProperties)
  1445. end
  1446. if character:FindFirstChild('RightUpperLeg') and character:FindFirstChild('RightLowerLeg') then
  1447. ragdollJoint(character,character.RightUpperLeg, character.RightLowerLeg, "RightKnee", "Hinge", shinProperties)
  1448. end
  1449.  
  1450. local footProperties = {
  1451. {"LimitsEnabled", true};
  1452. {"UpperAngle", 15};
  1453. {"LowerAngle", -45};
  1454. }
  1455. if character:FindFirstChild('LeftLowerLeg') and character:FindFirstChild('LeftFoot') then
  1456. ragdollJoint(character,character.LeftLowerLeg, character.LeftFoot, "LeftAnkle", "Hinge", footProperties)
  1457. end
  1458. if character:FindFirstChild('RightLowerLeg') and character:FindFirstChild('RightFoot') then
  1459. ragdollJoint(character,character.RightLowerLeg, character.RightFoot, "RightAnkle", "Hinge", footProperties)
  1460. end
  1461. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LeftUpperArm') then
  1462. ragdollJoint(character,character.UpperTorso, character.LeftUpperArm, "LeftShoulder", "BallSocket")
  1463. end
  1464. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftUpperArm') then
  1465. ragdollJoint(character,character.LeftUpperArm, character.LeftLowerArm, "LeftElbow", "BallSocket")
  1466. end
  1467. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('RightUpperArm') then
  1468. ragdollJoint(character,character.UpperTorso, character.RightUpperArm, "RightShoulder", "BallSocket")
  1469. end
  1470. if character:FindFirstChild('RightUpperArm') and character:FindFirstChild('RightLowerArm') then
  1471. ragdollJoint(character,character.RightUpperArm, character.RightLowerArm, "RightElbow", "BallSocket")
  1472. end
  1473. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('LeftUpperLeg') then
  1474. ragdollJoint(character,character.LowerTorso, character.LeftUpperLeg, "LeftHip", "BallSocket")
  1475. end
  1476. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('RightUpperLeg') then
  1477. ragdollJoint(character,character.LowerTorso, character.RightUpperLeg, "RightHip", "BallSocket")
  1478. end
  1479. if character:FindFirstChild('HumanoidRootPart') then
  1480. character.HumanoidRootPart:Destroy()
  1481. end
  1482. else
  1483. R6ragdollJoint(character,partname,attached,heded)
  1484. end
  1485. else
  1486. R6ragdollJoint(character,partname,attached,heded)
  1487. end
  1488. end
  1489.  
  1490. function grow(weld,part,endsize,endpos,amntime)
  1491. local start = weld.C1
  1492. local parent = weld.Parent
  1493. local startsize = part.Size
  1494. local particl = Instance.new("ParticleEmitter")
  1495. particl.LightEmission = 3
  1496. particl.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(42, 0, 255)), ColorSequenceKeypoint.new(0.1, Color3.fromRGB(248, 153, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 0))})
  1497. particl.LightInfluence = 0.75
  1498. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  1499. particl.Lifetime = NumberRange.new(0.1, 1)
  1500. particl.Rate = 50
  1501. particl.RotSpeed = NumberRange.new(300, 300)
  1502. particl.Speed = NumberRange.new(0, 1)
  1503. particl.SpreadAngle = Vector2.new(90, 90)
  1504. particl.Parent = part
  1505. for i=1,amntime*100 do
  1506. weld.C1 = start:lerp(endpos,i/(amntime*100))
  1507. part.Size = startsize:lerp(endsize,i/(amntime*100))
  1508. weld.Parent = parent
  1509. wait(0.01)
  1510. end
  1511. particl.Enabled = false
  1512. end
  1513. function lerp(weld,startpos,endpos,amntime,longatend)
  1514. local waited = 0
  1515. for i=1,amntime*100 do
  1516. if longatend == true then
  1517. startpos = weld.C0
  1518. end
  1519. weld.C0 = startpos:lerp(endpos,i/(amntime*100))
  1520. wait(0.01)
  1521. waited=waited+0.01
  1522. end
  1523. end
  1524.  
  1525. function spawned()
  1526. local usable = true
  1527. local working = false
  1528. local mode = "kill"
  1529. local equipped = false
  1530. local char = player.Character
  1531. local blademode = "handle"
  1532. local swinging = false
  1533. local gettingeem = false
  1534. local MOAN = false
  1535. local sounding = false
  1536. local SLESH = false
  1537. local goteem = nil
  1538. local grabbing = false
  1539. local grabbed = nil
  1540. local grabweld = nil
  1541. local aidsificating = nil
  1542. player.CharacterAdded:connect(function()
  1543. if usable then
  1544. usable = false
  1545. end
  1546. end)
  1547. if char == nil then return end
  1548. while char:FindFirstChildOfClass('Humanoid') == nil or char:FindFirstChild('Head') == nil do wait() end
  1549. local badass = Instance.new('Sound',char.Head)
  1550. badass.Name = 'Badass'
  1551. badass.EmitterSize = player.CameraMaxZoomDistance+1
  1552. badass.MaxDistance = player.CameraMaxZoomDistance+1
  1553. badass.Volume = 10
  1554. badass.Looped=true
  1555. badass.SoundId = 'rbxassetid://428902535'
  1556. local handle = Instance.new("Part", char)
  1557. handle.BrickColor = BrickColor.new("Really black")
  1558. handle.Material = "Metal"
  1559. handle.CanCollide = false
  1560. handle.Anchored = false
  1561. handle.Shape = "Cylinder"
  1562. handle.Size = Vector3.new(1.1, 0.3, 0.3)
  1563. handle.BackSurface = "SmoothNoOutlines"
  1564. handle.BottomSurface = "SmoothNoOutlines"
  1565. handle.FrontSurface = "SmoothNoOutlines"
  1566. handle.LeftSurface = "SmoothNoOutlines"
  1567. handle.RightSurface = "SmoothNoOutlines"
  1568. handle.TopSurface = "SmoothNoOutlines"
  1569. handle.Name = "handle"
  1570.  
  1571. local hweld = Instance.new("Weld", char.Torso)
  1572. hweld.Part0 = char.Torso
  1573. hweld.Part1 = handle
  1574. hweld.C0 = CFrame.new(1, -0.8, 0) * CFrame.Angles(0, math.rad(90), 0)
  1575.  
  1576. local rdd = false
  1577. function oogabooga()
  1578. if rdd == false then
  1579. rdd = true
  1580. pcall(function()
  1581. ragdollpart(char,"Right Arm")
  1582. ragdollpart(char,"Right Leg")
  1583. ragdollpart(char,"Left Arm")
  1584. ragdollpart(char,"Left Leg")
  1585. end)
  1586. pcall(function()
  1587. ragdollpart(char,"RightUpperArm")
  1588. ragdollpart(char,"RightUpperLeg")
  1589. ragdollpart(char,"LeftUpperArm")
  1590. ragdollpart(char,"LeftUpperLeg")
  1591. end)
  1592. unstun(char)
  1593. for i,v in pairs(char:GetChildren()) do
  1594. v.ChildAdded:connect(function(child)
  1595. if rdd == true then
  1596. if child.Name ~= "Neck" and child.Name ~= "RootJoint" and child.Name ~= "Root" and (child:IsA('Motor6D') or child:IsA('Weld')) then
  1597. if child ~= grabweld then
  1598. spawn(function()
  1599. wait()
  1600. child:Destroy()
  1601. end)
  1602. end
  1603. end
  1604. end
  1605. end)
  1606. if string.find(string.lower(v.Name),'leg') then
  1607. if v:FindFirstChild('Collision') then
  1608. v:FindFirstChild('Collision'):Destroy()
  1609. end
  1610. end
  1611. end
  1612. else
  1613. rdd = false
  1614. for i,v in pairs(char:GetChildren()) do
  1615. if v:IsA('HingeConstraint') or v:IsA('BallSocketConstraint') then
  1616. v:Destroy()
  1617. elseif v:IsA('BasePart') then
  1618. if v:FindFirstChild('Collision') then
  1619. v.Collision:Destroy()
  1620. end
  1621. for a,c in pairs(v:GetChildren()) do
  1622. if string.find(string.lower(c.Name),"ragdoll") then
  1623. c:Destroy()
  1624. end
  1625. end
  1626. end
  1627. end
  1628. pcall(function()
  1629. local ra = rightclone:Clone()
  1630. ra.Parent = char.Torso
  1631. ra.Part0 = char.Torso
  1632. ra.Part1 = char["Right Arm"]
  1633. end)
  1634. pcall(function()
  1635. local la = leftclone:Clone()
  1636. la.Parent = char.Torso
  1637. la.Part0 = char.Torso
  1638. la.Part1 = char["Left Arm"]
  1639. end)
  1640. pcall(function()
  1641. local ll = leftlegclone:Clone()
  1642. ll.Parent = char.Torso
  1643. ll.Part0 = char.Torso
  1644. ll.Part1 = char["Left Leg"]
  1645. end)
  1646. pcall(function()
  1647. local rl = rightlegclone:Clone()
  1648. rl.Parent = char.Torso
  1649. rl.Part0 = char.Torso
  1650. rl.Part1 = char["Right Leg"]
  1651. end)
  1652. end
  1653. end
  1654. function getrid()
  1655. if grabbed then
  1656. release()
  1657. end
  1658. blademode = "handle"
  1659. for _,ree in pairs(handle:GetChildren()) do
  1660. if ree:IsA('BasePart') then
  1661. local part = Instance.new('Part',workspace)
  1662. part.CFrame = ree.CFrame
  1663. part.Anchored = true
  1664. part.CanCollide = false
  1665. part.Size = ree.Size
  1666. part.Transparency = 1
  1667. ree:Destroy()
  1668. local pe2 = Instance.new("ParticleEmitter")
  1669. pe2.Acceleration = Vector3.new(0, 1, 0)
  1670. pe2.Lifetime = NumberRange.new(0.1, 0.2)
  1671. pe2.Speed = NumberRange.new(0.5)
  1672. pe2.Rate = 20000
  1673. pe2.RotSpeed = NumberRange.new(-30, 30)
  1674. pe2.Rotation = NumberRange.new(0, 360)
  1675. pe2.Size = NumberSequence.new({
  1676. NumberSequenceKeypoint.new(0, part.Size.X*2, 0),
  1677. NumberSequenceKeypoint.new(1, part.Size.X*2, 0),
  1678. })
  1679. pe2.Texture = "rbxassetid://244221440"
  1680. pe2.Transparency = NumberSequence.new({
  1681. NumberSequenceKeypoint.new(0, 0.9, 0),
  1682. NumberSequenceKeypoint.new(1, 0.9, 0)
  1683. })
  1684. pe2.ZOffset = 5
  1685. pe2.VelocitySpread = 360
  1686. pe2.Parent = part
  1687. pe2.Enabled = true
  1688. local coru=coroutine.wrap(function()
  1689. wait(0.2)
  1690. pe2.Enabled = false
  1691. game:GetService('Debris'):AddItem(part,0.5)
  1692. end)
  1693. coru()
  1694. else
  1695. ree:Remove()
  1696. end
  1697. end
  1698. end
  1699.  
  1700. function equip()
  1701. equipped = true
  1702. working = true
  1703. if char.Torso:FindFirstChild("Right Shoulder") then
  1704. char.Torso:FindFirstChild("Right Shoulder"):Destroy()
  1705. end
  1706. local weld = Instance.new('Weld', char.Torso)
  1707. weld.Name = "Lerping"
  1708. weld.Part0 = char["Right Arm"]
  1709. weld.Part1 = char.Torso
  1710. weld.C0 = CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0)
  1711.  
  1712. lerp(weld,weld.C0,CFrame.new(-1.3, -0.5, 0) * CFrame.Angles(0, 0, math.rad(15)),0.12,true)
  1713.  
  1714. wait(0.1)
  1715.  
  1716. hweld.Part0 = char["Right Arm"]
  1717. hweld.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0)
  1718.  
  1719. lerp(weld,weld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  1720.  
  1721. weld:Destroy()
  1722. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  1723. local clone = rightclone:Clone()
  1724. clone.Part0 = char.Torso
  1725. clone.Part1 = char["Right Arm"]
  1726. clone.Parent = char.Torso
  1727. end
  1728. working = false
  1729. end
  1730.  
  1731. function unequip()
  1732. getrid(handle)
  1733. equipped = false
  1734. working = true
  1735.  
  1736. if char.Torso:FindFirstChild("Right Shoulder") then
  1737. char.Torso:FindFirstChild("Right Shoulder"):Destroy()
  1738. end
  1739.  
  1740. local weld = Instance.new('Weld', char.Torso)
  1741. weld.Name = "Lerping"
  1742. weld.Part0 = char["Right Arm"]
  1743. weld.Part1 = char.Torso
  1744. weld.C0 = CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0)
  1745.  
  1746.  
  1747. lerp(weld,weld.C0,CFrame.new(-1.3, -0.5, 0) * CFrame.Angles(0, 0, math.rad(15)),0.12,true)
  1748.  
  1749. hweld.Part0 = char["Torso"]
  1750. hweld.C0 = CFrame.new(1, -0.8, 0) * CFrame.Angles(0, math.rad(90), 0)
  1751. lerp(weld,weld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08,true)
  1752. weld:Destroy()
  1753. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  1754. local clone = rightclone:Clone()
  1755. clone.Part0 = char.Torso
  1756. clone.Part1 = char["Right Arm"]
  1757. clone.Parent = char.Torso
  1758. end
  1759. working = false
  1760. end
  1761.  
  1762. function dildo()
  1763. blademode = "dildo"
  1764. working = true
  1765. -- 1 - pink toy
  1766. local obj1 = Instance.new("Model")
  1767. obj1.Name = "pink toy"
  1768. obj1.Parent = handle
  1769.  
  1770. -- 2 - Model
  1771. local obj2 = Instance.new("Model")
  1772. obj2.Parent = obj1
  1773.  
  1774. -- 3 - Part
  1775. local obj3 = Instance.new("Part")
  1776. obj3.CFrame = CFrame.new(Vector3.new(66.8643951, 3.86435986, 7.14990711)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1777. obj3.CanCollide = false
  1778. obj3.TopSurface = Enum.SurfaceType.Smooth
  1779. obj3.BottomSurface = Enum.SurfaceType.Smooth
  1780. obj3.Material = Enum.Material.SmoothPlastic
  1781. obj3.Size = Vector3.new(1.00000024, 1.00000024, 1.00000024)
  1782. obj3.BrickColor = BrickColor.new("Hot pink")
  1783. obj3.Friction = 0.30000001192093
  1784. obj3.Shape = Enum.PartType.Ball
  1785. obj3.Parent = obj2
  1786. obj3.Name = "tip"
  1787.  
  1788. -- 4 - Part
  1789. local obj4 = Instance.new("Part")
  1790. obj4.CFrame = CFrame.new(Vector3.new(67.8275909, 2.08898449, 7.50048351)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.0471986532211)
  1791. obj4.CanCollide = false
  1792. obj4.TopSurface = Enum.SurfaceType.Smooth
  1793. obj4.BottomSurface = Enum.SurfaceType.Smooth
  1794. obj4.Material = Enum.Material.SmoothPlastic
  1795. obj4.Size = Vector3.new(4.09999943, 1, 1)
  1796. obj4.BrickColor = BrickColor.new("Hot pink")
  1797. obj4.Friction = 0.30000001192093
  1798. obj4.Shape = Enum.PartType.Cylinder
  1799. obj4.Parent = obj2
  1800.  
  1801. -- 5 - Part
  1802. local obj5 = Instance.new("Part")
  1803. obj5.CFrame = CFrame.new(Vector3.new(66.7104797, 3.86435843, 7.57276678)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1804. obj5.CanCollide = false
  1805. obj5.TopSurface = Enum.SurfaceType.Smooth
  1806. obj5.BottomSurface = Enum.SurfaceType.Smooth
  1807. obj5.Material = Enum.Material.SmoothPlastic
  1808. obj5.Size = Vector3.new(0.25, 0.25, 0.25)
  1809. obj5.BrickColor = BrickColor.new("Hot pink")
  1810. obj5.Friction = 0.30000001192093
  1811. obj5.Shape = Enum.PartType.Ball
  1812. obj5.Parent = obj2
  1813.  
  1814. -- 6 - Part
  1815. local obj6 = Instance.new("Part")
  1816. obj6.CFrame = CFrame.new(Vector3.new(68.6905365, 0.83212769, 8.29345417)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.7925276756287)
  1817. obj6.CanCollide = false
  1818. obj6.TopSurface = Enum.SurfaceType.Smooth
  1819. obj6.BottomSurface = Enum.SurfaceType.Smooth
  1820. obj6.Material = Enum.Material.SmoothPlastic
  1821. obj6.Size = Vector3.new(0.999999762, 0.999999762, 0.999999762)
  1822. obj6.BrickColor = BrickColor.new("Hot pink")
  1823. obj6.Friction = 0.30000001192093
  1824. obj6.Shape = Enum.PartType.Ball
  1825. obj6.Parent = obj2
  1826.  
  1827. -- 7 - Part
  1828. local obj7 = Instance.new("Part")
  1829. obj7.CFrame = CFrame.new(Vector3.new(67.0182953, 3.86435866, 6.72704411)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1830. obj7.CanCollide = false
  1831. obj7.TopSurface = Enum.SurfaceType.Smooth
  1832. obj7.BottomSurface = Enum.SurfaceType.Smooth
  1833. obj7.Material = Enum.Material.SmoothPlastic
  1834. obj7.Size = Vector3.new(0.25, 0.25, 0.25)
  1835. obj7.BrickColor = BrickColor.new("Hot pink")
  1836. obj7.Friction = 0.30000001192093
  1837. obj7.Shape = Enum.PartType.Ball
  1838. obj7.Parent = obj2
  1839.  
  1840. -- 8 - Part
  1841. local obj8 = Instance.new("Part")
  1842. obj8.CFrame = CFrame.new(Vector3.new(68.9983597, 0.832128167, 7.44772816)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.7925276756287)
  1843. obj8.CanCollide = false
  1844. obj8.TopSurface = Enum.SurfaceType.Smooth
  1845. obj8.BottomSurface = Enum.SurfaceType.Smooth
  1846. obj8.Material = Enum.Material.SmoothPlastic
  1847. obj8.Size = Vector3.new(0.999999762, 0.999999762, 0.999999762)
  1848. obj8.BrickColor = BrickColor.new("Hot pink")
  1849. obj8.Friction = 0.30000001192093
  1850. obj8.Shape = Enum.PartType.Ball
  1851. obj8.Parent = obj2
  1852. local fiREPART = obj8
  1853.  
  1854. -- 9 - Part
  1855. local obj9 = Instance.new("Part")
  1856. obj9.CFrame = CFrame.new(Vector3.new(68.8566208, 0.357954353, 7.87501621)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.2217314243317)
  1857. obj9.CanCollide = false
  1858. obj9.TopSurface = Enum.SurfaceType.Smooth
  1859. obj9.BottomSurface = Enum.SurfaceType.Smooth
  1860. obj9.Material = Enum.Material.SmoothPlastic
  1861. obj9.Size = Vector3.new(0.0999999791, 1.50000036, 2)
  1862. obj9.BrickColor = BrickColor.new("Hot pink")
  1863. obj9.Friction = 0.30000001192093
  1864. obj9.Shape = Enum.PartType.Cylinder
  1865. obj9.Parent = obj2
  1866.  
  1867. -- 10 - Part
  1868. local obj10 = Instance.new("Part")
  1869. obj10.CFrame = CFrame.new(Vector3.new(66.8069, 3.58244801, 7.60786104)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1870. obj10.CanCollide = false
  1871. obj10.TopSurface = Enum.SurfaceType.Smooth
  1872. obj10.BottomSurface = Enum.SurfaceType.Smooth
  1873. obj10.Material = Enum.Material.SmoothPlastic
  1874. obj10.Size = Vector3.new(0.25, 0.25, 0.25)
  1875. obj10.BrickColor = BrickColor.new("Hot pink")
  1876. obj10.Friction = 0.30000001192093
  1877. obj10.Shape = Enum.PartType.Ball
  1878. obj10.Parent = obj2
  1879.  
  1880. -- 11 - Part
  1881. local obj11 = Instance.new("Part")
  1882. obj11.CFrame = CFrame.new(Vector3.new(67.196106, 3.632447, 6.79175806)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1883. obj11.CanCollide = false
  1884. obj11.TopSurface = Enum.SurfaceType.Smooth
  1885. obj11.BottomSurface = Enum.SurfaceType.Smooth
  1886. obj11.Material = Enum.Material.SmoothPlastic
  1887. obj11.Size = Vector3.new(0.25, 0.25, 0.25)
  1888. obj11.BrickColor = BrickColor.new("Hot pink")
  1889. obj11.Friction = 0.30000001192093
  1890. obj11.Shape = Enum.PartType.Ball
  1891. obj11.Parent = obj2
  1892.  
  1893. -- 12 - Part
  1894. local obj12 = Instance.new("Part")
  1895. obj12.CFrame = CFrame.new(Vector3.new(67.0756683, 3.77002549, 7.63403416)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1896. obj12.CanCollide = false
  1897. obj12.TopSurface = Enum.SurfaceType.Smooth
  1898. obj12.BottomSurface = Enum.SurfaceType.Smooth
  1899. obj12.Material = Enum.Material.SmoothPlastic
  1900. obj12.Size = Vector3.new(0.25, 0.25, 0.25)
  1901. obj12.BrickColor = BrickColor.new("Hot pink")
  1902. obj12.Friction = 0.30000001192093
  1903. obj12.Shape = Enum.PartType.Ball
  1904. obj12.Parent = obj2
  1905.  
  1906. -- 13 - Part
  1907. local obj13 = Instance.new("Part")
  1908. obj13.CFrame = CFrame.new(Vector3.new(67.4108353, 3.27276325, 6.88037825)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  1909. obj13.CanCollide = false
  1910. obj13.TopSurface = Enum.SurfaceType.Smooth
  1911. obj13.BottomSurface = Enum.SurfaceType.Smooth
  1912. obj13.Material = Enum.Material.SmoothPlastic
  1913. obj13.Size = Vector3.new(0.25, 0.25, 0.25)
  1914. obj13.BrickColor = BrickColor.new("Hot pink")
  1915. obj13.Friction = 0.30000001192093
  1916. obj13.Shape = Enum.PartType.Ball
  1917. obj13.Parent = obj2
  1918.  
  1919. -- 14 - Part
  1920. local obj14 = Instance.new("Part")
  1921. obj14.CFrame = CFrame.new(Vector3.new(66.868927, 3.43238807, 6.82578087)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1922. obj14.CanCollide = false
  1923. obj14.TopSurface = Enum.SurfaceType.Smooth
  1924. obj14.BottomSurface = Enum.SurfaceType.Smooth
  1925. obj14.Material = Enum.Material.SmoothPlastic
  1926. obj14.Size = Vector3.new(0.25, 0.25, 0.25)
  1927. obj14.BrickColor = BrickColor.new("Hot pink")
  1928. obj14.Friction = 0.30000001192093
  1929. obj14.Shape = Enum.PartType.Ball
  1930. obj14.Parent = obj2
  1931.  
  1932. -- 15 - Part
  1933. local obj15 = Instance.new("Part")
  1934. obj15.CFrame = CFrame.new(Vector3.new(67.1951675, 3.383008, 7.69050598)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  1935. obj15.CanCollide = false
  1936. obj15.TopSurface = Enum.SurfaceType.Smooth
  1937. obj15.BottomSurface = Enum.SurfaceType.Smooth
  1938. obj15.Material = Enum.Material.SmoothPlastic
  1939. obj15.Size = Vector3.new(0.25, 0.25, 0.25)
  1940. obj15.BrickColor = BrickColor.new("Hot pink")
  1941. obj15.Friction = 0.30000001192093
  1942. obj15.Shape = Enum.PartType.Ball
  1943. obj15.Parent = obj2
  1944.  
  1945. -- 16 - Part
  1946. local obj16 = Instance.new("Part")
  1947. obj16.CFrame = CFrame.new(Vector3.new(67.50383, 3.46245813, 7.48069429)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  1948. obj16.CanCollide = false
  1949. obj16.TopSurface = Enum.SurfaceType.Smooth
  1950. obj16.BottomSurface = Enum.SurfaceType.Smooth
  1951. obj16.Material = Enum.Material.SmoothPlastic
  1952. obj16.Size = Vector3.new(0.25, 0.25, 0.25)
  1953. obj16.BrickColor = BrickColor.new("Hot pink")
  1954. obj16.Friction = 0.30000001192093
  1955. obj16.Shape = Enum.PartType.Ball
  1956. obj16.Parent = obj2
  1957.  
  1958. -- 17 - Part
  1959. local obj17 = Instance.new("Part")
  1960. obj17.CFrame = CFrame.new(Vector3.new(66.5551376, 3.4628334, 7.33871651)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1961. obj17.CanCollide = false
  1962. obj17.TopSurface = Enum.SurfaceType.Smooth
  1963. obj17.BottomSurface = Enum.SurfaceType.Smooth
  1964. obj17.Material = Enum.Material.SmoothPlastic
  1965. obj17.Size = Vector3.new(0.25, 0.25, 0.25)
  1966. obj17.BrickColor = BrickColor.new("Hot pink")
  1967. obj17.Friction = 0.30000001192093
  1968. obj17.Shape = Enum.PartType.Ball
  1969. obj17.Parent = obj2
  1970.  
  1971. -- 18 - Part
  1972. local obj18 = Instance.new("Part")
  1973. obj18.CFrame = CFrame.new(Vector3.new(67.3677139, 3.83245182, 7.3331027)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1974. obj18.CanCollide = false
  1975. obj18.TopSurface = Enum.SurfaceType.Smooth
  1976. obj18.BottomSurface = Enum.SurfaceType.Smooth
  1977. obj18.Material = Enum.Material.SmoothPlastic
  1978. obj18.Size = Vector3.new(0.25, 0.25, 0.25)
  1979. obj18.BrickColor = BrickColor.new("Hot pink")
  1980. obj18.Friction = 0.30000001192093
  1981. obj18.Shape = Enum.PartType.Ball
  1982. obj18.Parent = obj2
  1983.  
  1984. -- 19 - Part
  1985. local obj19 = Instance.new("Part")
  1986. obj19.CFrame = CFrame.new(Vector3.new(67.4115601, 3.71535063, 7.01420689)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1987. obj19.CanCollide = false
  1988. obj19.TopSurface = Enum.SurfaceType.Smooth
  1989. obj19.BottomSurface = Enum.SurfaceType.Smooth
  1990. obj19.Material = Enum.Material.SmoothPlastic
  1991. obj19.Size = Vector3.new(0.25, 0.25, 0.25)
  1992. obj19.BrickColor = BrickColor.new("Hot pink")
  1993. obj19.Friction = 0.30000001192093
  1994. obj19.Shape = Enum.PartType.Ball
  1995. obj19.Parent = obj2
  1996.  
  1997. -- 20 - Part
  1998. local obj20 = Instance.new("Part")
  1999. obj20.CFrame = CFrame.new(Vector3.new(67.6487045, 3.39313889, 7.19381428)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2000. obj20.CanCollide = false
  2001. obj20.TopSurface = Enum.SurfaceType.Smooth
  2002. obj20.BottomSurface = Enum.SurfaceType.Smooth
  2003. obj20.Material = Enum.Material.SmoothPlastic
  2004. obj20.Size = Vector3.new(0.25, 0.25, 0.25)
  2005. obj20.BrickColor = BrickColor.new("Hot pink")
  2006. obj20.Friction = 0.30000001192093
  2007. obj20.Shape = Enum.PartType.Ball
  2008. obj20.Parent = obj2
  2009.  
  2010. -- 21 - Part
  2011. local obj21 = Instance.new("Part")
  2012. obj21.CFrame = CFrame.new(Vector3.new(66.8260422, 4.12417316, 6.81669378)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2013. obj21.CanCollide = false
  2014. obj21.TopSurface = Enum.SurfaceType.Smooth
  2015. obj21.BottomSurface = Enum.SurfaceType.Smooth
  2016. obj21.Material = Enum.Material.SmoothPlastic
  2017. obj21.Size = Vector3.new(0.25, 0.25, 0.25)
  2018. obj21.BrickColor = BrickColor.new("Hot pink")
  2019. obj21.Friction = 0.30000001192093
  2020. obj21.Shape = Enum.PartType.Ball
  2021. obj21.Parent = obj2
  2022.  
  2023. -- 22 - Part
  2024. local obj22 = Instance.new("Part")
  2025. obj22.CFrame = CFrame.new(Vector3.new(67.162117, 3.11433029, 6.8847661)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2026. obj22.CanCollide = false
  2027. obj22.TopSurface = Enum.SurfaceType.Smooth
  2028. obj22.BottomSurface = Enum.SurfaceType.Smooth
  2029. obj22.Material = Enum.Material.SmoothPlastic
  2030. obj22.Size = Vector3.new(0.25, 0.25, 0.25)
  2031. obj22.BrickColor = BrickColor.new("Hot pink")
  2032. obj22.Friction = 0.30000001192093
  2033. obj22.Shape = Enum.PartType.Ball
  2034. obj22.Parent = obj2
  2035.  
  2036. -- 23 - Part
  2037. local obj23 = Instance.new("Part")
  2038. obj23.CFrame = CFrame.new(Vector3.new(66.4981842, 3.63936186, 7.01661682)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2039. obj23.CanCollide = false
  2040. obj23.TopSurface = Enum.SurfaceType.Smooth
  2041. obj23.BottomSurface = Enum.SurfaceType.Smooth
  2042. obj23.Material = Enum.Material.SmoothPlastic
  2043. obj23.Size = Vector3.new(0.25, 0.25, 0.25)
  2044. obj23.BrickColor = BrickColor.new("Hot pink")
  2045. obj23.Friction = 0.30000001192093
  2046. obj23.Shape = Enum.PartType.Ball
  2047. obj23.Parent = obj2
  2048.  
  2049. -- 24 - Part
  2050. local obj24 = Instance.new("Part")
  2051. obj24.CFrame = CFrame.new(Vector3.new(66.6352844, 3.38244724, 7.06651926)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2052. obj24.CanCollide = false
  2053. obj24.TopSurface = Enum.SurfaceType.Smooth
  2054. obj24.BottomSurface = Enum.SurfaceType.Smooth
  2055. obj24.Material = Enum.Material.SmoothPlastic
  2056. obj24.Size = Vector3.new(0.25, 0.25, 0.25)
  2057. obj24.BrickColor = BrickColor.new("Hot pink")
  2058. obj24.Friction = 0.30000001192093
  2059. obj24.Shape = Enum.PartType.Ball
  2060. obj24.Parent = obj2
  2061.  
  2062. -- 25 - Part
  2063. local obj25 = Instance.new("Part")
  2064. obj25.CFrame = CFrame.new(Vector3.new(66.753746, 3.10362744, 7.32704163)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2065. obj25.CanCollide = false
  2066. obj25.TopSurface = Enum.SurfaceType.Smooth
  2067. obj25.BottomSurface = Enum.SurfaceType.Smooth
  2068. obj25.Material = Enum.Material.SmoothPlastic
  2069. obj25.Size = Vector3.new(0.25, 0.25, 0.25)
  2070. obj25.BrickColor = BrickColor.new("Hot pink")
  2071. obj25.Friction = 0.30000001192093
  2072. obj25.Shape = Enum.PartType.Ball
  2073. obj25.Parent = obj2
  2074.  
  2075. -- 26 - Part
  2076. local obj26 = Instance.new("Part")
  2077. obj26.CFrame = CFrame.new(Vector3.new(66.851532, 3.01907969, 7.04717398)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2078. obj26.CanCollide = false
  2079. obj26.TopSurface = Enum.SurfaceType.Smooth
  2080. obj26.BottomSurface = Enum.SurfaceType.Smooth
  2081. obj26.Material = Enum.Material.SmoothPlastic
  2082. obj26.Size = Vector3.new(0.25, 0.25, 0.25)
  2083. obj26.BrickColor = BrickColor.new("Hot pink")
  2084. obj26.Friction = 0.30000001192093
  2085. obj26.Shape = Enum.PartType.Ball
  2086. obj26.Parent = obj2
  2087.  
  2088. -- 27 - Part
  2089. local obj27 = Instance.new("Part")
  2090. obj27.CFrame = CFrame.new(Vector3.new(66.944519, 3.20876789, 7.64748764)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2091. obj27.CanCollide = false
  2092. obj27.TopSurface = Enum.SurfaceType.Smooth
  2093. obj27.BottomSurface = Enum.SurfaceType.Smooth
  2094. obj27.Material = Enum.Material.SmoothPlastic
  2095. obj27.Size = Vector3.new(0.25, 0.25, 0.25)
  2096. obj27.BrickColor = BrickColor.new("Hot pink")
  2097. obj27.Friction = 0.30000001192093
  2098. obj27.Shape = Enum.PartType.Ball
  2099. obj27.Parent = obj2
  2100.  
  2101. -- 28 - Part
  2102. local obj28 = Instance.new("Part")
  2103. obj28.CFrame = CFrame.new(Vector3.new(67.2306061, 4.08936405, 7.28319883)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2104. obj28.CanCollide = false
  2105. obj28.TopSurface = Enum.SurfaceType.Smooth
  2106. obj28.BottomSurface = Enum.SurfaceType.Smooth
  2107. obj28.Material = Enum.Material.SmoothPlastic
  2108. obj28.Size = Vector3.new(0.25, 0.25, 0.25)
  2109. obj28.BrickColor = BrickColor.new("Hot pink")
  2110. obj28.Friction = 0.30000001192093
  2111. obj28.Shape = Enum.PartType.Ball
  2112. obj28.Parent = obj2
  2113.  
  2114. -- 29 - Part
  2115. local obj29 = Instance.new("Part")
  2116. obj29.CFrame = CFrame.new(Vector3.new(66.5712891, 3.99917173, 6.8835969)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2117. obj29.CanCollide = false
  2118. obj29.TopSurface = Enum.SurfaceType.Smooth
  2119. obj29.BottomSurface = Enum.SurfaceType.Smooth
  2120. obj29.Material = Enum.Material.SmoothPlastic
  2121. obj29.Size = Vector3.new(0.25, 0.25, 0.25)
  2122. obj29.BrickColor = BrickColor.new("Hot pink")
  2123. obj29.Friction = 0.30000001192093
  2124. obj29.Shape = Enum.PartType.Ball
  2125. obj29.Parent = obj2
  2126.  
  2127. -- 30 - Part
  2128. local obj30 = Instance.new("Part")
  2129. obj30.CFrame = CFrame.new(Vector3.new(66.7236328, 4.26077843, 7.20509243)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2130. obj30.CanCollide = false
  2131. obj30.TopSurface = Enum.SurfaceType.Smooth
  2132. obj30.BottomSurface = Enum.SurfaceType.Smooth
  2133. obj30.Material = Enum.Material.SmoothPlastic
  2134. obj30.Size = Vector3.new(0.25, 0.25, 0.25)
  2135. obj30.BrickColor = BrickColor.new("Hot pink")
  2136. obj30.Friction = 0.30000001192093
  2137. obj30.Shape = Enum.PartType.Ball
  2138. obj30.Parent = obj2
  2139.  
  2140. -- 31 - Part
  2141. local obj31 = Instance.new("Part")
  2142. obj31.CFrame = CFrame.new(Vector3.new(66.5950623, 4.16077423, 7.05188084)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2143. obj31.CanCollide = false
  2144. obj31.TopSurface = Enum.SurfaceType.Smooth
  2145. obj31.BottomSurface = Enum.SurfaceType.Smooth
  2146. obj31.Material = Enum.Material.SmoothPlastic
  2147. obj31.Size = Vector3.new(0.25, 0.25, 0.25)
  2148. obj31.BrickColor = BrickColor.new("Hot pink")
  2149. obj31.Friction = 0.30000001192093
  2150. obj31.Shape = Enum.PartType.Ball
  2151. obj31.Parent = obj2
  2152.  
  2153. -- 32 - Part
  2154. local obj32 = Instance.new("Part")
  2155. obj32.CFrame = CFrame.new(Vector3.new(67.0637207, 4.03936481, 7.48850012)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2156. obj32.CanCollide = false
  2157. obj32.TopSurface = Enum.SurfaceType.Smooth
  2158. obj32.BottomSurface = Enum.SurfaceType.Smooth
  2159. obj32.Material = Enum.Material.SmoothPlastic
  2160. obj32.Size = Vector3.new(0.25, 0.25, 0.25)
  2161. obj32.BrickColor = BrickColor.new("Hot pink")
  2162. obj32.Friction = 0.30000001192093
  2163. obj32.Shape = Enum.PartType.Ball
  2164. obj32.Parent = obj2
  2165.  
  2166. -- 33 - Part
  2167. local obj33 = Instance.new("Part")
  2168. obj33.CFrame = CFrame.new(Vector3.new(66.4686813, 3.99917364, 7.16550922)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2169. obj33.CanCollide = false
  2170. obj33.TopSurface = Enum.SurfaceType.Smooth
  2171. obj33.BottomSurface = Enum.SurfaceType.Smooth
  2172. obj33.Material = Enum.Material.SmoothPlastic
  2173. obj33.Size = Vector3.new(0.25, 0.25, 0.25)
  2174. obj33.BrickColor = BrickColor.new("Hot pink")
  2175. obj33.Friction = 0.30000001192093
  2176. obj33.Shape = Enum.PartType.Ball
  2177. obj33.Parent = obj2
  2178.  
  2179. -- 34 - Part
  2180. local obj34 = Instance.new("Part")
  2181. obj34.CFrame = CFrame.new(Vector3.new(66.6615219, 4.14917231, 7.3953228)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2182. obj34.CanCollide = false
  2183. obj34.TopSurface = Enum.SurfaceType.Smooth
  2184. obj34.BottomSurface = Enum.SurfaceType.Smooth
  2185. obj34.Material = Enum.Material.SmoothPlastic
  2186. obj34.Size = Vector3.new(0.25, 0.25, 0.25)
  2187. obj34.BrickColor = BrickColor.new("Hot pink")
  2188. obj34.Friction = 0.30000001192093
  2189. obj34.Shape = Enum.PartType.Ball
  2190. obj34.Parent = obj2
  2191.  
  2192. -- 35 - Part
  2193. local obj35 = Instance.new("Part")
  2194. obj35.CFrame = CFrame.new(Vector3.new(66.8712616, 4.16257238, 7.47166586)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2195. obj35.CanCollide = false
  2196. obj35.TopSurface = Enum.SurfaceType.Smooth
  2197. obj35.BottomSurface = Enum.SurfaceType.Smooth
  2198. obj35.Material = Enum.Material.SmoothPlastic
  2199. obj35.Size = Vector3.new(0.25, 0.25, 0.25)
  2200. obj35.BrickColor = BrickColor.new("Hot pink")
  2201. obj35.Friction = 0.30000001192093
  2202. obj35.Shape = Enum.PartType.Ball
  2203. obj35.Parent = obj2
  2204.  
  2205. -- 36 - Part
  2206. local obj36 = Instance.new("Part")
  2207. obj36.CFrame = CFrame.new(Vector3.new(66.7165604, 3.82596827, 6.77684546)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2208. obj36.CanCollide = false
  2209. obj36.TopSurface = Enum.SurfaceType.Smooth
  2210. obj36.BottomSurface = Enum.SurfaceType.Smooth
  2211. obj36.Material = Enum.Material.SmoothPlastic
  2212. obj36.Size = Vector3.new(0.25, 0.25, 0.25)
  2213. obj36.BrickColor = BrickColor.new("Hot pink")
  2214. obj36.Friction = 0.30000001192093
  2215. obj36.Shape = Enum.PartType.Ball
  2216. obj36.Parent = obj2
  2217.  
  2218. -- 37 - Part
  2219. local obj37 = Instance.new("Part")
  2220. obj37.CFrame = CFrame.new(Vector3.new(66.9846878, 4.27417517, 7.14047909)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2221. obj37.CanCollide = false
  2222. obj37.TopSurface = Enum.SurfaceType.Smooth
  2223. obj37.BottomSurface = Enum.SurfaceType.Smooth
  2224. obj37.Material = Enum.Material.SmoothPlastic
  2225. obj37.Size = Vector3.new(0.25, 0.25, 0.25)
  2226. obj37.BrickColor = BrickColor.new("Hot pink")
  2227. obj37.Friction = 0.30000001192093
  2228. obj37.Shape = Enum.PartType.Ball
  2229. obj37.Parent = obj2
  2230.  
  2231. -- 38 - Part
  2232. local obj38 = Instance.new("Part")
  2233. obj38.CFrame = CFrame.new(Vector3.new(67.1641541, 4.10096312, 6.93975735)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2234. obj38.CanCollide = false
  2235. obj38.TopSurface = Enum.SurfaceType.Smooth
  2236. obj38.BottomSurface = Enum.SurfaceType.Smooth
  2237. obj38.Material = Enum.Material.SmoothPlastic
  2238. obj38.Size = Vector3.new(0.25, 0.25, 0.25)
  2239. obj38.BrickColor = BrickColor.new("Hot pink")
  2240. obj38.Friction = 0.30000001192093
  2241. obj38.Shape = Enum.PartType.Ball
  2242. obj38.Parent = obj2
  2243.  
  2244. -- 39 - Part
  2245. local obj39 = Instance.new("Part")
  2246. obj39.CFrame = CFrame.new(Vector3.new(66.792038, 4.26077843, 7.01715183)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2247. obj39.CanCollide = false
  2248. obj39.TopSurface = Enum.SurfaceType.Smooth
  2249. obj39.BottomSurface = Enum.SurfaceType.Smooth
  2250. obj39.Material = Enum.Material.SmoothPlastic
  2251. obj39.Size = Vector3.new(0.25, 0.25, 0.25)
  2252. obj39.BrickColor = BrickColor.new("Hot pink")
  2253. obj39.Friction = 0.30000001192093
  2254. obj39.Shape = Enum.PartType.Ball
  2255. obj39.Parent = obj2
  2256.  
  2257. -- 40 - Part
  2258. local obj40 = Instance.new("Part")
  2259. obj40.CFrame = CFrame.new(Vector3.new(66.5005493, 3.71436262, 7.38994217)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2260. obj40.CanCollide = false
  2261. obj40.TopSurface = Enum.SurfaceType.Smooth
  2262. obj40.BottomSurface = Enum.SurfaceType.Smooth
  2263. obj40.Material = Enum.Material.SmoothPlastic
  2264. obj40.Size = Vector3.new(0.25, 0.25, 0.25)
  2265. obj40.BrickColor = BrickColor.new("Hot pink")
  2266. obj40.Friction = 0.30000001192093
  2267. obj40.Shape = Enum.PartType.Ball
  2268. obj40.Parent = obj2
  2269.  
  2270. -- 41 - stretches
  2271. local obj41 = Instance.new("Model")
  2272. obj41.Name = "stretches"
  2273. obj41.Parent = obj1
  2274.  
  2275. -- 42 - stretchlol
  2276. local obj42 = Instance.new("Part")
  2277. obj42.CFrame = CFrame.new(Vector3.new(67.162117, 3.13544774, 6.8847661)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2278. obj42.CanCollide = false
  2279. obj42.Transparency = 1
  2280. obj42.TopSurface = Enum.SurfaceType.Smooth
  2281. obj42.BottomSurface = Enum.SurfaceType.Smooth
  2282. obj42.Material = Enum.Material.SmoothPlastic
  2283. obj42.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2284. obj42.BrickColor = BrickColor.new("Pastel brown")
  2285. obj42.Friction = 0.30000001192093
  2286. obj42.Shape = Enum.PartType.Ball
  2287. obj42.Name = "stretchlol"
  2288. obj42.Parent = obj41
  2289.  
  2290. -- 43 - stretchlol
  2291. local obj43 = Instance.new("Part")
  2292. obj43.CFrame = CFrame.new(Vector3.new(67.1951675, 3.40412855, 7.69050598)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2293. obj43.CanCollide = false
  2294. obj43.Transparency = 1
  2295. obj43.TopSurface = Enum.SurfaceType.Smooth
  2296. obj43.BottomSurface = Enum.SurfaceType.Smooth
  2297. obj43.Material = Enum.Material.SmoothPlastic
  2298. obj43.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2299. obj43.BrickColor = BrickColor.new("Pastel brown")
  2300. obj43.Friction = 0.30000001192093
  2301. obj43.Shape = Enum.PartType.Ball
  2302. obj43.Name = "stretchlol"
  2303. obj43.Parent = obj41
  2304.  
  2305. -- 44 - stretchlol
  2306. local obj44 = Instance.new("Part")
  2307. obj44.CFrame = CFrame.new(Vector3.new(67.5038223, 3.48357916, 7.48069382)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2308. obj44.CanCollide = false
  2309. obj44.Transparency = 1
  2310. obj44.TopSurface = Enum.SurfaceType.Smooth
  2311. obj44.BottomSurface = Enum.SurfaceType.Smooth
  2312. obj44.Material = Enum.Material.SmoothPlastic
  2313. obj44.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2314. obj44.BrickColor = BrickColor.new("Pastel brown")
  2315. obj44.Friction = 0.30000001192093
  2316. obj44.Shape = Enum.PartType.Ball
  2317. obj44.Name = "stretchlol"
  2318. obj44.Parent = obj41
  2319.  
  2320. -- 45 - stretchlol
  2321. local obj45 = Instance.new("Part")
  2322. obj45.CFrame = CFrame.new(Vector3.new(67.1641541, 4.12207699, 6.93975687)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2323. obj45.CanCollide = false
  2324. obj45.Transparency = 1
  2325. obj45.TopSurface = Enum.SurfaceType.Smooth
  2326. obj45.BottomSurface = Enum.SurfaceType.Smooth
  2327. obj45.Material = Enum.Material.SmoothPlastic
  2328. obj45.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2329. obj45.BrickColor = BrickColor.new("Pastel brown")
  2330. obj45.Friction = 0.30000001192093
  2331. obj45.Shape = Enum.PartType.Ball
  2332. obj45.Name = "stretchlol"
  2333. obj45.Parent = obj41
  2334.  
  2335. -- 46 - stretchlol
  2336. local obj46 = Instance.new("Part")
  2337. obj46.CFrame = CFrame.new(Vector3.new(66.8712616, 4.18368626, 7.47166586)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2338. obj46.CanCollide = false
  2339. obj46.Transparency = 1
  2340. obj46.TopSurface = Enum.SurfaceType.Smooth
  2341. obj46.BottomSurface = Enum.SurfaceType.Smooth
  2342. obj46.Material = Enum.Material.SmoothPlastic
  2343. obj46.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2344. obj46.BrickColor = BrickColor.new("Pastel brown")
  2345. obj46.Friction = 0.30000001192093
  2346. obj46.Shape = Enum.PartType.Ball
  2347. obj46.Name = "stretchlol"
  2348. obj46.Parent = obj41
  2349.  
  2350. -- 47 - stretchlol
  2351. local obj47 = Instance.new("Part")
  2352. obj47.CFrame = CFrame.new(Vector3.new(66.8260345, 4.14528561, 6.81669378)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2353. obj47.CanCollide = false
  2354. obj47.Transparency = 1
  2355. obj47.TopSurface = Enum.SurfaceType.Smooth
  2356. obj47.BottomSurface = Enum.SurfaceType.Smooth
  2357. obj47.Material = Enum.Material.SmoothPlastic
  2358. obj47.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2359. obj47.BrickColor = BrickColor.new("Pastel brown")
  2360. obj47.Friction = 0.30000001192093
  2361. obj47.Shape = Enum.PartType.Ball
  2362. obj47.Name = "stretchlol"
  2363. obj47.Parent = obj41
  2364.  
  2365. -- 48 - stretchlol
  2366. local obj48 = Instance.new("Part")
  2367. obj48.CFrame = CFrame.new(Vector3.new(66.7104797, 3.88547921, 7.57276678)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2368. obj48.CanCollide = false
  2369. obj48.Transparency = 1
  2370. obj48.TopSurface = Enum.SurfaceType.Smooth
  2371. obj48.BottomSurface = Enum.SurfaceType.Smooth
  2372. obj48.Material = Enum.Material.SmoothPlastic
  2373. obj48.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2374. obj48.BrickColor = BrickColor.new("Pastel brown")
  2375. obj48.Friction = 0.30000001192093
  2376. obj48.Shape = Enum.PartType.Ball
  2377. obj48.Name = "stretchlol"
  2378. obj48.Parent = obj41
  2379.  
  2380. -- 49 - stretchlol
  2381. local obj49 = Instance.new("Part")
  2382. obj49.CFrame = CFrame.new(Vector3.new(67.0637207, 4.06047773, 7.48850012)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2383. obj49.CanCollide = false
  2384. obj49.Transparency = 1
  2385. obj49.TopSurface = Enum.SurfaceType.Smooth
  2386. obj49.BottomSurface = Enum.SurfaceType.Smooth
  2387. obj49.Material = Enum.Material.SmoothPlastic
  2388. obj49.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2389. obj49.BrickColor = BrickColor.new("Pastel brown")
  2390. obj49.Friction = 0.30000001192093
  2391. obj49.Shape = Enum.PartType.Ball
  2392. obj49.Name = "stretchlol"
  2393. obj49.Parent = obj41
  2394.  
  2395. -- 50 - stretchlol
  2396. local obj50 = Instance.new("Part")
  2397. obj50.CFrame = CFrame.new(Vector3.new(66.7165604, 3.84708691, 6.77684498)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2398. obj50.CanCollide = false
  2399. obj50.Transparency = 1
  2400. obj50.TopSurface = Enum.SurfaceType.Smooth
  2401. obj50.BottomSurface = Enum.SurfaceType.Smooth
  2402. obj50.Material = Enum.Material.SmoothPlastic
  2403. obj50.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2404. obj50.BrickColor = BrickColor.new("Pastel brown")
  2405. obj50.Friction = 0.30000001192093
  2406. obj50.Shape = Enum.PartType.Ball
  2407. obj50.Name = "stretchlol"
  2408. obj50.Parent = obj41
  2409.  
  2410. -- 51 - stretchlol
  2411. local obj51 = Instance.new("Part")
  2412. obj51.CFrame = CFrame.new(Vector3.new(66.9846878, 4.29528904, 7.14047909)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2413. obj51.CanCollide = false
  2414. obj51.Transparency = 1
  2415. obj51.TopSurface = Enum.SurfaceType.Smooth
  2416. obj51.BottomSurface = Enum.SurfaceType.Smooth
  2417. obj51.Material = Enum.Material.SmoothPlastic
  2418. obj51.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2419. obj51.BrickColor = BrickColor.new("Pastel brown")
  2420. obj51.Friction = 0.30000001192093
  2421. obj51.Shape = Enum.PartType.Ball
  2422. obj51.Name = "stretchlol"
  2423. obj51.Parent = obj41
  2424.  
  2425. -- 52 - stretchlol
  2426. local obj52 = Instance.new("Part")
  2427. obj52.CFrame = CFrame.new(Vector3.new(66.868927, 3.45350599, 6.82578087)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2428. obj52.CanCollide = false
  2429. obj52.Transparency = 1
  2430. obj52.TopSurface = Enum.SurfaceType.Smooth
  2431. obj52.BottomSurface = Enum.SurfaceType.Smooth
  2432. obj52.Material = Enum.Material.SmoothPlastic
  2433. obj52.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2434. obj52.BrickColor = BrickColor.new("Pastel brown")
  2435. obj52.Friction = 0.30000001192093
  2436. obj52.Shape = Enum.PartType.Ball
  2437. obj52.Name = "stretchlol"
  2438. obj52.Parent = obj41
  2439.  
  2440. -- 53 - stretchlol
  2441. local obj53 = Instance.new("Part")
  2442. obj53.CFrame = CFrame.new(Vector3.new(67.287262, 3.10603261, 7.30382156)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.0471986532211)
  2443. obj53.CanCollide = false
  2444. obj53.Transparency = 1
  2445. obj53.TopSurface = Enum.SurfaceType.Smooth
  2446. obj53.BottomSurface = Enum.SurfaceType.Smooth
  2447. obj53.Material = Enum.Material.SmoothPlastic
  2448. obj53.Size = Vector3.new(1.79999995, 1.04999995, 1.04999995)
  2449. obj53.BrickColor = BrickColor.new("Pastel brown")
  2450. obj53.Friction = 0.30000001192093
  2451. obj53.Shape = Enum.PartType.Cylinder
  2452. obj53.Name = "stretchlol"
  2453. obj53.Parent = obj41
  2454.  
  2455. -- 54 - stretchlol
  2456. local obj54 = Instance.new("Part")
  2457. obj54.CFrame = CFrame.new(Vector3.new(66.4686813, 4.02028799, 7.16550922)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2458. obj54.CanCollide = false
  2459. obj54.Transparency = 1
  2460. obj54.TopSurface = Enum.SurfaceType.Smooth
  2461. obj54.BottomSurface = Enum.SurfaceType.Smooth
  2462. obj54.Material = Enum.Material.SmoothPlastic
  2463. obj54.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2464. obj54.BrickColor = BrickColor.new("Pastel brown")
  2465. obj54.Friction = 0.30000001192093
  2466. obj54.Shape = Enum.PartType.Ball
  2467. obj54.Name = "stretchlol"
  2468. obj54.Parent = obj41
  2469.  
  2470. -- 55 - stretchlol
  2471. local obj55 = Instance.new("Part")
  2472. obj55.CFrame = CFrame.new(Vector3.new(66.6615219, 4.17028332, 7.3953228)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2473. obj55.CanCollide = false
  2474. obj55.Transparency = 1
  2475. obj55.TopSurface = Enum.SurfaceType.Smooth
  2476. obj55.BottomSurface = Enum.SurfaceType.Smooth
  2477. obj55.Material = Enum.Material.SmoothPlastic
  2478. obj55.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2479. obj55.BrickColor = BrickColor.new("Pastel brown")
  2480. obj55.Friction = 0.30000001192093
  2481. obj55.Shape = Enum.PartType.Ball
  2482. obj55.Name = "stretchlol"
  2483. obj55.Parent = obj41
  2484.  
  2485. -- 56 - stretchlol
  2486. local obj56 = Instance.new("Part")
  2487. obj56.CFrame = CFrame.new(Vector3.new(66.753746, 3.12474751, 7.32704115)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2488. obj56.CanCollide = false
  2489. obj56.Transparency = 1
  2490. obj56.TopSurface = Enum.SurfaceType.Smooth
  2491. obj56.BottomSurface = Enum.SurfaceType.Smooth
  2492. obj56.Material = Enum.Material.SmoothPlastic
  2493. obj56.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2494. obj56.BrickColor = BrickColor.new("Pastel brown")
  2495. obj56.Friction = 0.30000001192093
  2496. obj56.Shape = Enum.PartType.Ball
  2497. obj56.Name = "stretchlol"
  2498. obj56.Parent = obj41
  2499.  
  2500. -- 57 - stretchlol
  2501. local obj57 = Instance.new("Part")
  2502. obj57.CFrame = CFrame.new(Vector3.new(67.2306061, 4.11047649, 7.28319883)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2503. obj57.CanCollide = false
  2504. obj57.Transparency = 1
  2505. obj57.TopSurface = Enum.SurfaceType.Smooth
  2506. obj57.BottomSurface = Enum.SurfaceType.Smooth
  2507. obj57.Material = Enum.Material.SmoothPlastic
  2508. obj57.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2509. obj57.BrickColor = BrickColor.new("Pastel brown")
  2510. obj57.Friction = 0.30000001192093
  2511. obj57.Shape = Enum.PartType.Ball
  2512. obj57.Name = "stretchlol"
  2513. obj57.Parent = obj41
  2514.  
  2515. -- 58 - stretchlol
  2516. local obj58 = Instance.new("Part")
  2517. obj58.CFrame = CFrame.new(Vector3.new(67.0756683, 3.79114079, 7.63403416)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2518. obj58.CanCollide = false
  2519. obj58.Transparency = 1
  2520. obj58.TopSurface = Enum.SurfaceType.Smooth
  2521. obj58.BottomSurface = Enum.SurfaceType.Smooth
  2522. obj58.Material = Enum.Material.SmoothPlastic
  2523. obj58.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2524. obj58.BrickColor = BrickColor.new("Pastel brown")
  2525. obj58.Friction = 0.30000001192093
  2526. obj58.Shape = Enum.PartType.Ball
  2527. obj58.Name = "stretchlol"
  2528. obj58.Parent = obj41
  2529.  
  2530. -- 59 - stretchlol
  2531. local obj59 = Instance.new("Part")
  2532. obj59.CFrame = CFrame.new(Vector3.new(66.5005493, 3.73548079, 7.38994217)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2533. obj59.CanCollide = false
  2534. obj59.Transparency = 1
  2535. obj59.TopSurface = Enum.SurfaceType.Smooth
  2536. obj59.BottomSurface = Enum.SurfaceType.Smooth
  2537. obj59.Material = Enum.Material.SmoothPlastic
  2538. obj59.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2539. obj59.BrickColor = BrickColor.new("Pastel brown")
  2540. obj59.Friction = 0.30000001192093
  2541. obj59.Shape = Enum.PartType.Ball
  2542. obj59.Name = "stretchlol"
  2543. obj59.Parent = obj41
  2544.  
  2545. -- 60 - stretchlol
  2546. local obj60 = Instance.new("Part")
  2547. obj60.CFrame = CFrame.new(Vector3.new(67.6487045, 3.41425848, 7.1938138)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2548. obj60.CanCollide = false
  2549. obj60.Transparency = 1
  2550. obj60.TopSurface = Enum.SurfaceType.Smooth
  2551. obj60.BottomSurface = Enum.SurfaceType.Smooth
  2552. obj60.Material = Enum.Material.SmoothPlastic
  2553. obj60.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2554. obj60.BrickColor = BrickColor.new("Pastel brown")
  2555. obj60.Friction = 0.30000001192093
  2556. obj60.Shape = Enum.PartType.Ball
  2557. obj60.Name = "stretchlol"
  2558. obj60.Parent = obj41
  2559.  
  2560. -- 61 - stretchlol
  2561. local obj61 = Instance.new("Part")
  2562. obj61.CFrame = CFrame.new(Vector3.new(67.3677139, 3.85357118, 7.33310223)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2563. obj61.CanCollide = false
  2564. obj61.Transparency = 1
  2565. obj61.TopSurface = Enum.SurfaceType.Smooth
  2566. obj61.BottomSurface = Enum.SurfaceType.Smooth
  2567. obj61.Material = Enum.Material.SmoothPlastic
  2568. obj61.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2569. obj61.BrickColor = BrickColor.new("Pastel brown")
  2570. obj61.Friction = 0.30000001192093
  2571. obj61.Shape = Enum.PartType.Ball
  2572. obj61.Name = "stretchlol"
  2573. obj61.Parent = obj41
  2574.  
  2575. -- 62 - stretchlol
  2576. local obj62 = Instance.new("Part")
  2577. obj62.CFrame = CFrame.new(Vector3.new(66.6352844, 3.40356588, 7.06651878)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2578. obj62.CanCollide = false
  2579. obj62.Transparency = 1
  2580. obj62.TopSurface = Enum.SurfaceType.Smooth
  2581. obj62.BottomSurface = Enum.SurfaceType.Smooth
  2582. obj62.Material = Enum.Material.SmoothPlastic
  2583. obj62.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2584. obj62.BrickColor = BrickColor.new("Pastel brown")
  2585. obj62.Friction = 0.30000001192093
  2586. obj62.Shape = Enum.PartType.Ball
  2587. obj62.Name = "stretchlol"
  2588. obj62.Parent = obj41
  2589.  
  2590. -- 63 - stretchlol
  2591. local obj63 = Instance.new("Part")
  2592. obj63.CFrame = CFrame.new(Vector3.new(66.7236328, 4.28189754, 7.20509195)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2593. obj63.CanCollide = false
  2594. obj63.Transparency = 1
  2595. obj63.TopSurface = Enum.SurfaceType.Smooth
  2596. obj63.BottomSurface = Enum.SurfaceType.Smooth
  2597. obj63.Material = Enum.Material.SmoothPlastic
  2598. obj63.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2599. obj63.BrickColor = BrickColor.new("Pastel brown")
  2600. obj63.Friction = 0.30000001192093
  2601. obj63.Shape = Enum.PartType.Ball
  2602. obj63.Name = "stretchlol"
  2603. obj63.Parent = obj41
  2604.  
  2605. -- 64 - stretchlol
  2606. local obj64 = Instance.new("Part")
  2607. obj64.CFrame = CFrame.new(Vector3.new(66.5712891, 4.02028799, 6.8835969)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2608. obj64.CanCollide = false
  2609. obj64.Transparency = 1
  2610. obj64.TopSurface = Enum.SurfaceType.Smooth
  2611. obj64.BottomSurface = Enum.SurfaceType.Smooth
  2612. obj64.Material = Enum.Material.SmoothPlastic
  2613. obj64.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2614. obj64.BrickColor = BrickColor.new("Pastel brown")
  2615. obj64.Friction = 0.30000001192093
  2616. obj64.Shape = Enum.PartType.Ball
  2617. obj64.Name = "stretchlol"
  2618. obj64.Parent = obj41
  2619.  
  2620. -- 65 - stretchlol
  2621. local obj65 = Instance.new("Part")
  2622. obj65.CFrame = CFrame.new(Vector3.new(66.4981842, 3.66047978, 7.01661682)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2623. obj65.CanCollide = false
  2624. obj65.Transparency = 1
  2625. obj65.TopSurface = Enum.SurfaceType.Smooth
  2626. obj65.BottomSurface = Enum.SurfaceType.Smooth
  2627. obj65.Material = Enum.Material.SmoothPlastic
  2628. obj65.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2629. obj65.BrickColor = BrickColor.new("Pastel brown")
  2630. obj65.Friction = 0.30000001192093
  2631. obj65.Shape = Enum.PartType.Ball
  2632. obj65.Name = "stretchlol"
  2633. obj65.Parent = obj41
  2634.  
  2635. -- 66 - stretchlol
  2636. local obj66 = Instance.new("Part")
  2637. obj66.CFrame = CFrame.new(Vector3.new(66.7920303, 4.28189754, 7.01715183)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2638. obj66.CanCollide = false
  2639. obj66.Transparency = 1
  2640. obj66.TopSurface = Enum.SurfaceType.Smooth
  2641. obj66.BottomSurface = Enum.SurfaceType.Smooth
  2642. obj66.Material = Enum.Material.SmoothPlastic
  2643. obj66.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2644. obj66.BrickColor = BrickColor.new("Pastel brown")
  2645. obj66.Friction = 0.30000001192093
  2646. obj66.Shape = Enum.PartType.Ball
  2647. obj66.Name = "stretchlol"
  2648. obj66.Parent = obj41
  2649.  
  2650. -- 67 - stretchlol
  2651. local obj67 = Instance.new("Part")
  2652. obj67.CFrame = CFrame.new(Vector3.new(66.5950623, 4.18188763, 7.05188084)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2653. obj67.CanCollide = false
  2654. obj67.Transparency = 1
  2655. obj67.TopSurface = Enum.SurfaceType.Smooth
  2656. obj67.BottomSurface = Enum.SurfaceType.Smooth
  2657. obj67.Material = Enum.Material.SmoothPlastic
  2658. obj67.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2659. obj67.BrickColor = BrickColor.new("Pastel brown")
  2660. obj67.Friction = 0.30000001192093
  2661. obj67.Shape = Enum.PartType.Ball
  2662. obj67.Name = "stretchlol"
  2663. obj67.Parent = obj41
  2664.  
  2665. -- 68 - stretchlol
  2666. local obj68 = Instance.new("Part")
  2667. obj68.CFrame = CFrame.new(Vector3.new(67.4115601, 3.73646879, 7.01420689)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2668. obj68.CanCollide = false
  2669. obj68.Transparency = 1
  2670. obj68.TopSurface = Enum.SurfaceType.Smooth
  2671. obj68.BottomSurface = Enum.SurfaceType.Smooth
  2672. obj68.Material = Enum.Material.SmoothPlastic
  2673. obj68.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2674. obj68.BrickColor = BrickColor.new("Pastel brown")
  2675. obj68.Friction = 0.30000001192093
  2676. obj68.Shape = Enum.PartType.Ball
  2677. obj68.Name = "stretchlol"
  2678. obj68.Parent = obj41
  2679.  
  2680. -- 69 - stretchlol
  2681. local obj69 = Instance.new("Part")
  2682. obj69.CFrame = CFrame.new(Vector3.new(66.8643951, 3.88548112, 7.14990711)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2683. obj69.CanCollide = false
  2684. obj69.Transparency = 1
  2685. obj69.TopSurface = Enum.SurfaceType.Smooth
  2686. obj69.BottomSurface = Enum.SurfaceType.Smooth
  2687. obj69.Material = Enum.Material.SmoothPlastic
  2688. obj69.Size = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  2689. obj69.BrickColor = BrickColor.new("Pastel brown")
  2690. obj69.Friction = 0.30000001192093
  2691. obj69.Shape = Enum.PartType.Ball
  2692. obj69.Name = "stretchlol"
  2693. obj69.Parent = obj41
  2694.  
  2695. -- 70 - stretchlol
  2696. local obj70 = Instance.new("Part")
  2697. obj70.CFrame = CFrame.new(Vector3.new(67.4108353, 3.29388237, 6.88037777)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2698. obj70.CanCollide = false
  2699. obj70.Transparency = 1
  2700. obj70.TopSurface = Enum.SurfaceType.Smooth
  2701. obj70.BottomSurface = Enum.SurfaceType.Smooth
  2702. obj70.Material = Enum.Material.SmoothPlastic
  2703. obj70.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2704. obj70.BrickColor = BrickColor.new("Pastel brown")
  2705. obj70.Friction = 0.30000001192093
  2706. obj70.Shape = Enum.PartType.Ball
  2707. obj70.Name = "stretchlol"
  2708. obj70.Parent = obj41
  2709.  
  2710. -- 71 - stretchlol
  2711. local obj71 = Instance.new("Part")
  2712. obj71.CFrame = CFrame.new(Vector3.new(67.1960983, 3.65356374, 6.79175806)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2713. obj71.CanCollide = false
  2714. obj71.Transparency = 1
  2715. obj71.TopSurface = Enum.SurfaceType.Smooth
  2716. obj71.BottomSurface = Enum.SurfaceType.Smooth
  2717. obj71.Material = Enum.Material.SmoothPlastic
  2718. obj71.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2719. obj71.BrickColor = BrickColor.new("Pastel brown")
  2720. obj71.Friction = 0.30000001192093
  2721. obj71.Shape = Enum.PartType.Ball
  2722. obj71.Name = "stretchlol"
  2723. obj71.Parent = obj41
  2724.  
  2725. -- 72 - stretchlol
  2726. local obj72 = Instance.new("Part")
  2727. obj72.CFrame = CFrame.new(Vector3.new(66.944519, 3.22988653, 7.64748716)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2728. obj72.CanCollide = false
  2729. obj72.Transparency = 1
  2730. obj72.TopSurface = Enum.SurfaceType.Smooth
  2731. obj72.BottomSurface = Enum.SurfaceType.Smooth
  2732. obj72.Material = Enum.Material.SmoothPlastic
  2733. obj72.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2734. obj72.BrickColor = BrickColor.new("Pastel brown")
  2735. obj72.Friction = 0.30000001192093
  2736. obj72.Shape = Enum.PartType.Ball
  2737. obj72.Name = "stretchlol"
  2738. obj72.Parent = obj41
  2739.  
  2740. -- 73 - stretchlol
  2741. local obj73 = Instance.new("Part")
  2742. obj73.CFrame = CFrame.new(Vector3.new(66.851532, 3.04020095, 7.04717398)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2743. obj73.CanCollide = false
  2744. obj73.Transparency = 1
  2745. obj73.TopSurface = Enum.SurfaceType.Smooth
  2746. obj73.BottomSurface = Enum.SurfaceType.Smooth
  2747. obj73.Material = Enum.Material.SmoothPlastic
  2748. obj73.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2749. obj73.BrickColor = BrickColor.new("Pastel brown")
  2750. obj73.Friction = 0.30000001192093
  2751. obj73.Shape = Enum.PartType.Ball
  2752. obj73.Name = "stretchlol"
  2753. obj73.Parent = obj41
  2754.  
  2755. -- 74 - stretchlol
  2756. local obj74 = Instance.new("Part")
  2757. obj74.CFrame = CFrame.new(Vector3.new(66.5551376, 3.48395109, 7.33871603)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2758. obj74.CanCollide = false
  2759. obj74.Transparency = 1
  2760. obj74.TopSurface = Enum.SurfaceType.Smooth
  2761. obj74.BottomSurface = Enum.SurfaceType.Smooth
  2762. obj74.Material = Enum.Material.SmoothPlastic
  2763. obj74.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2764. obj74.BrickColor = BrickColor.new("Pastel brown")
  2765. obj74.Friction = 0.30000001192093
  2766. obj74.Shape = Enum.PartType.Ball
  2767. obj74.Name = "stretchlol"
  2768. obj74.Parent = obj41
  2769.  
  2770. -- 75 - stretchlol
  2771. local obj75 = Instance.new("Part")
  2772. obj75.CFrame = CFrame.new(Vector3.new(66.8069, 3.60357046, 7.60786104)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2773. obj75.CanCollide = false
  2774. obj75.Transparency = 1
  2775. obj75.TopSurface = Enum.SurfaceType.Smooth
  2776. obj75.BottomSurface = Enum.SurfaceType.Smooth
  2777. obj75.Material = Enum.Material.SmoothPlastic
  2778. obj75.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2779. obj75.BrickColor = BrickColor.new("Pastel brown")
  2780. obj75.Friction = 0.30000001192093
  2781. obj75.Shape = Enum.PartType.Ball
  2782. obj75.Name = "stretchlol"
  2783. obj75.Parent = obj41
  2784.  
  2785. -- 76 - stretchlol
  2786. local obj76 = Instance.new("Part")
  2787. obj76.CFrame = CFrame.new(Vector3.new(67.0182953, 3.88547921, 6.72704411)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2788. obj76.CanCollide = false
  2789. obj76.Transparency = 1
  2790. obj76.TopSurface = Enum.SurfaceType.Smooth
  2791. obj76.BottomSurface = Enum.SurfaceType.Smooth
  2792. obj76.Material = Enum.Material.SmoothPlastic
  2793. obj76.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2794. obj76.BrickColor = BrickColor.new("Pastel brown")
  2795. obj76.Friction = 0.30000001192093
  2796. obj76.Shape = Enum.PartType.Ball
  2797. obj76.Name = "stretchlol"
  2798. obj76.Parent = obj41
  2799. obj1.PrimaryPart = obj4
  2800.  
  2801. local stretches = obj41:GetChildren()
  2802. for i,v in pairs(stretches) do
  2803. v.Anchored = true
  2804. v.Parent = obj1
  2805. end
  2806. for i,v in pairs(obj2:GetChildren()) do
  2807. v.Anchored = true
  2808. v.Parent = obj1
  2809. end
  2810. obj2:Destroy()
  2811. obj41:Destroy()
  2812.  
  2813. local previous = nil
  2814. for i,v in pairs(obj1:GetChildren()) do
  2815. if v:IsA('BasePart') then
  2816. if previous then
  2817. local weld = Instance.new('Weld',v)
  2818. weld.Part0 = v
  2819. weld.Part1 = previous
  2820. weld.C0 = v.CFrame:inverse() * previous.CFrame
  2821. previous.Anchored = false
  2822. previous.CanCollide = false
  2823. local vee = v
  2824. weld.AncestryChanged:connect(function(mez,par)
  2825. wait()
  2826. weld.Parent = vee
  2827. end)
  2828. end
  2829. previous = v
  2830. end
  2831. end
  2832. previous.Anchored = false
  2833. previous.CanCollide = false
  2834. obj1:SetPrimaryPartCFrame(handle.CFrame*CFrame.Angles(0,math.rad(180),0)+Vector3.new(0,100,0))
  2835. -- 2 - Part
  2836. local ree = Instance.new("Part")
  2837. ree.CFrame = CFrame.new(Vector3.new(50.5, 141, 5.5))
  2838. ree.Transparency = 0.80000001192093
  2839. ree.Material = Enum.Material.Neon
  2840. ree.CFrame = CFrame.new(obj4.Position)
  2841. ree.Size = Vector3.new(5, math.huge, 5)
  2842. ree.BrickColor = BrickColor.new("New Yeller")
  2843. ree.Friction = 0.30000001192093
  2844. ree.Shape = Enum.PartType.Block
  2845. ree.Parent = handle
  2846.  
  2847. -- 3 - Mesh
  2848. local ree2 = Instance.new("CylinderMesh")
  2849. ree2.Parent = ree
  2850. local thing = Instance.new('BodyPosition',obj9)
  2851. local thing2 = Instance.new('BodyPosition',ree)
  2852. thing2.P = 100000
  2853. thing2.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  2854. thing.MaxForce = Vector3.new(10000,10000,10000)
  2855. for i=1,100 do
  2856. thing2.Position = obj4.Position
  2857. obj1:SetPrimaryPartCFrame(CFrame.new(obj1.PrimaryPart.Position)*CFrame.Angles(math.rad(handle.Orientation.X),math.rad(handle.Orientation.Y),math.rad(handle.Orientation.Z))*CFrame.Angles(0,math.rad(180),0))
  2858. thing.Position = handle.Position+(handle.CFrame.rightVector*0.5)
  2859. wait()
  2860. end
  2861. thing:Destroy()
  2862. local lmfao = Instance.new('Weld',obj4)
  2863. lmfao.C0 = CFrame.new(2.5,0.2,0)*CFrame.Angles(0,math.rad(180),0)
  2864. lmfao.Part0 = obj4
  2865. lmfao.Part1 = handle
  2866. ree:Destroy()
  2867. working = false
  2868. end
  2869.  
  2870. function katanamode()
  2871. blademode = "katana"
  2872. -- 1 - weeb shit
  2873. local weebshit1 = handle
  2874.  
  2875. -- 16 - top cap
  2876. local weebshit16 = Instance.new("Part")
  2877. weebshit16.CFrame = CFrame.new(Vector3.new(206.400146, 11.5499945, 5.00058556)) * CFrame.Angles(-3.1415927410126, 0, 1.5707963705063)
  2878. weebshit16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2879. weebshit16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2880. weebshit16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2881. weebshit16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2882. weebshit16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2883. weebshit16.Size = Vector3.new(0.1, 0.05,0.05) --0.65, 0.65
  2884. weebshit16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2885. weebshit16.Anchored = false
  2886. weebshit16.BrickColor = BrickColor.new("Really black")
  2887. weebshit16.Friction = 0.30000001192093
  2888. weebshit16.Shape = Enum.PartType.Cylinder
  2889. weebshit16.Name = "top cap"
  2890. weebshit16.Parent = weebshit1
  2891. local weld = Instance.new('Weld',weebshit16)
  2892. weld.Part0 = weebshit16
  2893. weld.Part1 = handle
  2894. weld.C1 = CFrame.new(0.6, 0, 0, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
  2895. --weld,part,endsize,endpos,amntime
  2896. grow(weld,weebshit16,Vector3.new(0.1,0.65,0.65),CFrame.new(0.6, 0, 0, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048),0.1)
  2897.  
  2898. -- 8 - blade
  2899. local weebshit8 = Instance.new("Part")
  2900. weebshit8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2901. weebshit8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2902. weebshit8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2903. weebshit8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2904. weebshit8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2905. weebshit8.Material = Enum.Material.Metal
  2906. weebshit8.Size = Vector3.new(0.23,0.05, 0.1)
  2907. weebshit8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2908. weebshit8.Anchored = false
  2909. weebshit8.BrickColor = BrickColor.new("Dark stone grey")
  2910. weebshit8.Friction = 0.30000001192093
  2911. weebshit8.Shape = Enum.PartType.Block
  2912. weebshit8.Name = "blade"
  2913. weebshit8.Parent = weebshit1
  2914. weebshit8:BreakJoints()
  2915. local bld1 = weebshit8
  2916. local weld2 = Instance.new('Weld',weebshit8)
  2917. weld2.Part0 = weebshit8
  2918. weld2.Part1 = handle
  2919. weld2.C1 = CFrame.new(0.75, 0, 0) * CFrame.Angles(math.rad(180), 0, math.rad(-90))
  2920. local coru=coroutine.wrap(function()
  2921. grow(weld2,weebshit8,Vector3.new(0.23,1.17,0.1),CFrame.new(1.25, 0, 0) * CFrame.Angles(math.rad(180), 0, math.rad(-90)),0.05)
  2922. end)
  2923. coru()
  2924.  
  2925. -- 9 - blade
  2926. local weebshit9 = Instance.new("Part")
  2927. weebshit9.CFrame = CFrame.new(Vector3.new(206.475388, 13.3372736, 5.00158167)) * CFrame.Angles(-0, 0, 0.052359949797392)
  2928. weebshit9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2929. weebshit9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2930. weebshit9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2931. weebshit9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2932. weebshit9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2933. weebshit9.Material = Enum.Material.Metal
  2934. weebshit9.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  2935. weebshit9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2936. weebshit9.Anchored = false
  2937. weebshit9.BrickColor = BrickColor.new("Pearl")
  2938. weebshit9.Friction = 0.30000001192093
  2939. weebshit9.Shape = Enum.PartType.Block
  2940. weebshit9.Name = "blade"
  2941. weebshit9.Parent = weebshit8
  2942. local bld2 = weebshit9
  2943. local weld3 = Instance.new('Weld',weebshit9)
  2944. weld3.Part0 = weebshit9
  2945. weld3.Part1 = weebshit8
  2946. weld3.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  2947. grow(weld3,weebshit9,Vector3.new(0.100000009, 1.17, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.05)
  2948. -- 10 - blade
  2949. local weebshit10 = Instance.new("Part")
  2950. weebshit10.CFrame = CFrame.new(Vector3.new(206.26973, 14.458313, 5)) * CFrame.Angles(-0, 0, 0.10472027212381)
  2951. weebshit10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2952. weebshit10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2953. weebshit10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2954. weebshit10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2955. weebshit10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2956. weebshit10.Material = Enum.Material.Metal
  2957. weebshit10.Size = Vector3.new(0.229999945, 0.05, 0.100000009)
  2958. weebshit10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2959. weebshit10.Anchored = false
  2960. weebshit10.BrickColor = BrickColor.new("Dark stone grey")
  2961. weebshit10.Friction = 0.30000001192093
  2962. weebshit10.Shape = Enum.PartType.Block
  2963. weebshit10.Name = "blade"
  2964. weebshit10.Parent = weebshit1
  2965. local weld4 = Instance.new('Weld',weebshit10)
  2966. weld4.Part0 = weebshit10
  2967. weld4.Part1 = weebshit8
  2968. weld4.C1 = CFrame.new(-0.01, 0.55, -1.14440918e-05, 0.998631477, 0.0523363762, -1.25522347e-05, 0.0523363687, -0.998631358, -8.97663813e-06, -1.3056685e-05, 8.01841452e-06, -1.00000095)
  2969. local coru=coroutine.wrap(function()
  2970. grow(weld4,weebshit10,Vector3.new(0.23,1.17,0.1),CFrame.new(-0.0285797119, 1.14634609, -1.14440918e-05, 0.998631477, 0.0523363762, -1.25522347e-05, 0.0523363687, -0.998631358, -8.97663813e-06, -1.3056685e-05, 8.01841452e-06, -1.00000095),0.1)
  2971. end)
  2972. coru()
  2973. -- 11 - blade
  2974. local weebshit11 = Instance.new("Part")
  2975. weebshit11.CFrame = CFrame.new(Vector3.new(206.384079, 14.4703341, 5.00158167)) * CFrame.Angles(-0, 0, 0.10472027212381)
  2976. weebshit11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2977. weebshit11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2978. weebshit11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2979. weebshit11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2980. weebshit11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2981. weebshit11.Material = Enum.Material.Metal
  2982. weebshit11.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  2983. weebshit11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2984. weebshit11.Anchored = false
  2985. weebshit11.BrickColor = BrickColor.new("Pearl")
  2986. weebshit11.Friction = 0.30000001192093
  2987. weebshit11.Shape = Enum.PartType.Block
  2988. weebshit11.Name = "blade"
  2989. weebshit11.Parent = weebshit1
  2990. local weld5 = Instance.new('Weld',weebshit10)
  2991. weld5.Part0 = weebshit10
  2992. weld5.Part1 = weebshit11
  2993. weld5.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  2994. grow(weld5,weebshit11,Vector3.new(0.100000009, 1.16999841, 0.0500000007),CFrame.new(-0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  2995.  
  2996. -- 15 - blade
  2997. local weebshit15 = Instance.new("Part")
  2998. weebshit15.CFrame = CFrame.new(Vector3.new(206.36055, 13.3312511, 5)) * CFrame.Angles(-0, 0, 0.052359949797392)
  2999. weebshit15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3000. weebshit15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3001. weebshit15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. weebshit15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3003. weebshit15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3004. weebshit15.Material = Enum.Material.Metal
  3005. weebshit15.Size = Vector3.new(0.229999945, 0.55, 0.100000009)
  3006. weebshit15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3007. weebshit15.Anchored = false
  3008. weebshit15.BrickColor = BrickColor.new("Dark stone grey")
  3009. weebshit15.Friction = 0.30000001192093
  3010. weebshit15.Shape = Enum.PartType.Block
  3011. weebshit15.Name = "blade"
  3012. weebshit15.Parent = weebshit1
  3013. local weld6 = Instance.new('Weld',weebshit15)
  3014. weld6.Part0 = weebshit15
  3015. weld6.Part1 = weebshit10
  3016. weld6.C1 = CFrame.new(-0.01, -0.55, 0, 0.99863112, -0.0523363762, 5.34574838e-07, -0.0523363203, -0.998631358, 9.75034527e-06, 9.04611142e-08, -1.00508332e-05, -1.0000006)
  3017. local coru=coroutine.wrap(function()
  3018. grow(weld6,weebshit15,Vector3.new(0.229999945, 1.17000151, 0.100000009),CFrame.new(-0.0274810791, -1.13038063, 0, 0.99863112, -0.0523363762, 5.34574838e-07, -0.0523363203, -0.998631358, 9.75034527e-06, 9.04611142e-08, -1.00508332e-05, -1.0000006),0.1)
  3019. end)
  3020. coru()
  3021.  
  3022. -- 12 - blade
  3023. local weebshit12 = Instance.new("Part")
  3024. weebshit12.CFrame = CFrame.new(Vector3.new(206.50705, 12.1849957, 5.00158167)) * CFrame.Angles(-0, 0, -0)
  3025. weebshit12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3026. weebshit12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3027. weebshit12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3028. weebshit12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3029. weebshit12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3030. weebshit12.Material = Enum.Material.Metal
  3031. weebshit12.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  3032. weebshit12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3033. weebshit12.Anchored = false
  3034. weebshit12.BrickColor = BrickColor.new("Pearl")
  3035. weebshit12.Friction = 0.30000001192093
  3036. weebshit12.Shape = Enum.PartType.Block
  3037. weebshit12.Name = "blade"
  3038. weebshit12.Parent = weebshit1
  3039. local weld7 = Instance.new('Weld',weebshit12)
  3040. weld7.Part0 = weebshit12
  3041. weld7.Part1 = weebshit15
  3042. weld7.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  3043. grow(weld7,weebshit12,Vector3.new(0.100000009, 1.16999841, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  3044.  
  3045. -- 14 - blade
  3046. local weebshit14 = Instance.new("Part")
  3047. weebshit14.CFrame = CFrame.new(Vector3.new(206.155365, 15.3628922, 5)) * CFrame.Angles(-0, 0, 0.15708021819592)
  3048. weebshit14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3049. weebshit14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3050. weebshit14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3051. weebshit14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3052. weebshit14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3053. weebshit14.Material = Enum.Material.Metal
  3054. weebshit14.Size = Vector3.new(0.229999945, 0.05, 0.100000009)
  3055. weebshit14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3056. weebshit14.Anchored = false
  3057. weebshit14.BrickColor = BrickColor.new("Dark stone grey")
  3058. weebshit14.Friction = 0.30000001192093
  3059. weebshit14.Shape = Enum.PartType.Block
  3060. weebshit14.Name = "blade"
  3061. weebshit14.Parent = weebshit1
  3062. local weld8 = Instance.new('Weld',weebshit14)
  3063. weld8.Part0 = weebshit14
  3064. weld8.Part1 = weebshit15
  3065. weld8.C1 = CFrame.new(-0.01, 0.45, -1.43051147e-06, 0.99862963, 0.0522801876, -1.10407145e-05, 0.0522794127, 0.998632491, -1.50609173e-06, 8.47656065e-06, 1.7598054e-06, 1)
  3066. local coru=coroutine.wrap(function()
  3067. grow(weld8,weebshit14,Vector3.new(0.229999945, 0.700001657, 0.100000009),CFrame.new(-0.0191650391, 0.911635399, -1.43051147e-06, 0.99862963, 0.0522801876, -1.10407145e-05, 0.0522794127, 0.998632491, -1.50609173e-06, 8.47656065e-06, 1.7598054e-06, 1),0.1)
  3068. end)
  3069. coru()
  3070.  
  3071. -- 13 - blade
  3072. local weebshit13 = Instance.new("Part")
  3073. weebshit13.CFrame = CFrame.new(Vector3.new(206.268967, 15.3808832, 5.00158167)) * CFrame.Angles(-0, 0, 0.15708021819592)
  3074. weebshit13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3075. weebshit13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3076. weebshit13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3077. weebshit13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3078. weebshit13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3079. weebshit13.Material = Enum.Material.Metal
  3080. weebshit13.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  3081. weebshit13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3082. weebshit13.Anchored = false
  3083. weebshit13.BrickColor = BrickColor.new("Pearl")
  3084. weebshit13.Friction = 0.30000001192093
  3085. weebshit13.Shape = Enum.PartType.Block
  3086. weebshit13.Name = "blade"
  3087. weebshit13.Parent = weebshit1
  3088. local weld9 = Instance.new('Weld',weebshit13)
  3089. weld9.Part0 = weebshit13
  3090. weld9.Part1 = weebshit14
  3091. weld9.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  3092. grow(weld9,weebshit13,Vector3.new(0.100000009, 0.699998796, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  3093.  
  3094. -- 18 - blade
  3095. local weebshit18 = Instance.new("WedgePart")
  3096. weebshit18.CFrame = CFrame.new(Vector3.new(206.077118, 15.85674, 5)) * CFrame.Angles(1.5707963705063, -1.4137160778046, 1.5707963705063)
  3097. weebshit18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3098. weebshit18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3099. weebshit18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3100. weebshit18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3101. weebshit18.Material = Enum.Material.Metal
  3102. weebshit18.Size = Vector3.new(0.100000009, 0.05, 0.230000108)
  3103. weebshit18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3104. weebshit18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3105. weebshit18.Anchored = false
  3106. weebshit18.BrickColor = BrickColor.new("Dark stone grey")
  3107. weebshit18.Friction = 0.30000001192093
  3108. weebshit18.Name = "blade"
  3109. weebshit18.Parent = weebshit1
  3110. local weld10 = Instance.new('Weld',weebshit18)
  3111. weld10.Part0 = weebshit18
  3112. weld10.Part1 = weebshit14
  3113. weld10.C1 = CFrame.new(-0.015, 0.299937057, 2.86102295e-06)*CFrame.Angles(0,math.rad(-90),0)
  3114. local coru=coroutine.wrap(function()
  3115. grow(weld10,weebshit18,Vector3.new(0.1, 0.3, 0.23),CFrame.new(0, 0.499937057, 2.86102295e-06)*CFrame.Angles(0,math.rad(-90),0),0.1)
  3116. end)
  3117. coru()
  3118.  
  3119. -- 19 - blade
  3120. local weebshit19 = Instance.new("WedgePart")
  3121. weebshit19.CFrame = CFrame.new(Vector3.new(206.096375, 15.8952179, 5.00177383)) * CFrame.Angles(1.5707963705063, -1.4137160778046, 1.5707963705063)
  3122. weebshit19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3123. weebshit19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3124. weebshit19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. weebshit19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3126. weebshit19.Material = Enum.Material.Metal
  3127. weebshit19.Size = Vector3.new(0.0500000007, 0.05, 0.280000091)
  3128. weebshit19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3129. weebshit19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3130. weebshit19.Anchored = false
  3131. weebshit19.BrickColor = BrickColor.new("Pearl")
  3132. weebshit19.Friction = 0.30000001192093
  3133. weebshit19.Name = "blade"
  3134. weebshit19.Parent = weebshit1
  3135. local weld11 = Instance.new('Weld',weebshit19)
  3136. weld11.Part0 = weebshit19
  3137. weld11.Part1 = weebshit18
  3138. weld11.C1 = CFrame.new(0, 0, -0.029) * CFrame.Angles(0, 0, 0)
  3139. local coru=coroutine.wrap(function()
  3140. grow(weld11,weebshit19,Vector3.new(0.05, 0.37, 0.28),CFrame.new(0, 0.011, -0.029) * CFrame.Angles(0, 0, 0),0.1)
  3141. end)
  3142. coru()
  3143. end
  3144.  
  3145. function gunmode()
  3146. working = true
  3147.  
  3148. working = false
  3149. end
  3150.  
  3151. function knifemode()
  3152. blademode = "knife"
  3153. -- 6 - thicc cap
  3154. local obj6 = Instance.new("Part")
  3155. obj6.CFrame = CFrame.new(Vector3.new(202.399948, 10.5999813, 5.00099993)) * CFrame.Angles(-0, 0, 3.5017728805542e-07)
  3156. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3157. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3158. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3159. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3160. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. obj6.Size = Vector3.new(0.3, 0.3, 0.3)
  3162. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. obj6.Anchored = false
  3164. obj6.BrickColor = BrickColor.new("Really black")
  3165. obj6.Friction = 0.30000001192093
  3166. obj6.Shape = Enum.PartType.Ball
  3167. obj6.Name = "thicc cap"
  3168. obj6.Parent = handle
  3169. local weld2 = Instance.new('Weld',obj6)
  3170. weld2.Part0 = obj6
  3171. weld2.Part1 = handle
  3172. weld2.C0 = CFrame.new(0.4, 0, 0)
  3173. grow(weld2,obj6,Vector3.new(0.3, 0.3, 0.3),CFrame.new(-0.15, 0, 0),0.1)
  3174.  
  3175. -- 8 - thicc top cap
  3176. local obj8 = Instance.new("Part")
  3177. obj8.CFrame = CFrame.new(Vector3.new(202.399963, 11.3000078, 5.00099993)) * CFrame.Angles(-0, 0, 3.5017728805542e-07)
  3178. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3182. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. obj8.Size = Vector3.new(0.3, 0.3, 0.3)
  3184. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3185. obj8.Anchored = false
  3186. obj8.BrickColor = BrickColor.new("Really black")
  3187. obj8.Friction = 0.30000001192093
  3188. obj8.Shape = Enum.PartType.Ball
  3189. obj8.Name = "thicc top cap"
  3190. obj8.Parent = handle
  3191. local weld1 = Instance.new('Weld',obj8)
  3192. weld1.Part0 = obj8
  3193. weld1.Part1 = handle
  3194. weld1.C0 = CFrame.new(-0.4, 0, 0)
  3195. grow(weld1,obj8,Vector3.new(0.3, 0.3, 0.3),CFrame.new(0.15, 0, 0),0.1)
  3196. -- 4 - thicc blade
  3197. local obj4 = Instance.new("Part")
  3198. obj4.CFrame = CFrame.new(Vector3.new(202.40007, 12.1600046, 5.00099707)) * CFrame.Angles(-0, 0, -0)
  3199. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3203. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3204. obj4.Material = Enum.Material.Metal
  3205. obj4.Size = Vector3.new(0.23, 0.1, 0.1)
  3206. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3207. obj4.Anchored = false
  3208. obj4.BrickColor = BrickColor.new("Dark stone grey")
  3209. obj4.Friction = 0.30000001192093
  3210. obj4.Shape = Enum.PartType.Block
  3211. obj4.Name = "blade"
  3212. obj4.Parent = handle
  3213. local weld4 = Instance.new('Weld',obj4)
  3214. weld4.Part0 = obj4
  3215. weld4.Part1 = handle
  3216. weld4.C0 = CFrame.new(0, -0.535, 0)*CFrame.Angles(0,0,math.rad(90))
  3217. local coru=coroutine.wrap(function()
  3218. grow(weld4,obj4,Vector3.new(0.23, 1.19, 0.1),CFrame.new(0.5, 0, 0),0.1)
  3219. end)
  3220. coru()
  3221.  
  3222. -- 5 - thicc blade
  3223. local obj5 = Instance.new("Part")
  3224. obj5.CFrame = CFrame.new(Vector3.new(202.507141, 12.1749954, 5.00158167)) * CFrame.Angles(-0, 0, -0)
  3225. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3226. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3227. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3228. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3229. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3230. obj5.Material = Enum.Material.Metal
  3231. obj5.Size = Vector3.new(0.100000009, 0.1, 0.0500000007)
  3232. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3233. obj5.Anchored = false
  3234. obj5.BrickColor = BrickColor.new("Pearl")
  3235. obj5.Friction = 0.30000001192093
  3236. obj5.Shape = Enum.PartType.Block
  3237. obj5.Name = "blade"
  3238. obj5.Parent = handle
  3239. local weld5 = Instance.new('Weld',obj5)
  3240. weld5.Part0 = obj5
  3241. weld5.Part1 = obj4
  3242. weld5.C0 = CFrame.new(0.09, 0, 0)*CFrame.Angles(0,0,0)
  3243. grow(weld5,obj5,Vector3.new(0.1, 1.19, 0.05),CFrame.new(0, 0, 0),0.1)
  3244.  
  3245. -- 3 - thicc blade
  3246. local obj3 = Instance.new("WedgePart")
  3247. obj3.CFrame = CFrame.new(Vector3.new(202.40007, 12.9000006, 5.00099707)) * CFrame.Angles(-0, -1.5707963705063, 0)
  3248. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3249. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3250. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3251. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3252. obj3.Material = Enum.Material.Metal
  3253. obj3.Size = Vector3.new(0.1, 0, 0.23)
  3254. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3255. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3256. obj3.Anchored = false
  3257. obj3.BrickColor = BrickColor.new("Dark stone grey")
  3258. obj3.Friction = 0.30000001192093
  3259. obj3.Name = "blade"
  3260. obj3.Parent = handle
  3261. local weld6 = Instance.new('Weld',obj3)
  3262. weld6.Part0 = obj3
  3263. weld6.Part1 = obj4
  3264. weld6.C0 = CFrame.new(0, -0.595, 0)*CFrame.Angles(math.rad(0),math.rad(270),math.rad(0))
  3265. local coru=coroutine.wrap(function()
  3266. grow(weld6,obj3,Vector3.new(0.1, 0.3, 0.23),CFrame.new(0, 0.15, 0),0.05)
  3267. end)
  3268. coru()
  3269.  
  3270. -- 2 - thicc blade
  3271. local obj2 = Instance.new("WedgePart")
  3272. obj2.CFrame = CFrame.new(Vector3.new(202.423431, 12.9305696, 5.00099707)) * CFrame.Angles(-0, -1.5707963705063, 0)
  3273. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3274. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3276. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. obj2.Material = Enum.Material.Metal
  3278. obj2.Size = Vector3.new(0.05, 0, 0.26)
  3279. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3280. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3281. obj2.Anchored = false
  3282. obj2.BrickColor = BrickColor.new("Lily white")
  3283. obj2.Friction = 0.30000001192093
  3284. obj2.Name = "blade"
  3285. obj2.Parent = handle
  3286. local weld7 = Instance.new('Weld',obj2)
  3287. weld7.Part0 = obj2
  3288. weld7.Part1 = obj4
  3289. weld7.C0 = CFrame.new(0, -0.595, 0)*CFrame.Angles(math.rad(0),math.rad(270),math.rad(0))
  3290. grow(weld7,obj2,Vector3.new(0.05, 0.33, 0.24),CFrame.new(-0.02, 0.165, 0),0.05)
  3291. end
  3292.  
  3293. function raep()
  3294. working = true
  3295. pcall(function()
  3296. local holyshit = Instance.new("Sound", handle)
  3297. holyshit.SoundId = "rbxassetid://345287845"
  3298. holyshit.Volume = 5
  3299. holyshit:Play()
  3300. holyshit.TimePosition = 0.6
  3301. --[[local waitwhatthefuck = Instance.new("Sound", handle)
  3302. waitwhatthefuck.SoundId = "rbxassetid://864314263"
  3303. waitwhatthefuck:Play()]]--
  3304. local coru=coroutine.wrap(function()
  3305. wait(1.95)
  3306. holyshit.TimePosition = 2.8
  3307. end)
  3308. coru()
  3309. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3310. tweld.Part0 = char.HumanoidRootPart
  3311. tweld.Part1 = char.Torso
  3312. local rweld = Instance.new("Weld", char["Right Arm"])
  3313. rweld.Part0 = char["Torso"]
  3314. rweld.Part1 = char["Right Arm"]
  3315. rweld.C0 = CFrame.new(1.5, 0, 0)
  3316. local lweld = Instance.new("Weld", char["Left Arm"])
  3317. lweld.Part0 = char.Torso
  3318. lweld.Part1 = char["Left Arm"]
  3319. lweld.C0 = CFrame.new(-1.5, 0, 0)
  3320.  
  3321. char.Humanoid.WalkSpeed = 16
  3322.  
  3323. local cor = coroutine.wrap(function()
  3324. lerp(rweld,rweld.C0,CFrame.new(1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(50)),0.2)
  3325. end)
  3326. local cor2 = coroutine.wrap(function()
  3327. lerp(tweld,tweld.C0,CFrame.new(0, -0.25, 0) * CFrame.Angles(math.rad(-15), math.rad(-45), math.rad(0)),0.2)
  3328. end)
  3329. cor()
  3330. cor2()
  3331. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, -0.35) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)),0.2)
  3332.  
  3333. local particl = Instance.new("ParticleEmitter")
  3334. particl.LightEmission = 3
  3335. particl.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(42, 0, 255)), ColorSequenceKeypoint.new(0.25, Color3.fromRGB(248, 153, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 0))})
  3336. particl.LightInfluence = 0.75
  3337. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3338. particl.Lifetime = NumberRange.new(0.1, 0.5)
  3339. particl.Rate = 50
  3340. particl.RotSpeed = NumberRange.new(300, 300)
  3341. particl.Speed = NumberRange.new(0, 1)
  3342. particl.SpreadAngle = Vector2.new(90, 90)
  3343. particl.Parent = handle
  3344.  
  3345. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  3346. if v:IsA("Part") then
  3347. cooldildo = particl:Clone()
  3348. cooldildo.Parent = v
  3349. end
  3350. end
  3351.  
  3352. particl:Remove()
  3353.  
  3354. wait(1)
  3355. MOAN = true
  3356.  
  3357. char.Humanoid.WalkSpeed = 75
  3358.  
  3359.  
  3360. local cor = coroutine.wrap(function()
  3361. lerp(rweld,rweld.C0,CFrame.new(1.6, 0.5, -0.75) * CFrame.Angles(0, math.rad(55), math.rad(90)),0.06)
  3362. end)
  3363. local cor2 = coroutine.wrap(function()
  3364. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)),0.06)
  3365. end)
  3366. local cor3 = coroutine.wrap(function()
  3367. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-90),math.rad(180)), 0.06)
  3368. end)
  3369. cor()
  3370. cor2()
  3371. cor3()
  3372. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.06)
  3373. local omgg = 0
  3374. repeat wait(0.05) omgg = omgg+0.05 until aidsificating ~= nil or omgg > 2
  3375. holyshit:Destroy()
  3376. char.Humanoid.WalkSpeed = 16
  3377. MOAN = false
  3378. if aidsificating == nil then
  3379. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  3380. if v:IsA("Part") then
  3381. v:FindFirstChild("ParticleEmitter"):Destroy()
  3382. end
  3383. end
  3384. local cor = coroutine.wrap(function()
  3385. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  3386. end)
  3387. local cor2 = coroutine.wrap(function()
  3388. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  3389. end)
  3390. local cor3 = coroutine.wrap(function()
  3391. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.08)
  3392. end)
  3393. cor()
  3394. cor2()
  3395. cor3()
  3396. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.08)
  3397.  
  3398. lweld:Remove()
  3399. rweld:Remove()
  3400. tweld:Remove()
  3401.  
  3402. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  3403. local clone = torsoclone:Clone()
  3404. clone.Part0 = char.HumanoidRootPart
  3405. clone.Part1 = char.Torso
  3406. clone.Parent = char.HumanoidRootPart
  3407. end
  3408. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3409. local clone = leftclone:Clone()
  3410. clone.Part0 = char.Torso
  3411. clone.Part1 = char["Left Arm"]
  3412. clone.Parent = char.Torso
  3413. end
  3414. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3415. local clone = rightclone:Clone()
  3416. clone.Part0 = char.Torso
  3417. clone.Part1 = char["Right Arm"]
  3418. clone.Parent = char.Torso
  3419. end
  3420. else
  3421. pcall(function()
  3422. aidsificating.HumanoidRootPart:Destroy()
  3423. end)
  3424. pcall(function()
  3425. ragdollpart(aidsificating,"Right Arm")
  3426. ragdollpart(aidsificating,"Right Leg")
  3427. ragdollpart(aidsificating,"Left Arm")
  3428. ragdollpart(aidsificating,"Left Leg")
  3429. end)
  3430. pcall(function()
  3431. ragdollpart(aidsificating,"RightUpperArm")
  3432. ragdollpart(aidsificating,"RightUpperLeg")
  3433. ragdollpart(aidsificating,"LeftUpperArm")
  3434. ragdollpart(aidsificating,"LeftUpperLeg")
  3435. end)
  3436. pcall(function()
  3437. local weld = Instance.new('Weld',aidsificating.Torso)
  3438. weld.Part0 = aidsificating.Torso
  3439. weld.Part1 = handle
  3440. weld.C0 = CFrame.new(0.2,-2.5,2)*CFrame.Angles(math.rad(135),0,math.rad(-90))
  3441. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  3442. if v:IsA('BasePart') and v.Name == "stretchlol" then
  3443. v.BrickColor = aidsificating.Torso.BrickColor
  3444. v.Transparency = 0
  3445. end
  3446. end
  3447. end)
  3448. pcall(function()
  3449. local weld = Instance.new('Weld',aidsificating.UpperTorso)
  3450. weld.Part0 = aidsificating.UpperTorso
  3451. weld.Part1 = handle
  3452. weld.C0 = CFrame.new(0.2,-2.5,2)*CFrame.Angles(math.rad(135),0,math.rad(-90))
  3453. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  3454. if v:IsA('BasePart') and v.Name == "stretchlol" then
  3455. v.BrickColor = aidsificating.UpperTorso.BrickColor
  3456. v.Transparency = 0
  3457. end
  3458. end
  3459. end)
  3460. lerp(rweld,rweld.C0,CFrame.new(1.6, 1, -0.5) * CFrame.Angles(0, math.rad(55), math.rad(145)),0.06)
  3461. wait(2)
  3462. for i,v in pairs(aidsificating:GetDescendants()) do
  3463. if v:IsA('Weld') then v:Destroy() end
  3464. end
  3465. pcall(function()
  3466. ragdollpart(aidsificating,"Head")
  3467. end)
  3468. pcall(function()
  3469. local thang = "Torso"
  3470. if aidsificating:FindFirstChild('UpperTorso') then
  3471. thang = "UpperTorso"
  3472. end
  3473. local ayybleed = Instance.new('Part',aidsificating)
  3474. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  3475. ayybleed.BrickColor = BrickColor.new('Maroon')
  3476. ayybleed.Material = Enum.Material.SmoothPlastic
  3477. ayybleed.Name = "ayybleed"
  3478. ayybleed.CanCollide = false
  3479. ayybleed.Transparency = 1
  3480. ayybleed.CFrame = aidsificating[thang].CFrame
  3481. ayybleed:BreakJoints()
  3482. local attachment1 = Instance.new('Attachment',ayybleed)
  3483. attachment1.Position = Vector3.new(0,-1,0)
  3484. attachment1.Orientation = Vector3.new(180, 0, 0)
  3485. local attachment0 = Instance.new('Attachment',aidsificating[thang])
  3486. if attachment0 and attachment1 then
  3487. local constraint = Instance.new("HingeConstraint")
  3488. constraint.Attachment0 = attachment0
  3489. constraint.Attachment1 = attachment1
  3490. constraint.LimitsEnabled = true
  3491. constraint.UpperAngle = 0
  3492. constraint.LowerAngle = 0
  3493. constraint.Parent = aidsificating
  3494. end
  3495. local bleedBLEED= coroutine.wrap(function()
  3496. bleed(ayybleed,true)
  3497. end)
  3498. bleedBLEED()
  3499. end)
  3500. aidsificating = nil
  3501. pcall(function()
  3502. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  3503. if v:IsA('BasePart') and v.Name == "stretchlol" then
  3504. v.Transparency = 1
  3505. end
  3506. end
  3507. end)
  3508. local cor = coroutine.wrap(function()
  3509. lerp(rweld,rweld.C0,CFrame.new(1.6, -0.25, 0.75) * CFrame.Angles(0, math.rad(55), math.rad(145)),0.04)
  3510. end)
  3511. local cor2 = coroutine.wrap(function()
  3512. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)),0.04)
  3513. end)
  3514. cor()
  3515. cor2()
  3516. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.04)
  3517. wait(0.1)
  3518. local cor = coroutine.wrap(function()
  3519. lerp(rweld,rweld.C0,CFrame.new(1.6, -0.5, 1) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3520. end)
  3521. local cor2 = coroutine.wrap(function()
  3522. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)),0.08)
  3523. end)
  3524. local cor3 = coroutine.wrap(function()
  3525. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.08)
  3526. end)
  3527. cor()
  3528. cor2()
  3529. cor3()
  3530. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  3531.  
  3532. lweld:Remove()
  3533. rweld:Remove()
  3534. tweld:Remove()
  3535.  
  3536. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  3537. local clone = torsoclone:Clone()
  3538. clone.Part0 = char.HumanoidRootPart
  3539. clone.Part1 = char.Torso
  3540. clone.Parent = char.HumanoidRootPart
  3541. end
  3542. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3543. local clone = leftclone:Clone()
  3544. clone.Part0 = char.Torso
  3545. clone.Part1 = char["Left Arm"]
  3546. clone.Parent = char.Torso
  3547. end
  3548. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3549. local clone = rightclone:Clone()
  3550. clone.Part0 = char.Torso
  3551. clone.Part1 = char["Right Arm"]
  3552. clone.Parent = char.Torso
  3553. end
  3554. end
  3555. end)
  3556. working = false
  3557. end
  3558.  
  3559. function katanaQ()
  3560. working = true
  3561. swinging = true
  3562. gettingeem = true
  3563. pcall(function()
  3564. local rweld = Instance.new("Weld", char["Right Arm"])
  3565. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3566. pcall(function()
  3567. rweld.Part0 = char["Torso"]
  3568. rweld.Part1 = char["Right Arm"]
  3569. rweld.C0 = CFrame.new(1.5, 0, 0)
  3570. tweld.Part0 = char.HumanoidRootPart
  3571. tweld.Part1 = char.Torso
  3572. end)
  3573.  
  3574. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 100
  3575.  
  3576. local at1 = Instance.new("Attachment", handle)
  3577. local at2 = Instance.new("Attachment", handle)
  3578. at1.Visible = false
  3579. at1.Position = Vector3.new(5, 0, 0)
  3580. at2.Visible = false
  3581. at2.Position = Vector3.new(1, 0, 0)
  3582.  
  3583. local trail = Instance.new("Trail", handle)
  3584. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  3585. trail.LightEmission = 0.25
  3586. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  3587. trail.Lifetime = 0.10
  3588. trail.MinLength = 0.05
  3589. trail.Attachment0 = at1
  3590. trail.Attachment1 = at2
  3591. local coru=coroutine.wrap(function()
  3592. lerp(rweld,rweld.C0,CFrame.new(1.35, 0.5, -1.2) * CFrame.Angles(0, math.rad(90), math.rad(90)),0.08)
  3593. end)
  3594. coru()
  3595. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-90),math.rad(180)), 0.08)
  3596. local ree=0
  3597. while goteem == nil and ree < 1 do
  3598. wait(0.05)
  3599. ree=ree+0.05
  3600. end
  3601. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  3602. gettingeem = false
  3603. swinging = false
  3604. if goteem then
  3605. wait(2)
  3606. pcall(function()
  3607. local sounn = Instance.new("Sound", goteem.Torso)
  3608. local lipp = math.random(1, 3)
  3609. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  3610. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  3611. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  3612. sounn:Play()
  3613. end)
  3614. ragdollpart(goteem,"Head")
  3615. for i,v in pairs(goteem:GetDescendants()) do
  3616. if v:IsA('Weld') then v:Destroy() end
  3617. end
  3618. goteem = nil
  3619. end
  3620. trail:Destroy()
  3621. at1:Destroy()
  3622. at2:Destroy()
  3623. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.05)
  3624. local cor = coroutine.wrap(function()
  3625. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3626. end)
  3627. cor()
  3628. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3629. rweld:Destroy()
  3630. tweld:Destroy()
  3631. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3632. local clone = rightclone:Clone()
  3633. clone.Part0 = char.Torso
  3634. clone.Part1 = char["Right Arm"]
  3635. clone.Parent = char.Torso
  3636. end
  3637. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3638. local clone = torsoclone:Clone()
  3639. clone.Part0 = char.HumanoidRootPart
  3640. clone.Part1 = char.Torso
  3641. clone.Parent = char.HumanoidRootPart
  3642. end
  3643. end)
  3644. swinging = false
  3645. gettingeem = false
  3646. working = false
  3647. end
  3648. local function katanaE()
  3649. working = true
  3650. swinging = true
  3651. SLESH = true
  3652. pcall(function()
  3653. local rweld = Instance.new("Weld", char["Right Arm"])
  3654. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3655. rweld.Part0 = char["Torso"]
  3656. rweld.Part1 = char["Right Arm"]
  3657. rweld.C0 = CFrame.new(1.5, 0, 0)
  3658. tweld.Part0 = char.HumanoidRootPart
  3659. tweld.Part1 = char.Torso
  3660.  
  3661. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 100
  3662.  
  3663. local at1 = Instance.new("Attachment", handle)
  3664. local at2 = Instance.new("Attachment", handle)
  3665. at1.Visible = false
  3666. at1.Position = Vector3.new(5, 0, 0)
  3667. at2.Visible = false
  3668. at2.Position = Vector3.new(1, 0, 0)
  3669.  
  3670. local trail = Instance.new("Trail", handle)
  3671. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  3672. trail.LightEmission = 0.25
  3673. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  3674. trail.Lifetime = 0.10
  3675. trail.MinLength = 0.05
  3676. trail.Attachment0 = at1
  3677. trail.Attachment1 = at2
  3678. local coru=coroutine.wrap(function()
  3679. lerp(rweld,rweld.C0,CFrame.new(2, 1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(60)),0.08)
  3680. end)
  3681. coru()
  3682. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-270),math.rad(0)), 0.08)
  3683.  
  3684. wait(1)
  3685. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  3686. trail:Destroy()
  3687. at1:Destroy()
  3688. at2:Destroy()
  3689. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.05)
  3690. local cor = coroutine.wrap(function()
  3691. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3692. end)
  3693. cor()
  3694. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3695. rweld:Destroy()
  3696. tweld:Destroy()
  3697. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3698. local clone = rightclone:Clone()
  3699. clone.Part0 = char.Torso
  3700. clone.Part1 = char["Right Arm"]
  3701. clone.Parent = char.Torso
  3702. end
  3703. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3704. local clone = torsoclone:Clone()
  3705. clone.Part0 = char.HumanoidRootPart
  3706. clone.Part1 = char.Torso
  3707. clone.Parent = char.HumanoidRootPart
  3708. end
  3709. end)
  3710. swinging = false
  3711. SLESH = false
  3712. working = false
  3713. end
  3714.  
  3715. function begoneTHOUGHT()
  3716. working = true
  3717. pcall(function()
  3718. local thott = Instance.new("Sound", char)
  3719. thott.SoundId = "rbxassetid://949916584"
  3720. thott.Volume = 1
  3721. thott.TimePosition = 0.5
  3722. thott.PlaybackSpeed = 1
  3723. thott.EmitterSize = player.CameraMaxZoomDistance+1
  3724. thott.MaxDistance = player.CameraMaxZoomDistance+1
  3725. thott:Play()
  3726.  
  3727. local rweld = Instance.new("Weld", char["Right Arm"])
  3728. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3729. rweld.Part0 = char["Torso"]
  3730. rweld.Part1 = char["Right Arm"]
  3731. rweld.C0 = CFrame.new(1.5, 0, 0)
  3732. tweld.Part0 = char.HumanoidRootPart
  3733. tweld.Part1 = char.Torso
  3734.  
  3735. local coru=coroutine.wrap(function()
  3736. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)),0.25)
  3737. end)
  3738. coru()
  3739. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(-45),math.rad(0)), 0.25)
  3740.  
  3741. wait(0.5)
  3742. local thote = Instance.new("Sound", char.Head)
  3743. thote.SoundId = "rbxassetid://358498516"
  3744. thote.Volume = 1
  3745. thote:Play()
  3746.  
  3747.  
  3748.  
  3749. local coru=coroutine.wrap(function()
  3750. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)),0.04)
  3751. end)
  3752. coru()
  3753. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.04)
  3754. wait(0.04)
  3755. local ree = Instance.new('Part',workspace)
  3756. ree.Shape = Enum.PartType.Cylinder
  3757. ree.CanCollide = false
  3758. ree.Anchored = false
  3759. ree.Size = Vector3.new(0.5,2,2)
  3760. ree.TopSurface = Enum.SurfaceType.Smooth
  3761. ree.BottomSurface = Enum.SurfaceType.Smooth
  3762. ree.Transparency = 0.8
  3763. ree.Material =Enum.Material.Neon
  3764. ree.BrickColor = BrickColor.new('Toothpaste')
  3765. ree.CFrame = handle.CFrame*CFrame.Angles(0,0,math.rad(90))
  3766. ree:BreakJoints()
  3767. local reee = Instance.new("Sound", ree)
  3768. reee.SoundId = "rbxassetid://138677306"
  3769. reee:Play()
  3770. local heck = Instance.new('BodyVelocity',ree)
  3771. heck.Velocity = ree.CFrame.rightVector*50
  3772. heck.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  3773. local coru=coroutine.wrap(function()
  3774. for i=1,21 do
  3775. local cf = ree.CFrame
  3776. ree.Size = ree.Size+Vector3.new(0,2,2)
  3777. ree.CFrame = cf
  3778. wait()
  3779. end
  3780. for i=1,4 do
  3781. local cf = ree.CFrame
  3782. ree.Size = ree.Size+Vector3.new(0,2,2)
  3783. ree.CFrame = cf
  3784. ree.Transparency = ree.Transparency + 0.05
  3785. wait()
  3786. end
  3787. ree:Destroy()
  3788. end)
  3789. coru()
  3790. ree.Touched:connect(function(hit)
  3791. if hit.Parent and hit.Parent ~= char and hit.Parent:FindFirstChildOfClass('Humanoid') then
  3792. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 100
  3793. ragdollpart(hit.Parent,"Head")
  3794. end
  3795. end)
  3796. wait(0.5)
  3797. local coru=coroutine.wrap(function()
  3798. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.8)
  3799. end)
  3800. coru()
  3801. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)
  3802.  
  3803. rweld:Destroy()
  3804. tweld:Destroy()
  3805. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3806. local clone = rightclone:Clone()
  3807. clone.Part0 = char.Torso
  3808. clone.Part1 = char["Right Arm"]
  3809. clone.Parent = char.Torso
  3810. end
  3811. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3812. local clone = torsoclone:Clone()
  3813. clone.Part0 = char.HumanoidRootPart
  3814. clone.Part1 = char.Torso
  3815. clone.Parent = char.HumanoidRootPart
  3816. end
  3817. end)
  3818. working = false
  3819. end
  3820.  
  3821. function katanaswing()
  3822. working = true
  3823. pcall(function()
  3824. local rweld = Instance.new("Weld", char["Right Arm"])
  3825. local lweld = Instance.new("Weld", char["Left Arm"])
  3826. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3827. rweld.Part0 = char["Torso"]
  3828. rweld.Part1 = char["Right Arm"]
  3829. rweld.C0 = CFrame.new(1.5, 0, 0)
  3830. lweld.Part0 = char.Torso
  3831. lweld.Part1 = char["Left Arm"]
  3832. lweld.C0 = CFrame.new(-1.5, 0, 0)
  3833. tweld.Part0 = char.HumanoidRootPart
  3834. tweld.Part1 = char.Torso
  3835.  
  3836. local cor = coroutine.wrap(function()
  3837. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(45), 0),0.08)
  3838. end)
  3839. cor()
  3840. lerp(rweld,rweld.C0,CFrame.new(1.35, 0.5, -1.2) * CFrame.Angles(0, math.rad(110), math.rad(90)),0.08)
  3841. wait(0.2)
  3842. local at1 = Instance.new("Attachment", handle)
  3843. local at2 = Instance.new("Attachment", handle)
  3844. at1.Visible = false
  3845. at1.Position = Vector3.new(5, 0, 0)
  3846. at2.Visible = false
  3847. at2.Position = Vector3.new(1, 0, 0)
  3848.  
  3849. local trail = Instance.new("Trail", handle)
  3850. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, trail.Parent.Color), ColorSequenceKeypoint.new(1, trail.Parent.Color)})
  3851. trail.LightEmission = 0.25
  3852. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  3853. trail.Lifetime = 0.10
  3854. trail.MinLength = 0.05
  3855. trail.Attachment0 = at1
  3856. trail.Attachment1 = at2
  3857.  
  3858. swinging = true
  3859.  
  3860. local cor = coroutine.wrap(function()
  3861. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-45), 0),0.04)
  3862. end)
  3863. cor()
  3864. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.04)
  3865. wait(0.2)
  3866. swinging = false
  3867. trail:Destroy()
  3868. at1:Destroy()
  3869. at2:Destroy()
  3870. local cor = coroutine.wrap(function()
  3871. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3872. end)
  3873. cor()
  3874. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3875. rweld:Destroy()
  3876. lweld:Destroy()
  3877. tweld:Destroy()
  3878. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3879. local clone = rightclone:Clone()
  3880. clone.Part0 = char.Torso
  3881. clone.Part1 = char["Right Arm"]
  3882. clone.Parent = char.Torso
  3883. end
  3884. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3885. local clone = leftclone:Clone()
  3886. clone.Part0 = char.Torso
  3887. clone.Part1 = char["Left Arm"]
  3888. clone.Parent = char.Torso
  3889. end
  3890. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3891. local clone = torsoclone:Clone()
  3892. clone.Part0 = char.HumanoidRootPart
  3893. clone.Part1 = char.Torso
  3894. clone.Parent = char.HumanoidRootPart
  3895. end
  3896. end)
  3897. working = false
  3898. end
  3899.  
  3900. function throw()
  3901. working = true
  3902. pcall(function()
  3903. local rweld = char["Right Arm"]:FindFirstChild("Weld")
  3904. local lweld = char["Left Arm"]:FindFirstChild("Weld")
  3905. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3906. tweld.Part0 = char.HumanoidRootPart
  3907. tweld.Part1 = char.Torso
  3908. local throwsound = Instance.new("Sound", char.Head)
  3909. throwsound.SoundId = "rbxassetid://711753382"
  3910. throwsound.PlaybackSpeed = 0.75
  3911.  
  3912. local cor = coroutine.wrap(function()
  3913. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-30), 0),0.04)
  3914. end)
  3915. local cor2 = coroutine.wrap(function()
  3916. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-30), math.rad(15)),0.04)
  3917. end)
  3918. cor()
  3919. cor2()
  3920. grabweld:Remove()
  3921. throwsound:Play()
  3922.  
  3923. local throwvel = Instance.new("BodyThrust")
  3924. throwvel.Force = Vector3.new(0, 3000, -2000)
  3925. pcall(function()
  3926. throwvel.Parent = grabbed.Torso
  3927. end)
  3928. pcall(function()
  3929. throwvel.Parent = grabbed.UpperTorso
  3930. end)
  3931.  
  3932. lerp(lweld,lweld.C0,CFrame.new(-1.3, 0.7, -1) * CFrame.Angles(0, math.rad(-70), math.rad(-105)),0.04)
  3933. wait(0.15)
  3934. throwvel:Remove()
  3935. local cor = coroutine.wrap(function()
  3936. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3937. end)
  3938. local cor2 = coroutine.wrap(function()
  3939. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3940. end)
  3941. cor()
  3942. cor2()
  3943. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3944. lweld:Remove()
  3945. rweld:Remove()
  3946. tweld:Remove()
  3947. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3948. local clone = rightclone:Clone()
  3949. clone.Part0 = char.Torso
  3950. clone.Part1 = char["Right Arm"]
  3951. clone.Parent = char.Torso
  3952. end
  3953. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3954. local clone = leftclone:Clone()
  3955. clone.Part0 = char.Torso
  3956. clone.Part1 = char["Left Arm"]
  3957. clone.Parent = char.Torso
  3958. end
  3959. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3960. local clone = torsoclone:Clone()
  3961. clone.Part0 = char.HumanoidRootPart
  3962. clone.Part1 = char.Torso
  3963. clone.Parent = char.HumanoidRootPart
  3964. end
  3965. local lolgrabbed = grabbed
  3966. spawn(function()
  3967. wait(2)
  3968. unstun(lolgrabbed)
  3969. end)
  3970. end)
  3971. grabbed = nil
  3972. working = false
  3973. end
  3974.  
  3975. function whoosh(vroom)
  3976. vroom.Parent = workspace
  3977. vroom.Name = "Projectile"
  3978. vroom.CFrame = CFrame.new(char.Head.CFrame.p,mouse.Hit.p)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  3979. vroom.Anchored = true
  3980. vroom.Velocity = Vector3.new(0,0,0)
  3981. vroom.RotVelocity = Vector3.new(0,0,0)
  3982. vroom.Anchored = false
  3983. game:GetService('Debris'):AddItem(vroom,10)
  3984. local flyy = Instance.new('BodyVelocity',vroom)
  3985. flyy.Velocity = vroom.CFrame.rightVector*200
  3986. local touched = false
  3987. for i,v in pairs(vroom:GetChildren()) do
  3988. if v:IsA('BasePart') then
  3989. v.Touched:connect(function(hit)
  3990. local pos = vroom.CFrame
  3991. if touched == false then
  3992. if hit and hit.Parent and hit.Transparency ~= 1 and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent~= char then
  3993. touched = true
  3994. local before = hit.Anchored
  3995. vroom.Anchored = true
  3996. vroom.Velocity = Vector3.new(0,0,0)
  3997. vroom.RotVelocity = Vector3.new(0,0,0)
  3998. vroom.CFrame = vroom.CFrame-(vroom.CFrame.rightVector)
  3999. hit.Anchored = true
  4000. flyy:Destroy()
  4001. pcall(function()
  4002. local weld = Instance.new('Weld',hit)
  4003. weld.Part0 = hit
  4004. weld.Part1 = vroom
  4005. weld.C0 = hit.CFrame:toObjectSpace(vroom.CFrame)
  4006. local ayybleed = Instance.new('Part',hit)
  4007. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  4008. ayybleed.BrickColor = BrickColor.new('Maroon')
  4009. ayybleed.Material = Enum.Material.SmoothPlastic
  4010. ayybleed.Name = "ayybleed"
  4011. ayybleed.CanCollide = false
  4012. ayybleed.Transparency = 1
  4013. ayybleed.CFrame = hit.CFrame
  4014. ayybleed:BreakJoints()
  4015. local attachment1 = Instance.new('Attachment',ayybleed)
  4016. local attachment0 = Instance.new('Attachment',hit)
  4017. for i,v in pairs(vroom:GetChildren()) do
  4018. if v.Name == "blade" and v.Size == Vector3.new(0.23, 1.19, 0.1) then
  4019. v.Name = "REEEE"
  4020. end
  4021. end
  4022. attachment1.Orientation = vroom["REEEE"].Orientation+Vector3.new(90,0,0)
  4023. attachment0.Position = hit.CFrame:toObjectSpace(vroom["REEEE"].CFrame).p-(hit.CFrame:toObjectSpace(vroom["REEEE"].CFrame).upVector)
  4024. if attachment0 and attachment1 then
  4025. local constraint = Instance.new("HingeConstraint")
  4026. constraint.Attachment0 = attachment0
  4027. constraint.Attachment1 = attachment1
  4028. constraint.LimitsEnabled = true
  4029. constraint.UpperAngle = 0
  4030. constraint.LowerAngle = 0
  4031. constraint.Parent = attachment0
  4032. end
  4033. local bleedBLEED= coroutine.wrap(function()
  4034. bleed(ayybleed)
  4035. end)
  4036. bleedBLEED()
  4037. if hit.Name ~= "Head" and hit.Name ~= "UpperTorso" and hit.Name ~= "Torso" and hit.Name ~= "LowerTorso" then
  4038. game:GetService('Debris'):AddItem(ayybleed,7.5)
  4039. end
  4040. end)
  4041. hit.Anchored = before
  4042. vroom.Anchored = false
  4043. vroom.CanCollide = true
  4044. pcall(function()
  4045. vroom:FindFirstChildOfClass('Trail'):Destroy()
  4046. end)
  4047. for i,v in pairs(vroom:GetChildren()) do
  4048. if v:IsA('BasePart') then
  4049. v.CanCollide = true
  4050. end
  4051. end
  4052. if hit.Name == "Head" or hit.Name == "UpperTorso" or hit.Name == "Torso" or hit.Name == "LowerTorso" then
  4053. pcall(function()
  4054. hit.Parent.HumanoidRootPart:Destroy()
  4055. end)
  4056. pcall(function()
  4057. ragdollpart(hit.Parent,"Left Arm")
  4058. ragdollpart(hit.Parent,"Left Leg")
  4059. ragdollpart(hit.Parent,"Right Arm")
  4060. ragdollpart(hit.Parent,"Right Leg")
  4061. end)
  4062. pcall(function()
  4063. ragdollpart(hit.Parent,"LeftUpperLeg")
  4064. ragdollpart(hit.Parent,"RightUpperLeg")
  4065. ragdollpart(hit.Parent,"LeftUpperArm")
  4066. ragdollpart(hit.Parent,"RightUpperArm")
  4067. end)
  4068. spawn(function()
  4069. wait(5)
  4070. ragdollpart(hit.Parent,"Head")
  4071. end)
  4072. else
  4073. pcall(function()
  4074. ragdollpart(hit.Parent,hit.Name)
  4075. end)
  4076. end
  4077. elseif hit and hit.CanCollide == true and hit.Parent and hit.Parent ~= char then
  4078. touched = true
  4079. local before = hit.Anchored
  4080. vroom.Anchored = true
  4081. vroom.Velocity = Vector3.new(0,0,0)
  4082. vroom.RotVelocity = Vector3.new(0,0,0)
  4083. hit.Anchored = true
  4084. flyy:Destroy()
  4085. vroom.CFrame = vroom.CFrame-vroom.CFrame.rightVector
  4086. pcall(function()
  4087. local weld = Instance.new('Weld',hit)
  4088. weld.Part0 = hit
  4089. weld.Part1 = vroom
  4090. weld.C0 = hit.CFrame:toObjectSpace(vroom.CFrame)
  4091. end)
  4092. pcall(function()
  4093. vroom:FindFirstChildOfClass('Trail'):Destroy()
  4094. end)
  4095. hit.Anchored = before
  4096. vroom.Anchored = false
  4097. end
  4098. end
  4099. end)
  4100. end
  4101. end
  4102. end
  4103.  
  4104. function fling()
  4105. working = true
  4106. pcall(function()
  4107. local rweld = Instance.new("Weld", char["Right Arm"])
  4108. local lweld = Instance.new("Weld", char["Left Arm"])
  4109. rweld.Part0 = char["Torso"]
  4110. rweld.Part1 = char["Right Arm"]
  4111. rweld.C0 = CFrame.new(1.5, 0, 0)
  4112. lweld.Part0 = char.Torso
  4113. lweld.Part1 = char["Left Arm"]
  4114. lweld.C0 = CFrame.new(-1.5, 0, 0)
  4115. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  4116. tweld.Part0 = char.HumanoidRootPart
  4117. tweld.Part1 = char.Torso
  4118.  
  4119. local at1 = Instance.new("Attachment", handle)
  4120. local at2 = Instance.new("Attachment", handle)
  4121. at1.Visible = false
  4122. at1.Position = Vector3.new(2, 0, 0)
  4123. at2.Visible = false
  4124. at2.Position = Vector3.new(-0.3, 0, 0)
  4125.  
  4126. local trail = Instance.new("Trail", handle)
  4127. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  4128. trail.LightEmission = 0.25
  4129. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  4130. trail.Lifetime = 0.10
  4131. trail.MinLength = 0.05
  4132. trail.Attachment0 = at1
  4133. trail.Attachment1 = at2
  4134.  
  4135. local cor = coroutine.wrap(function()
  4136. lerp(rweld,rweld.C0,CFrame.new(1.75, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(45)),0.07)
  4137. end)
  4138. cor()
  4139. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, -0.5) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.07)
  4140.  
  4141. local cor = coroutine.wrap(function()
  4142. lerp(rweld,rweld.C0,CFrame.new(1.75, 1, 0.25) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(150)),0.07)
  4143. end)
  4144. local cor2 = coroutine.wrap(function()
  4145. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-45), math.rad(0)),0.07)
  4146. end)
  4147. local cor3 = coroutine.wrap(function()
  4148. lerp(hweld,hweld.C0,CFrame.new(0, -2.5, 0) * CFrame.Angles(math.rad(90),math.rad(90), 0),0.12)
  4149. end)
  4150. cor()
  4151. cor2()
  4152. cor3()
  4153. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0.5, -0.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-45)),0.07)
  4154. wait(0.2)
  4155.  
  4156. local cor = coroutine.wrap(function()
  4157. lerp(rweld,rweld.C0,CFrame.new(1.5, 1, 0.25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(170)),0.03)
  4158. end)
  4159. local cor2 = coroutine.wrap(function()
  4160. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.03)
  4161. end)
  4162. cor()
  4163. cor2()
  4164. lerp(lweld,lweld.C0,CFrame.new(-1, 0, -0.45) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(45)),0.03)
  4165.  
  4166. local cor = coroutine.wrap(function()
  4167. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.5, -0.5) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(90)),0.03)
  4168. end)
  4169. local cor2 = coroutine.wrap(function()
  4170. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(45), math.rad(0)),0.01)
  4171. end)
  4172. cor()
  4173. cor2()
  4174. whoosh(handle:Clone())
  4175. for i, v in pairs(handle:GetChildren()) do
  4176. if v:IsA("Part") then
  4177. v.Transparency = 1
  4178. end
  4179. end
  4180. handle.Transparency = 1
  4181. trail:Remove()
  4182. at1:Remove()
  4183. at2:Remove()
  4184. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.01)
  4185. local cor = coroutine.wrap(function()
  4186. lerp(rweld,rweld.C0,CFrame.new(0.5, 0.4, -1) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(75)),0.04)
  4187. end)
  4188. local cor2 = coroutine.wrap(function()
  4189. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(55), math.rad(0)),0.04)
  4190. end)
  4191. cor()
  4192. cor2()
  4193. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.04)
  4194. wait(0.2)
  4195.  
  4196. local cor = coroutine.wrap(function()
  4197. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.07)
  4198. end)
  4199. local cor2 = coroutine.wrap(function()
  4200. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.07)
  4201. end)
  4202. cor()
  4203. cor2()
  4204. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.07)
  4205.  
  4206. for i, v in pairs(handle:GetChildren()) do
  4207. if v:IsA("Part") then
  4208. v.Transparency = 0
  4209. end
  4210. end
  4211. handle.Transparency = 0
  4212. hweld.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0)
  4213.  
  4214. lweld:Remove()
  4215. rweld:Remove()
  4216. tweld:Remove()
  4217.  
  4218. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  4219. local clone = torsoclone:Clone()
  4220. clone.Part0 = char.HumanoidRootPart
  4221. clone.Part1 = char.Torso
  4222. clone.Parent = char.HumanoidRootPart
  4223. end
  4224. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4225. local clone = leftclone:Clone()
  4226. clone.Part0 = char.Torso
  4227. clone.Part1 = char["Left Arm"]
  4228. clone.Parent = char.Torso
  4229. end
  4230. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4231. local clone = rightclone:Clone()
  4232. clone.Part0 = char.Torso
  4233. clone.Part1 = char["Right Arm"]
  4234. clone.Parent = char.Torso
  4235. end
  4236. end)
  4237. working = false
  4238. end
  4239.  
  4240. function kill()
  4241. working = true
  4242. pcall(function()
  4243. local rweld = char["Right Arm"]:FindFirstChild("Weld")
  4244. local lweld = char["Left Arm"]:FindFirstChild("Weld")
  4245. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  4246. tweld.Part0 = char.HumanoidRootPart
  4247. tweld.Part1 = char.Torso
  4248. local killsound = Instance.new("Sound", grabbed.Head)
  4249. killsound.SoundId = "rbxassetid://150315649"
  4250. killsound.PlaybackSpeed = 1.2
  4251. local killsoundac = Instance.new("Sound", grabbed.Head)
  4252. killsoundac.SoundId = "rbxassetid://162194585"
  4253. killsoundac.PlaybackSpeed = 1
  4254. killsoundac.Volume = 1
  4255. local throwsound = Instance.new("Sound", char.Head)
  4256. throwsound.SoundId = "rbxassetid://711753382"
  4257. throwsound.PlaybackSpeed = 0.75
  4258. local chokesound = Instance.new("Sound", grabbed.Head)
  4259. chokesound.SoundId = "rbxassetid://418658161"
  4260. chokesound.TimePosition = 3
  4261. chokesound.PlaybackSpeed = 1
  4262. local bleedsound = Instance.new("Sound", grabbed.Head)
  4263. bleedsound.SoundId = "rbxassetid://244502094"
  4264. bleedsound.PlaybackSpeed = 1.5
  4265. bleedsound.Volume = 1
  4266.  
  4267. pitchun = math.random(9, 12)/10
  4268. pitchdos = math.random(9, 13)/10
  4269.  
  4270. killsound.PlaybackSpeed = pitchun
  4271. killsoundac.PlaybackSpeed = pitchdos
  4272. chokesound.PlaybackSpeed = pitchun
  4273.  
  4274. pcall(function()
  4275. grabbed.HumanoidRootPart:Destroy()
  4276. end)
  4277.  
  4278. lerp(rweld,rweld.C0,CFrame.new(0.5, 0.7, -0.70) * CFrame.Angles(0, math.rad(100), math.rad(105)),0.1)
  4279. wait(0.2)
  4280. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.04)
  4281.  
  4282. killsound:Play()
  4283. killsoundac:Play()
  4284. chokesound:Play()
  4285. bleedsound:Play()
  4286.  
  4287. local ayybleed = Instance.new('Part',grabbed)
  4288. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  4289. ayybleed.BrickColor = BrickColor.new('Maroon')
  4290. ayybleed.Material = Enum.Material.SmoothPlastic
  4291. ayybleed.Name = "ayybleed"
  4292. ayybleed.CanCollide = false
  4293. ayybleed.Transparency = 0.5
  4294. ayybleed.CFrame = grabbed.Head.CFrame
  4295. ayybleed:BreakJoints()
  4296. local attachment1 = Instance.new('Attachment',ayybleed)
  4297. attachment1.Position = Vector3.new(-0.55,0,0)
  4298. attachment1.Orientation = Vector3.new(90, 0, -90)
  4299. local attachment0 = Instance.new('Attachment')
  4300. pcall(function()
  4301. attachment0.Parent = grabbed.Torso
  4302. end)
  4303. pcall(function()
  4304. attachment0.Parent = grabbed.UpperTorso
  4305. end)
  4306. if attachment0 and attachment1 then
  4307. local constraint = Instance.new("HingeConstraint")
  4308. constraint.Attachment0 = attachment0
  4309. constraint.Attachment1 = attachment1
  4310. constraint.LimitsEnabled = true
  4311. constraint.UpperAngle = 0
  4312. constraint.LowerAngle = 0
  4313. pcall(function()
  4314. constraint.Parent = grabbed.Torso
  4315. end)
  4316. pcall(function()
  4317. constraint.Parent = grabbed.UpperTorso
  4318. end)
  4319. end
  4320. local bleedBLEED= coroutine.wrap(function()
  4321. bleed(ayybleed)
  4322. end)
  4323. bleedBLEED()
  4324.  
  4325. wait(0.2)
  4326.  
  4327. local at1 = Instance.new("Attachment", handle)
  4328. local at2 = Instance.new("Attachment", handle)
  4329. at1.Visible = false
  4330. at1.Position = Vector3.new(2, 0, 0)
  4331. at2.Visible = false
  4332. at2.Position = Vector3.new(-0.3, 0, 0)
  4333.  
  4334. local trail = Instance.new("Trail", handle)
  4335. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  4336. trail.LightEmission = 0.25
  4337. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  4338. trail.Lifetime = 0.10
  4339. trail.MinLength = 0.05
  4340. trail.Attachment0 = at1
  4341. trail.Attachment1 = at2
  4342.  
  4343. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-40), math.rad(15)),0.08)
  4344. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-30), math.rad(15)),0.1)
  4345. local coru=coroutine.wrap(function()
  4346. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-90), 0), 0.07)
  4347. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.09)
  4348. end)
  4349. coru()
  4350. local cor = coroutine.wrap(function()
  4351. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-30), 0),0.04)
  4352. end)
  4353. cor()
  4354. grabweld:Remove()
  4355. throwsound:Play()
  4356.  
  4357. local throwvel = Instance.new("BodyThrust")
  4358. throwvel.Force = Vector3.new(0, 3000, -1000)
  4359. pcall(function()
  4360. throwvel.Parent = grabbed.Torso
  4361. end)
  4362. pcall(function()
  4363. throwvel.Parent = grabbed.UpperTorso
  4364. end)
  4365.  
  4366. trail:Remove()
  4367. at1:Remove()
  4368. at2:Remove()
  4369. lerp(lweld,lweld.C0,CFrame.new(-1.3, 0.7, -1) * CFrame.Angles(0, math.rad(-70), math.rad(-105)),0.04)
  4370. pcall(function()
  4371. ragdollpart(grabbed,"Left Arm")
  4372. ragdollpart(grabbed,"Left Leg")
  4373. ragdollpart(grabbed,"Right Arm")
  4374. ragdollpart(grabbed,"Right Leg")
  4375. end)
  4376. pcall(function()
  4377. ragdollpart(grabbed,"LeftUpperLeg")
  4378. ragdollpart(grabbed,"RightUpperLeg")
  4379. ragdollpart(grabbed,"LeftUpperArm")
  4380. ragdollpart(grabbed,"RightUpperArm")
  4381. end)
  4382. wait(0.15)
  4383. throwvel:Remove()
  4384. local cor = coroutine.wrap(function()
  4385. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4386. end)
  4387. local cor2 = coroutine.wrap(function()
  4388. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4389. end)
  4390. cor()
  4391. cor2()
  4392. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4393.  
  4394. lweld:Remove()
  4395. rweld:Remove()
  4396. tweld:Remove()
  4397.  
  4398. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  4399. local clone = torsoclone:Clone()
  4400. clone.Part0 = char.HumanoidRootPart
  4401. clone.Part1 = char.Torso
  4402. clone.Parent = char.HumanoidRootPart
  4403. end
  4404. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4405. local clone = leftclone:Clone()
  4406. clone.Part0 = char.Torso
  4407. clone.Part1 = char["Left Arm"]
  4408. clone.Parent = char.Torso
  4409. end
  4410. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4411. local clone = rightclone:Clone()
  4412. clone.Part0 = char.Torso
  4413. clone.Part1 = char["Right Arm"]
  4414. clone.Parent = char.Torso
  4415. end
  4416. local coru2=coroutine.wrap(function()
  4417. local whyy = grabbed
  4418. local continue = true
  4419. local repeats = 0
  4420. while continue == true do
  4421. local ree = pcall(function()
  4422. if repeats < 20 then
  4423. whyy:FindFirstChildOfClass('Humanoid').Health = whyy:FindFirstChildOfClass('Humanoid').Health-4.9
  4424. repeats = repeats+1
  4425. if whyy:FindFirstChildOfClass('Humanoid').Health <= 0 then
  4426. continue = false
  4427. end
  4428. else
  4429. continue = false
  4430. end
  4431. end)
  4432. if ree == false then
  4433. continue = false
  4434. end
  4435. if continue == true then
  4436. wait(0.2)
  4437. end
  4438. end
  4439. ragdollpart(whyy,"Head")
  4440. end)
  4441. coru2()
  4442. throwsound:Remove()
  4443. killsound:Remove()
  4444. end)
  4445. grabbed = nil
  4446. working = false
  4447. end
  4448.  
  4449. function release()
  4450. working = true
  4451. pcall(function()
  4452. unstun(grabbed)
  4453. grabbed = nil
  4454. grabweld:Destroy()
  4455. removewelds(char["Right Arm"])
  4456. removewelds(char["Left Arm"])
  4457. local rweld = Instance.new("Weld", char["Right Arm"])
  4458. local lweld = Instance.new("Weld", char["Left Arm"])
  4459. rweld.Part0 = char["Torso"]
  4460. rweld.Part1 = char["Right Arm"]
  4461. rweld.C0 = CFrame.new(1, 0.7, -0.75) * CFrame.Angles(0, math.rad(95), math.rad(105))
  4462. lweld.Part0 = char.Torso
  4463. lweld.Part1 = char["Left Arm"]
  4464. lweld.C0 = CFrame.new(-1.25, 0.7, -0.75) * CFrame.Angles(0, math.rad(-140), math.rad(-105))
  4465. local cor = coroutine.wrap(function()
  4466. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4467. end)
  4468. local cor2 = coroutine.wrap(function()
  4469. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0),0.08)
  4470. end)
  4471. cor()
  4472. cor2()
  4473. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4474. lweld:Remove()
  4475. rweld:Remove()
  4476. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4477. local clone = leftclone:Clone()
  4478. clone.Part0 = char.Torso
  4479. clone.Part1 = char["Left Arm"]
  4480. clone.Parent = char.Torso
  4481. end
  4482. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4483. local clone = rightclone:Clone()
  4484. clone.Part0 = char.Torso
  4485. clone.Part1 = char["Right Arm"]
  4486. clone.Parent = char.Torso
  4487. end
  4488. end)
  4489. working = false
  4490. end
  4491.  
  4492. function grab()
  4493. working = true
  4494. pcall(function()
  4495. local rweld = Instance.new("Weld", char["Right Arm"])
  4496. local lweld = Instance.new("Weld", char["Left Arm"])
  4497. rweld.Part0 = char["Torso"]
  4498. rweld.Part1 = char["Right Arm"]
  4499. rweld.C0 = CFrame.new(1.5, 0, 0)
  4500. lweld.Part0 = char.Torso
  4501. lweld.Part1 = char["Left Arm"]
  4502. lweld.C0 = CFrame.new(-1.5, 0, 0)
  4503.  
  4504. local at1 = Instance.new("Attachment", handle)
  4505. local at2 = Instance.new("Attachment", handle)
  4506. at1.Visible = false
  4507. at1.Position = Vector3.new(2, 0, 0)
  4508. at2.Visible = false
  4509. at2.Position = Vector3.new(-0.3, 0, 0)
  4510.  
  4511. local trail = Instance.new("Trail", handle)
  4512. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  4513. trail.LightEmission = 0.25
  4514. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  4515. trail.Lifetime = 0.10
  4516. trail.MinLength = 0.05
  4517. trail.Attachment0 = at1
  4518. trail.Attachment1 = at2
  4519.  
  4520. local spinnyshit = coroutine.wrap(function()
  4521. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-90), 0), 0.07)
  4522. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(90), 0), 0.07)
  4523. end)
  4524. spinnyshit()
  4525. local cor = coroutine.wrap(function()
  4526. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.08)
  4527. end)
  4528. cor()
  4529. lerp(lweld,lweld.C0,CFrame.new(-2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(-90)),0.08)
  4530. wait(0.15)
  4531. grabbing = true
  4532. local cor = coroutine.wrap(function()
  4533. lerp(rweld,rweld.C0,CFrame.new(1, 0.7, -0.75) * CFrame.Angles(0, math.rad(95), math.rad(105)),0.08)
  4534. end)
  4535. cor()
  4536. lerp(lweld,lweld.C0,CFrame.new(-1.25, 0.7, -0.75) * CFrame.Angles(0, math.rad(-140), math.rad(-105)),0.08)
  4537. at1:Remove()
  4538. at2:Remove()
  4539. trail:Remove()
  4540. wait(0.3)
  4541. grabbing = false
  4542.  
  4543. if grabbed == nil then
  4544. local cor = coroutine.wrap(function()
  4545. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4546. end)
  4547. local cor2 = coroutine.wrap(function()
  4548. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0),0.08)
  4549. end)
  4550. cor()
  4551. cor2()
  4552. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4553. lweld:Remove()
  4554. rweld:Remove()
  4555. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4556. local clone = leftclone:Clone()
  4557. clone.Part0 = char.Torso
  4558. clone.Part1 = char["Left Arm"]
  4559. clone.Parent = char.Torso
  4560. end
  4561. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4562. local clone = rightclone:Clone()
  4563. clone.Part0 = char.Torso
  4564. clone.Part1 = char["Right Arm"]
  4565. clone.Parent = char.Torso
  4566. end
  4567. end
  4568. end)
  4569. working = false
  4570. end
  4571.  
  4572. mouse.KeyDown:connect(function(kkk)
  4573. local key = kkk:lower()
  4574. if usable and working == false then
  4575. if key == "z" then
  4576. if equipped == false then
  4577. if firsttime then
  4578. firsttime = false
  4579. notify("Equipped || Press X or C to equip one of two weapons",true)
  4580. else
  4581. notify("Equipped")
  4582. end
  4583. equip()
  4584. else
  4585. notify("Unequipped")
  4586. unequip()
  4587. end
  4588. elseif key == "x" then
  4589. if blademode ~= "katana" and equipped == true then
  4590. getrid(handle)
  4591. if firsttime2 then
  4592. firsttime2 = false
  4593. notify("Katana mode enabled || Press Q, E, or click to perform an action",true)
  4594. else
  4595. notify("Katana mode enabled")
  4596. end
  4597. katanamode()
  4598. elseif blademode == "katana" then
  4599. getrid(handle)
  4600. notify("Katana mode disabled")
  4601. end
  4602. elseif key == "v" then
  4603. if blademode ~= "gun" and equipped == true then
  4604. getrid(handle)
  4605. if firsttime5 then
  4606. firsttime5 = false
  4607. notify("Gun mode enabled || Click to perform an action",true)
  4608. else
  4609. notify("Gun mode enabled")
  4610. end
  4611. gunmode()
  4612. elseif blademode == "gun" then
  4613. getrid(handle)
  4614. notify("Gun mode disabled")
  4615. end
  4616. elseif key == "b" then
  4617. if childlock == false then
  4618. if blademode ~= "dildo" and equipped == true then
  4619. getrid(handle)
  4620. if firsttime4 then
  4621. firsttime4 = false
  4622. notify("Dildo mode enabled || Click to perform an action",true)
  4623. else
  4624. notify("Dildo mode enabled")
  4625. end
  4626. dildo()
  4627. elseif blademode == "dildo" then
  4628. notify("Dildo mode disabled")
  4629. getrid(handle)
  4630. end
  4631. end
  4632. elseif key == "c" then
  4633. if blademode ~= "knife" and equipped == true then
  4634. getrid(handle)
  4635. if firsttime3 then
  4636. firsttime3 = false
  4637. notify("Knife mode enabled || Press F, E, T, or Q to set modes; Click to perform an action",true)
  4638. else
  4639. notify("Knife mode enabled")
  4640. end
  4641. knifemode()
  4642. elseif blademode == "knife" then
  4643. notify("Knife mode disabled")
  4644. getrid(handle)
  4645. end
  4646. elseif key == "q" then
  4647. if blademode == "katana" then
  4648. notify()
  4649. katanaQ()
  4650. elseif blademode == "knife" then
  4651. mode = "release"
  4652. notify("Mode changed to "..mode)
  4653. end
  4654. elseif key == "e" then
  4655. if blademode == "katana" then
  4656. notify()
  4657. katanaE()
  4658. elseif blademode == "knife" then
  4659. mode = "throw"
  4660. notify("Mode changed to "..mode)
  4661. end
  4662. elseif key == "f" then
  4663. if blademode == "handle" then
  4664. notify([[BEGONE
  4665. THOT]])
  4666. begoneTHOUGHT()
  4667. elseif blademode == "knife" then
  4668. mode = "kill"
  4669. notify("Mode changed to "..mode)
  4670. end
  4671. elseif key == "t" then
  4672. if blademode == "knife" then
  4673. mode = "fling"
  4674. notify("Mode changed to "..mode)
  4675. end
  4676. end
  4677. end
  4678. if key == "m" and sounding == false then
  4679. --badass mode
  4680. pcall(function()
  4681. if badass.Playing == false then
  4682. sounding = true
  4683. for i,v in pairs(workspace:GetDescendants()) do
  4684. if v:IsA('Sound') and v~=player.Character.Head.Badass then
  4685. v:Stop()
  4686. end
  4687. end
  4688. badass:Play()
  4689. badass.Volume = 10
  4690. sounding = false
  4691. else
  4692. sounding = true
  4693. for i=1,100 do
  4694. badass.Volume = badass.Volume-0.1
  4695. wait()
  4696. end
  4697. badass.Volume = 0
  4698. badass:Stop()
  4699. sounding = false
  4700. end
  4701. end)
  4702. end
  4703. if key == "r" then
  4704. rag1 = true
  4705. if rag1 == true and rag2 == true then
  4706. oogabooga()
  4707. end
  4708. end
  4709. if key == "g" then
  4710. rag2 = true
  4711. if rag1 == true and rag2 == true then
  4712. oogabooga()
  4713. end
  4714. end
  4715. end)
  4716. mouse.KeyUp:connect(function(key)
  4717. if key == "r" then
  4718. rag1 = false
  4719. end
  4720. if key == "g" then
  4721. rag2 = false
  4722. end
  4723. end)
  4724.  
  4725. handle.ChildAdded:connect(function(child)
  4726. if child:IsA('BasePart') then
  4727. child.CanCollide = false
  4728. if child.Name == "blade" then
  4729. child.Touched:connect(function(hit)
  4730. if blademode == "katana" and swinging then
  4731. if gettingeem then
  4732. if goteem == nil then
  4733. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4734. local sounn = Instance.new("Sound", char.Torso)
  4735. local lipp = math.random(1, 3)
  4736. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  4737. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  4738. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  4739. sounn:Play()
  4740. goteem = hit.Parent
  4741. pcall(function()
  4742. goteem.HumanoidRootPart:Destroy()
  4743. end)
  4744. pcall(function()
  4745. ragdollpart(goteem,"Right Arm")
  4746. ragdollpart(goteem,"Right Leg")
  4747. ragdollpart(goteem,"Left Arm")
  4748. ragdollpart(goteem,"Left Leg")
  4749. end)
  4750. pcall(function()
  4751. ragdollpart(goteem,"RightUpperArm")
  4752. ragdollpart(goteem,"RightUpperLeg")
  4753. ragdollpart(goteem,"LeftUpperArm")
  4754. ragdollpart(goteem,"LeftUpperLeg")
  4755. end)
  4756. pcall(function()
  4757. local weld = Instance.new('Weld',goteem.Torso)
  4758. weld.Part0 = goteem.Torso
  4759. weld.Part1 = handle
  4760. weld.C0 = CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  4761. end)
  4762. pcall(function()
  4763. local weld = Instance.new('Weld',goteem.UpperTorso)
  4764. weld.Part0 = goteem.UpperTorso
  4765. weld.Part1 = handle
  4766. weld.C0 = CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  4767. end)
  4768. pcall(function()
  4769. local thang = "Torso"
  4770. if goteem:FindFirstChild('UpperTorso') then
  4771. thang = "UpperTorso"
  4772. end
  4773. local ayybleed = Instance.new('Part',goteem)
  4774. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  4775. ayybleed.BrickColor = BrickColor.new('Maroon')
  4776. ayybleed.Material = Enum.Material.SmoothPlastic
  4777. ayybleed.Name = "ayybleed"
  4778. ayybleed.CanCollide = false
  4779. ayybleed.Transparency = 1
  4780. ayybleed.CFrame = goteem[thang].CFrame
  4781. ayybleed:BreakJoints()
  4782. local attachment1 = Instance.new('Attachment',ayybleed)
  4783. attachment1.Position = Vector3.new(0,0,0)
  4784. attachment1.Orientation = Vector3.new(-90, 0, -90)
  4785. local attachment0 = Instance.new('Attachment',goteem[thang])
  4786. if attachment0 and attachment1 then
  4787. local constraint = Instance.new("HingeConstraint")
  4788. constraint.Attachment0 = attachment0
  4789. constraint.Attachment1 = attachment1
  4790. constraint.LimitsEnabled = true
  4791. constraint.UpperAngle = 0
  4792. constraint.LowerAngle = 0
  4793. constraint.Parent = goteem
  4794. end
  4795. local bleedBLEED= coroutine.wrap(function()
  4796. bleed(ayybleed)
  4797. end)
  4798. bleedBLEED()
  4799. end)
  4800. end
  4801. end
  4802. elseif SLESH then
  4803.  
  4804. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4805. local sounn = Instance.new("Sound", char.Torso)
  4806. local lipp = math.random(1, 3)
  4807. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  4808. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  4809. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  4810. sounn:Play()
  4811. ragdollpart(hit.Parent,hit.Name,false)
  4812. end
  4813. else
  4814. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4815. local sounn = Instance.new("Sound", char.Torso)
  4816. local lipp = math.random(1, 3)
  4817. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  4818. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  4819. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  4820. sounn:Play()
  4821. swinging = false
  4822. ragdollpart(hit.Parent,"Head",true,false)
  4823. end
  4824. end
  4825. elseif blademode == "knife" then
  4826. if grabbing == true and grabbed == nil then
  4827. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4828. grabbed = hit.Parent
  4829.  
  4830. stun(grabbed)
  4831.  
  4832. local grabwelds = Instance.new("Weld", char.Torso)
  4833. grabwelds.Part0 = char.Torso
  4834. pcall(function()
  4835. grabwelds.Part1 = grabbed.Torso
  4836. end)
  4837. pcall(function()
  4838. grabwelds.Part1 = grabbed.UpperTorso
  4839. end)
  4840. grabwelds.C0 = CFrame.new(-0.45, 0, -1)
  4841. grabweld = grabwelds
  4842. end
  4843. end
  4844. end
  4845. end)
  4846. end
  4847. elseif child:IsA("Model") then
  4848. child.ChildAdded:connect(function(dildotip)
  4849. if dildotip:IsA('BasePart') then
  4850. dildotip.Touched:connect(function(hit)
  4851. if MOAN == true then
  4852. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4853. local sound = Instance.new('Sound',hit.Parent.Head)
  4854. sound.SoundId = 'rbxassetid://959679286'
  4855. sound.Volume = 5
  4856. sound:Play()
  4857. local sound3 = Instance.new("Sound",hit.Parent.Head)
  4858. sound3.Volume = 5.5
  4859. sound3.SoundId = "rbxassetid://702631545"
  4860. sound3:Play()
  4861. pcall(function()
  4862. for i,v in pairs(hit.Parent.Head:GetChildren()) do
  4863. if v:IsA('Decal') then v:Destroy() end
  4864. end
  4865. end)
  4866. pcall(function()
  4867. local ree=Instance.new('Decal',hit.Parent.Head)
  4868. ree.Name = "face"
  4869. ree.Texture = "rbxassetid://996521543"
  4870. end)
  4871. MOAN = false
  4872. aidsificating = hit.Parent
  4873. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  4874. if v:IsA("Part") then
  4875. v:FindFirstChild("ParticleEmitter"):Destroy()
  4876. end
  4877. end
  4878. end
  4879. end
  4880. end)
  4881. end
  4882. end)
  4883. end
  4884. end)
  4885.  
  4886. mouse.Button1Down:connect(function(jew)
  4887. if usable and working == false and equipped then
  4888. if blademode == "katana" then
  4889. notify()
  4890. katanaswing()
  4891. elseif blademode == "knife" then
  4892. notify()
  4893. if grabbed == nil then
  4894. if mode == "fling" then
  4895. fling()
  4896. else
  4897. grab()
  4898. end
  4899. elseif grabbed ~= nil then
  4900. if mode == "kill" then
  4901. kill()
  4902. elseif mode == "throw" then
  4903. throw()
  4904. elseif mode == "release" then
  4905. release()
  4906. end
  4907. end
  4908. elseif blademode == "dildo" then
  4909. raep()
  4910. end
  4911. end
  4912. end)
  4913.  
  4914. end
  4915. spawned()
  4916.  
  4917. player.CharacterAdded:connect(function()
  4918. spawned()
  4919. end)
  4920. local avgs = {}
  4921.  
  4922. game:GetService('RunService').Heartbeat:connect(function(step)
  4923. local ofps = math.floor((60/(step*60))*10)/10
  4924. if #avgs > 100 then
  4925. table.remove(avgs,1)
  4926. end
  4927. table.insert(avgs,#avgs+1,ofps)
  4928. local fpsa = 0
  4929. for i,v in pairs(avgs) do
  4930. fpsa = fpsa+v
  4931. end
  4932. fpsa = math.floor(fpsa/#avgs)
  4933. fps.Text = 'FPS: '..tostring(fpsa)
  4934. end)
  4935.  
  4936. while true do
  4937. for i,v in pairs(rekt) do
  4938. if v.Parent ~= nil then
  4939. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChildOfClass('Humanoid').Health>0 then
  4940. for a,c in pairs(v:GetChildren()) do
  4941. if c:IsA('Tool') then
  4942. c.ManualActivationOnly = true
  4943. wait()
  4944. if game:GetService('Players'):GetPlayerFromCharacter(v) then
  4945. c.Parent = game:GetService('Players'):GetPlayerFromCharacter(v).Backpack
  4946. c.ManualActivationOnly = false
  4947. end
  4948. end
  4949. end
  4950. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4951. v:FindFirstChildOfClass('Humanoid').Sit = false
  4952. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4953. v:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  4954. v:FindFirstChildOfClass('Humanoid').Name = "hecc"
  4955. else
  4956. table.remove(rekt,i)
  4957. end
  4958. else
  4959. table.remove(rekt,i)
  4960. end
  4961. end
  4962. wait()
  4963. end
  4964. end)
  4965.  
  4966. TextButton_2.Parent = TextLabel
  4967. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4968. TextButton_2.Position = UDim2.new(0, 160, 0, 90)
  4969. TextButton_2.Size = UDim2.new(0, 117, 0, 50)
  4970. TextButton_2.Font = Enum.Font.SourceSans
  4971. TextButton_2.Text = "Spawn Blocks"
  4972. TextButton_2.TextSize = 14
  4973.  
  4974. TextButton_2.MouseButton1Down:connect(function()
  4975. local plr = game.Players.LocalPlayer
  4976. local good = true
  4977. local R15 = false
  4978. while plr.Character == nil or plr.Character:FindFirstChildOfClass('Humanoid') == nil do
  4979. wait()
  4980. end
  4981. if plr.Character:FindFirstChildOfClass('Humanoid').RigType == Enum.HumanoidRigType.R15 then
  4982. R15 = true
  4983. end
  4984.  
  4985. function makegui()
  4986. -- Objects
  4987.  
  4988. local ScreenGui = Instance.new("ScreenGui")
  4989. local Frame = Instance.new("Frame")
  4990. local TextBox = Instance.new("TextLabel")
  4991.  
  4992. -- Properties
  4993.  
  4994. ScreenGui.Parent = plr.PlayerGui
  4995.  
  4996. Frame.Parent = ScreenGui
  4997. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  4998. Frame.BackgroundTransparency = 0.5
  4999. Frame.BorderSizePixel = 0
  5000. Frame.Size = UDim2.new(1, 0, 0, 0)
  5001.  
  5002. TextBox.Parent = Frame
  5003. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  5004. TextBox.BackgroundTransparency = 1
  5005. TextBox.Position = UDim2.new(0.05, 0, 0.05, 0)
  5006. TextBox.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  5007. TextBox.Font = Enum.Font.Code
  5008. TextBox.FontSize = Enum.FontSize.Size14
  5009. TextBox.Text = ""
  5010. TextBox.TextColor3 = Color3.new(1, 1, 1)
  5011. TextBox.TextScaled = true
  5012. TextBox.TextSize = 14
  5013. TextBox.TextWrapped = true
  5014. Frame:TweenSize(UDim2.new(1, 0, 0.2, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
  5015. wait(1.5)
  5016. local text = "This script doesn't work in R15, sorry!"
  5017. for i=1,string.len(text) do
  5018. TextBox.Text = string.sub(text,1,i)
  5019. wait()
  5020. end
  5021. wait(2)
  5022. TextBox.Text = ""
  5023. Frame:TweenSize(UDim2.new(1, 0, 0, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
  5024. end
  5025. function makegui2()
  5026. -- Objects
  5027.  
  5028. local ScreenGui = Instance.new("ScreenGui")
  5029. local Frame = Instance.new("Frame")
  5030. local TextBox = Instance.new("TextLabel")
  5031.  
  5032. -- Properties
  5033.  
  5034. ScreenGui.Parent = plr.PlayerGui
  5035.  
  5036. Frame.Parent = ScreenGui
  5037. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5038. Frame.BackgroundTransparency = 0.5
  5039. Frame.BorderSizePixel = 0
  5040. Frame.Size = UDim2.new(1, 0, 0, 0)
  5041.  
  5042. TextBox.Parent = Frame
  5043. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  5044. TextBox.BackgroundTransparency = 1
  5045. TextBox.Position = UDim2.new(0.05, 0, 0.05, 0)
  5046. TextBox.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  5047. TextBox.Font = Enum.Font.Code
  5048. TextBox.FontSize = Enum.FontSize.Size14
  5049. TextBox.Text = ""
  5050. TextBox.TextColor3 = Color3.new(1, 1, 1)
  5051. TextBox.TextScaled = true
  5052. TextBox.TextSize = 14
  5053. TextBox.TextWrapped = true
  5054. Frame:TweenSize(UDim2.new(1, 0, 0.2, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
  5055. wait(1.5)
  5056. local text = "This script doesn't work in Filtering Enabled, sorry!"
  5057. for i=1,string.len(text) do
  5058. TextBox.Text = string.sub(text,1,i)
  5059. wait()
  5060. end
  5061. wait(2)
  5062. TextBox.Text = ""
  5063. Frame:TweenSize(UDim2.new(1, 0, 0, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
  5064. end
  5065. function makegui3()
  5066. -- Objects
  5067.  
  5068. local ScreenGui = Instance.new("ScreenGui")
  5069. local Frame = Instance.new("Frame")
  5070. local TextBox = Instance.new("TextLabel")
  5071.  
  5072. -- Properties
  5073.  
  5074. ScreenGui.Parent = plr.PlayerGui
  5075.  
  5076. Frame.Parent = ScreenGui
  5077. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5078. Frame.BackgroundTransparency = 0.5
  5079. Frame.BorderSizePixel = 0
  5080. Frame.Size = UDim2.new(1, 0, 0, 0)
  5081.  
  5082. TextBox.Parent = Frame
  5083. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  5084. TextBox.BackgroundTransparency = 1
  5085. TextBox.Position = UDim2.new(0.05, 0, 0.05, 0)
  5086. TextBox.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  5087. TextBox.Font = Enum.Font.Code
  5088. TextBox.FontSize = Enum.FontSize.Size14
  5089. TextBox.Text = ""
  5090. TextBox.TextColor3 = Color3.new(1, 1, 1)
  5091. TextBox.TextScaled = true
  5092. TextBox.TextSize = 14
  5093. TextBox.TextWrapped = true
  5094. Frame:TweenSize(UDim2.new(1, 0, 0.2, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
  5095. wait(1.5)
  5096. local text = "Press F on a player to force choke them, and hold G to use force lightning."
  5097. for i=1,string.len(text) do
  5098. TextBox.Text = string.sub(text,1,i)
  5099. wait()
  5100. end
  5101. wait(2)
  5102. TextBox.Text = ""
  5103. Frame:TweenSize(UDim2.new(1, 0, 0, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,1,false)
  5104. end
  5105.  
  5106.  
  5107. local coru = coroutine.wrap(function()
  5108. if R15 then
  5109. good = false
  5110. makegui()
  5111. elseif workspace.FilteringEnabled then
  5112. good = false
  5113. makegui2()
  5114. else
  5115. makegui3()
  5116. end
  5117. end)
  5118. coru()
  5119.  
  5120.  
  5121. if good then
  5122. local mou = plr:GetMouse()
  5123. local choking = false
  5124. local zapping = false
  5125. local target = nil
  5126. local lastzap = nil
  5127. local oldHit = nil
  5128. local startpos = CFrame.new(0,0,0)
  5129. local beforehealth = 100
  5130. local timez = 0
  5131.  
  5132. Gibs = workspace
  5133.  
  5134. function Kill(Character,yee,oh)
  5135. if Character:FindFirstChildOfClass('Humanoid') then
  5136. Character:FindFirstChildOfClass('Humanoid').Health = 0
  5137. local svch = Character
  5138. local hum = Character:findFirstChild("Humanoid")
  5139. Character.Archivable = true
  5140. local chrclone = Character:clone()
  5141. Character.Archivable = false
  5142.  
  5143. local ch = chrclone:GetChildren()
  5144. local i
  5145. for i = 1,#ch do
  5146. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" or ch[i].ClassName == "Script" then
  5147. ch[i]:remove()
  5148. end
  5149. end
  5150. local function Scan(ch)
  5151. local e
  5152. for e = 1,#ch do
  5153. Scan(ch[e]:GetChildren())
  5154. if ch[e].ClassName == "Weld" or ch[e].ClassName == "Motor6D" then
  5155. ch[e]:remove()
  5156. end
  5157. end
  5158. end
  5159. Scan(chrclone:GetChildren())
  5160.  
  5161. local hum2 = chrclone:findFirstChild("Humanoid")
  5162.  
  5163.  
  5164. if hum2 ~= nil then
  5165. hum2.Name = "Humanoid2"
  5166. hum2.PlatformStand = true
  5167. hum2.Sit = true
  5168. hum2.MaxHealth = 0
  5169. hum2.Health = 0
  5170. end
  5171.  
  5172. local ch = Character:GetChildren()
  5173. local i
  5174. for i = 1,#ch do
  5175. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  5176. ch[i]:remove()
  5177. end
  5178. end
  5179.  
  5180. wait(0.2)
  5181.  
  5182. local ch = Character:GetChildren()
  5183. local i
  5184. for i = 1,#ch do
  5185. if ch[i].ClassName == "Part" or ch[i].ClassName == "Hat" or ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  5186. ch[i]:remove()
  5187. end
  5188. end
  5189. Character = chrclone
  5190. local Torso = Character.Torso
  5191. local movevector = Vector3.new()
  5192. if Character.Torso ~= nil then
  5193. local killtors = Character:findFirstChild("Torso")
  5194. if killtors ~= nil then
  5195. movevector = CFrame.new(plr.Character["Right Arm"].Position,Torso.Position).lookVector
  5196. end
  5197. end
  5198. if Torso then
  5199. local Head = Character:FindFirstChild("Head")
  5200. if Head and yee == false then
  5201. local Neck = Instance.new("Weld")
  5202. Neck.Name = "Neck"
  5203. Neck.Part0 = Torso
  5204. Neck.Part1 = Head
  5205. Neck.C0 = CFrame.new(0, 1.5, 0)
  5206. Neck.C1 = CFrame.new()
  5207. Neck.Parent = Torso
  5208. end
  5209. local Limb = Character:FindFirstChild("Right Arm")
  5210. if Limb then
  5211. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  5212. local Joint = Instance.new("Glue")
  5213. Joint.Name = "RightShoulder"
  5214. Joint.Part0 = Torso
  5215. Joint.Part1 = Limb
  5216. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5217. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5218. Joint.Parent = Torso
  5219. local B = Instance.new("Part")
  5220. B.TopSurface = 0
  5221. B.BottomSurface = 0
  5222. B.formFactor = "Symmetric"
  5223. B.Size = Vector3.new(1, 1, 1)
  5224. B.Transparency = 1
  5225. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  5226. B.Parent = Character
  5227. local W = Instance.new("Weld")
  5228. W.Part0 = Limb
  5229. W.Part1 = B
  5230. W.C0 = CFrame.new(0, -0.5, 0)
  5231. W.Parent = Limb
  5232. end
  5233. local Limb = Character:FindFirstChild("Left Arm")
  5234. if Limb then
  5235. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  5236. local Joint = Instance.new("Glue")
  5237. Joint.Name = "LeftShoulder"
  5238. Joint.Part0 = Torso
  5239. Joint.Part1 = Limb
  5240. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5241. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5242. Joint.Parent = Torso
  5243.  
  5244. local B = Instance.new("Part")
  5245. B.TopSurface = 0
  5246. B.BottomSurface = 0
  5247. B.formFactor = "Symmetric"
  5248. B.Size = Vector3.new(1, 1, 1)
  5249. B.Transparency = 1
  5250. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  5251. B.Parent = Character
  5252. local W = Instance.new("Weld")
  5253. W.Part0 = Limb
  5254. W.Part1 = B
  5255. W.C0 = CFrame.new(0, -0.5, 0)
  5256. W.Parent = Limb
  5257. end
  5258. local Limb = Character:FindFirstChild("Right Leg")
  5259. if Limb then
  5260.  
  5261. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  5262. local Joint = Instance.new("Glue")
  5263. Joint.Name = "RightHip"
  5264. Joint.Part0 = Torso
  5265. Joint.Part1 = Limb
  5266. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5267. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5268. Joint.Parent = Torso
  5269.  
  5270. local B = Instance.new("Part")
  5271. B.TopSurface = 0
  5272. B.BottomSurface = 0
  5273. B.formFactor = "Symmetric"
  5274. B.Size = Vector3.new(1, 1, 1)
  5275. B.Transparency = 1
  5276. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  5277. B.Parent = Character
  5278. local W = Instance.new("Weld")
  5279. W.Part0 = Limb
  5280. W.Part1 = B
  5281. W.C0 = CFrame.new(0, -0.5, 0)
  5282. W.Parent = Limb
  5283.  
  5284. end
  5285. local Limb = Character:FindFirstChild("Left Leg")
  5286. if Limb then
  5287.  
  5288. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  5289. local Joint = Instance.new("Glue")
  5290. Joint.Name = "LeftHip"
  5291. Joint.Part0 = Torso
  5292. Joint.Part1 = Limb
  5293. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5294. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5295. Joint.Parent = Torso
  5296.  
  5297. local B = Instance.new("Part")
  5298. B.TopSurface = 0
  5299. B.BottomSurface = 0
  5300. B.formFactor = "Symmetric"
  5301. B.Size = Vector3.new(1, 1, 1)
  5302. B.Transparency = 1
  5303. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  5304. B.Parent = Character
  5305. local W = Instance.new("Weld")
  5306. W.Part0 = Limb
  5307. W.Part1 = B
  5308. W.C0 = CFrame.new(0, -0.5, 0)
  5309. W.Parent = Limb
  5310.  
  5311. end
  5312. --[
  5313. local Bar = Instance.new("Part")
  5314. Bar.TopSurface = 0
  5315. Bar.BottomSurface = 0
  5316. Bar.formFactor = "Symmetric"
  5317. Bar.Size = Vector3.new(1, 1, 1)
  5318. Bar.Transparency = 1
  5319. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  5320. Bar.Parent = Character
  5321. local Weld = Instance.new("Weld")
  5322. Weld.Part0 = Torso
  5323. Weld.Part1 = Bar
  5324. Weld.C0 = CFrame.new(0, 0.5, 0)
  5325. Weld.Parent = Torso
  5326. --]]
  5327. end
  5328. Character.Parent = Gibs
  5329. game.Debris:AddItem(Character, 12)
  5330. Character.Torso.Velocity = plr.Character.Torso.CFrame.lookVector*10
  5331. Character.Head.Velocity = plr.Character.Torso.CFrame.lookVector*10
  5332. if oh then
  5333. local repulse = Instance.new('BodyForce',Torso)
  5334. repulse.Force = movevector*10000 + Vector3.new(0,1000,0)
  5335. game.Debris:AddItem(repulse,0.05)
  5336. for i,v in pairs(chrclone:GetChildren()) do
  5337. if v:IsA('BasePart') then
  5338. v.BrickColor = BrickColor.Black()
  5339. end
  5340. end
  5341. local sound = Instance.new('Sound',Torso)
  5342. sound.EmitterSize = 50
  5343. sound.MaxDistance = 100
  5344. sound.Volume = 6
  5345. sound.SoundId = 'rbxassetid://157325701'
  5346. sound:Play()
  5347. sound.Ended:connect(function()
  5348. sound:Destroy()
  5349. end)
  5350. end
  5351. local duh = Torso
  5352. if yee == true then
  5353. ee = Instance.new("Part")
  5354. ee.Anchored = false
  5355. ee.CanCollide = false
  5356. ee.Parent = duh
  5357. ee.Transparency =1
  5358. ee.Size = Vector3.new(0.15, 0.15, 0.15)
  5359. wee = Instance.new("Weld")
  5360. wee.Parent = duh
  5361. wee.Part0 = duh
  5362. wee.Part1 = ee
  5363. wee.C0 = CFrame.new(0, 1, 0)
  5364. ge = Instance.new('ParticleEmitter')
  5365. ge.Parent = ee
  5366. ge.Texture = "rbxassetid://29712167"
  5367. ge.Size = NumberSequence.new(0.2,0.05)
  5368. ge.Acceleration = Vector3.new(0, -20, 0)
  5369. ge.Rate = 100000
  5370. ge.Speed = NumberRange.new(7,8)
  5371. ge.Lifetime = NumberRange.new(3,4)
  5372. ge.VelocitySpread = 10
  5373. ge.VelocityInheritance = 0.3
  5374. ea = Instance.new("Part")
  5375. ea.Anchored = false
  5376. ea.CanCollide = false
  5377. ea.Parent = Character.Head
  5378. ea.Transparency =1
  5379. ea.Size = Vector3.new(0.15, 0.15, 0.15)
  5380. wea = Instance.new("Weld")
  5381. wea.Parent = Character.Head
  5382. wea.Part0 = Character.Head
  5383. wea.Part1 = ea
  5384. wea.C0 = CFrame.new(0, -0.7, 0)
  5385. ga = Instance.new('ParticleEmitter')
  5386. ga.Parent = ea
  5387. ga.Texture = "rbxassetid://29712167"
  5388. ga.Size = NumberSequence.new(0.2,0.05)
  5389. ga.Acceleration = Vector3.new(0, -20, 0)
  5390. ga.Rate = 100000
  5391. ga.Speed = NumberRange.new(7,8)
  5392. ga.Lifetime = NumberRange.new(3,4)
  5393. ga.VelocitySpread = 10
  5394. ga.VelocityInheritance = 0.3
  5395. ga.EmissionDirection = Enum.NormalId.Bottom
  5396. end
  5397. end
  5398. end
  5399.  
  5400. function gettouching(startpos,endpos,dont)
  5401. local ray = Ray.new(startpos,(endpos-startpos).unit*300)
  5402. local ignore = {}
  5403. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  5404. if v.Character and v ~= plr then
  5405. table.insert(ignore,v.Character)
  5406. end
  5407. end
  5408. local part,pos = workspace:FindPartOnRayWithWhitelist(ray,ignore,false)
  5409. if part then
  5410. if part.Parent:FindFirstChildOfClass('Humanoid') and part.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  5411. local coru = coroutine.wrap(function()
  5412. Kill(part.Parent,false,true)
  5413. end)
  5414. coru()
  5415. end
  5416. end
  5417. table.insert(ignore,dont)
  5418. local part2,pos2 = workspace:FindPartOnRayWithIgnoreList(ray,ignore,false,true)
  5419. if part2 and part2.Parent and part2.Parent ~= plr.Character and part2.Parent:FindFirstChildOfClass('Humanoid') and part2.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  5420. local coru = coroutine.wrap(function()
  5421. Kill(part2.Parent,false,true)
  5422. end)
  5423. coru()
  5424. end
  5425. end
  5426.  
  5427. function makelaser(parent)
  5428. local part = Instance.new('Part',parent)
  5429. part.Size = Vector3.new(0.2,0.2,0.2)
  5430. part.Transparency = 1
  5431. part.CanCollide = false
  5432. local weld = Instance.new('Weld',part)
  5433. weld.Part0 = part
  5434. weld.Part1 = plr.Character["Right Arm"]
  5435. weld.C0 = CFrame.new(0,1.25,0)
  5436. for i=1,5 do
  5437. local mouse = mou
  5438. targ = mouse.Target
  5439. if targ then
  5440. hum = targ.Parent:findFirstChild("Humanoid")
  5441. Hit = mouse.hit
  5442. local P = Instance.new("Part")
  5443. P.Name = "Guideline"
  5444. P.Material = Enum.Material.Neon
  5445. local Place0 = part.CFrame
  5446. P.formFactor = 0
  5447. P.Size = Vector3.new(1,1,(Place0.p - Hit.p).magnitude)
  5448. if plr.Character:FindFirstChild('Right Arm') then
  5449. for i,v in pairs(plr.Character:FindFirstChild('Right Arm'):GetChildren()) do
  5450. if v:IsA('Sound') and v.Name == "Electricity" then
  5451. if Place0 and Hit and (Place0.p - Hit.p).magnitude >= 20 then
  5452. v.MaxDistance = (Place0.p - Hit.p).magnitude
  5453. v.EmitterSize = (Place0.p - Hit.p).magnitude
  5454. elseif Place0 and Hit then
  5455. v.MaxDistance = 20
  5456. v.EmitterSize = 20
  5457. end
  5458. end
  5459. end
  5460. end
  5461. P.CFrame = CFrame.new((Place0.p + Hit.p)/2,Place0.p)
  5462. P.Parent = parent
  5463. P.BrickColor = BrickColor.Yellow()
  5464. P.Anchored = true
  5465. P.CanCollide = false
  5466. P.Transparency = 1
  5467. local m = Instance.new("BlockMesh")
  5468. m.Scale = Vector3.new(0.1,0.1,1)
  5469. m.Parent = P
  5470. local mh = mouse.Hit
  5471. for c1 = 1, 1 do
  5472. oldHit = part.CFrame
  5473. for count = 1, 9 do
  5474. local val1 = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  5475. local val2 = P.Size.z / 10
  5476. local val3 = P.CFrame.lookVector * -1
  5477. local val4 = count * val2
  5478. local val5 = val4 * val3
  5479. local val6 = part.CFrame.p
  5480. local Hit = CFrame.new(val5 + val1 + val6)
  5481. local s = Instance.new("Part")
  5482. s.Name = "Spark"
  5483. s.Material = Enum.Material.Neon
  5484. local Place0 = oldHit
  5485. s.formFactor = 0
  5486. s.Size = Vector3.new(1,1,(Place0.p - Hit.p).magnitude)
  5487. s.CFrame = CFrame.new((Place0.p + Hit.p)/2,Place0.p)
  5488. s.Parent = parent
  5489. s.BrickColor = BrickColor.new('Instatutional white')
  5490. s.Anchored = true
  5491. s.CanCollide = false
  5492. m = Instance.new("BlockMesh")
  5493. m.Scale = Vector3.new(0.1,0.1,1)
  5494. m.Parent = s
  5495. local clone = s:clone()
  5496. clone.Mesh.Scale = Vector3.new(0.3,0.3,1.1)
  5497. clone.BrickColor = BrickColor.new('Electric blue')
  5498. clone.Transparency = 0.8
  5499. clone.Parent = s.Parent
  5500. oldHit = Hit
  5501. end
  5502. Hit = oldHit
  5503. local s = Instance.new("Part")
  5504. s.Name = "Spark"
  5505. s.Material = Enum.Material.Neon
  5506. local Place0 = mh
  5507. s.formFactor = 0
  5508. s.Size = Vector3.new(1,1,(Place0.p - Hit.p).magnitude)
  5509. s.CFrame = CFrame.new((Place0.p + Hit.p)/2,Place0.p)
  5510. s.Parent = parent
  5511. s.BrickColor = BrickColor.new('Instatutional white')
  5512. s.Anchored = true
  5513. s.CanCollide = false
  5514. m = Instance.new("BlockMesh")
  5515. m.Scale = Vector3.new(0.1,0.1,1)
  5516. m.Parent = s
  5517. local clone = s:clone()
  5518. clone.Mesh.Scale = Vector3.new(0.3,0.3,1.1)
  5519. clone.BrickColor = BrickColor.new('Electric blue')
  5520. clone.Transparency = 0.8
  5521. clone.Parent = s.Parent
  5522. gettouching(part.Position,mou.Hit.p,parent)
  5523. end
  5524. P:remove()
  5525. end
  5526. end
  5527. end
  5528.  
  5529. function chokearms(chr)
  5530. if chr:FindFirstChild('Torso') then
  5531. if chr:FindFirstChild('Right Arm') then
  5532. if chr.Torso:FindFirstChild('Right Shoulder') then
  5533. chr.Torso["Right Shoulder"]:Destroy()
  5534. end
  5535. local thing = Instance.new('Weld',chr.Torso)
  5536. thing.Name = "Right Shoulder"
  5537. thing.Part0 = chr.Torso
  5538. thing.Part1 = chr["Right Arm"]
  5539. thing.C0 = CFrame.new(0.811074257, 0.835914135, -0.381313324, 0.27563563, 0.961260796, 2.0569455e-06, 0.488285512, -0.140010983, -0.861379266, -0.828009903, 0.237427771, -0.50796169)
  5540. end
  5541. if chr:FindFirstChild('Left Arm') then
  5542. if chr.Torso:FindFirstChild('Left Shoulder') then
  5543. chr.Torso["Left Shoulder"]:Destroy()
  5544. end
  5545. local thing = Instance.new('Weld',chr.Torso)
  5546. thing.Name = "Left Shoulder"
  5547. thing.Part0 = chr["Left Arm"]
  5548. thing.Part1 = chr.Torso
  5549. thing.C0 = CFrame.new(0.962814331, -0.457080841, 0.306755066, 0.309041202, -0.579310298, 0.754249752, -0.951046288, -0.188228443, 0.245104745, -2.09111568e-05, -0.793076754, -0.609121859)
  5550. end
  5551. end
  5552. end
  5553.  
  5554. function fixarms(chr)
  5555. if chr:FindFirstChild('Torso') then
  5556. for i,v in pairs(chr.Torso:GetChildren()) do
  5557. if v.Name == "Right Shoulder" or v.Name == "Left Shoulder" then
  5558. v:Destroy()
  5559. end
  5560. end
  5561. if chr:FindFirstChild('Right Arm') then
  5562. local rs = Instance.new('Motor6D',chr.Torso)
  5563. rs.Name = "Right Shoulder"
  5564. rs.Part0 = chr.Torso
  5565. rs.Part1 = chr:FindFirstChild('Right Arm')
  5566. rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5567. rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5568. end
  5569. if chr:FindFirstChild('Left Arm') then
  5570. local ls = Instance.new('Motor6D',chr.Torso)
  5571. ls.Name = "Left Shoulder"
  5572. ls.Part0 = chr.Torso
  5573. ls.Part1 = chr:FindFirstChild('Left Arm')
  5574. ls.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5575. ls.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5576. end
  5577. end
  5578. end
  5579.  
  5580. mou.KeyDown:connect(function(key)
  5581. if key == "f" and mou.Target and zapping == false then
  5582. if choking == false then
  5583. local hum = mou.Target.Parent:FindFirstChildOfClass('Humanoid')
  5584.  
  5585. if hum == nil then
  5586. hum = mou.Target.Parent.Parent:FindFirstChildOfClass('Humanoid')
  5587. end
  5588.  
  5589. if hum and hum.Parent:FindFirstChild('Torso') and hum.Health > 0 then
  5590. beforehealth = hum.Health
  5591. choking = true
  5592. target = hum.Parent.Torso
  5593. local sound = Instance.new('Sound',target)
  5594. sound.Volume = 5
  5595. sound.EmitterSize = 50
  5596. sound.MaxDistance = 100
  5597. sound.SoundId = 'rbxassetid://418658161'
  5598. sound.Looped = false
  5599. sound.PlaybackSpeed = 0.75
  5600. sound.Name = "Choking"
  5601. sound:Play()
  5602. startpos = target.CFrame
  5603. chokearms(target.Parent)
  5604. local bod = Instance.new('BodyPosition',hum.Parent.Torso)
  5605. bod.Position = target.Position+Vector3.new(0,12,0)
  5606. bod.MaxForce = Vector3.new(100000,100000,100000)
  5607. bod.P = 1000
  5608. bod.D = 500
  5609. end
  5610. if target and target:FindFirstChild('Breathing') then
  5611. target.Breathing:Destroy()
  5612. end
  5613. local coru = coroutine.wrap(function()
  5614. while timez < 5 and choking do
  5615. timez = timez + 0.1
  5616. if target.Parent:FindFirstChildOfClass('Humanoid') then
  5617. if target.Parent:FindFirstChildOfClass('Humanoid').Health - (beforehealth/49) > 0 then
  5618. target.Parent:FindFirstChildOfClass('Humanoid').Health = target.Parent:FindFirstChildOfClass('Humanoid').Health - (beforehealth/49)
  5619. end
  5620. end
  5621. wait(0.1)
  5622. end
  5623. if timez >= 5 then
  5624. if target and target.Parent and target.Parent:FindFirstChildOfClass('Humanoid') and target.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  5625. if target and target:FindFirstChild('Choking') then
  5626. target.Choking:Stop()
  5627. target.Choking:Destroy()
  5628. end
  5629. if target then
  5630. for i,v in pairs(target:GetChildren()) do
  5631. if v:IsA("BodyPosition") then
  5632. v:Destroy()
  5633. end
  5634. end
  5635. end
  5636. Kill(target.Parent,false,false)
  5637. end
  5638. end
  5639. target = nil
  5640. choking = false
  5641. startpos = CFrame.new(0,0,0)
  5642. timez = 0
  5643. for i,v in pairs(plr.Character.Torso:GetChildren()) do
  5644. if v.Name == "Right Shoulder" and v:IsA('Weld') then
  5645. v:Destroy()
  5646. end
  5647. end
  5648. if plr.Character.Torso:FindFirstChild('Right Shoulder') == nil then
  5649. local rs = Instance.new('Motor6D',plr.Character.Torso)
  5650. rs.Name = "Right Shoulder"
  5651. rs.Part0 = plr.Character.Torso
  5652. rs.Part1 = plr.Character:FindFirstChild('Right Arm')
  5653. rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5654. rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5655. end
  5656. end)
  5657. coru()
  5658. else
  5659. if target and target:FindFirstChild('Choking') then
  5660. fixarms(target.Parent)
  5661. target.Choking:Stop()
  5662. target.Choking:Destroy()
  5663. local sound = Instance.new('Sound',target)
  5664. sound.Volume = 5
  5665. sound.EmitterSize = 50
  5666. sound.MaxDistance = 100
  5667. sound.SoundId = 'rbxassetid://304511128'
  5668. sound.Looped = true
  5669. sound.PlaybackSpeed = 1
  5670. sound.Name = "Breathing"
  5671. sound:Play()
  5672. game:GetService('Debris'):AddItem(sound,timez)
  5673. for i,v in pairs(target:GetChildren()) do
  5674. if v:IsA("BodyPosition") then
  5675. v:Destroy()
  5676. end
  5677. end
  5678. end
  5679. if target.Parent:FindFirstChildOfClass('Humanoid') then
  5680. target.Parent:FindFirstChildOfClass('Humanoid').Health = beforehealth
  5681. end
  5682. target = nil
  5683. choking = false
  5684. startpos = CFrame.new(0,0,0)
  5685. timez = 0
  5686. end
  5687. elseif key == "g" and choking == false then
  5688. zapping = true
  5689. local electricity = Instance.new("Sound",plr.Character:FindFirstChild('Right Arm'))
  5690. electricity.Name = "Electricity"
  5691. electricity.SoundId = "rbxassetid://379557765"
  5692. electricity.Volume = 5
  5693. electricity.EmitterSize = 100
  5694. electricity.MaxDistance = 100
  5695. electricity.Looped = true
  5696. electricity:Play()
  5697. end
  5698. end)
  5699.  
  5700. mou.KeyUp:connect(function(key)
  5701. if key == "g" then
  5702. zapping = false
  5703. if plr.Character:FindFirstChild('Right Arm') then
  5704. for i,v in pairs(plr.Character:FindFirstChild('Right Arm'):GetChildren()) do
  5705. if v:IsA('Sound') and v.Name == "Electricity" then
  5706. v:Destroy()
  5707. end
  5708. end
  5709. end
  5710. end
  5711. end)
  5712.  
  5713.  
  5714. while true do
  5715. if choking and plr.Character and target and target.Parent and plr.Character:FindFirstChild('Head') and plr.Character:FindFirstChild('Right Arm') and plr.Character:FindFirstChild('Torso') then
  5716. for i,v in pairs(plr.Character.Torso:GetChildren()) do
  5717. if v.Name == "Right Shoulder" then
  5718. v:Destroy()
  5719. end
  5720. end
  5721. local Head = plr.Character.Head
  5722. local RightArm = plr.Character["Right Arm"]
  5723. local RightShoulder = Instance.new('Weld',plr.Character.Torso)
  5724. RightShoulder.Name = "Right Shoulder"
  5725. RightShoulder.Part0 = plr.Character.Torso
  5726. RightShoulder.Part1 = RightArm
  5727. RightShoulder.C0 = CFrame.new(1,1,-0.75)
  5728. local MousePosition = target.Position+(target.Size/2)
  5729. local ToMouse = (MousePosition - Head.Position).unit
  5730. local Angle = math.acos(ToMouse:Dot(Vector3.new(0, 1, 0)))
  5731. local FromRightArmPos = (Head.Position + Head.CFrame:vectorToWorldSpace(Vector3.new(((Head.Size.X / 2) + (RightArm.Size.X / 2)), ((Head.Size.Y / 2) - (RightArm.Size.Z / 2)), 0)))
  5732. local ToMouseRightArm = ((MousePosition - FromRightArmPos) * Vector3.new(1 ,0, 1)).unit
  5733. local Look = (Head.CFrame.lookVector * Vector3.new(1, 0, 1)).unit
  5734. local LateralAngle = math.acos(ToMouseRightArm:Dot(Look))
  5735. if tostring(LateralAngle) == "-1.#IND" then
  5736. LateralAngle = 0
  5737. end
  5738. local Cross = Head.CFrame.lookVector:Cross(ToMouseRightArm)
  5739. local change = false
  5740. if LateralAngle > (math.pi / 2) then
  5741. LateralAngle = (math.pi / 2)
  5742. change = true
  5743. end
  5744. if Cross.Y < 0 then
  5745. LateralAngle = -LateralAngle
  5746. end
  5747. RightShoulder.C0 = CFrame.new(RightShoulder.C0.p) * CFrame.Angles(((math.pi / 2) - Angle), ((math.pi / 2) + LateralAngle), math.pi/2)
  5748. for i,v in pairs(target.Parent:GetChildren()) do
  5749. if v:IsA('Tool') then
  5750. v.ManualActivationOnly = true
  5751. end
  5752. end
  5753. elseif zapping == false and plr and plr.Character and plr.Character:FindFirstChild("Torso") and plr.Character:FindFirstChild('Right Arm') then
  5754. for i,v in pairs(plr.Character.Torso:GetChildren()) do
  5755. if v.Name == "Right Shoulder" and v:IsA('Weld') then
  5756. v:Destroy()
  5757. end
  5758. end
  5759. if target then
  5760. for i,v in pairs(target:GetChildren()) do
  5761. if v:IsA("BodyPosition") then
  5762. v:Destroy()
  5763. end
  5764. end
  5765. if plr.Character.Torso:FindFirstChild('Right Shoulder') == nil then
  5766. local rs = Instance.new('Motor6D',plr.Character.Torso)
  5767. rs.Name = "Right Shoulder"
  5768. rs.Part0 = plr.Character.Torso
  5769. rs.Part1 = plr.Character:FindFirstChild('Right Arm')
  5770. rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5771. rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5772. end
  5773. if target.Parent then
  5774. for i,v in pairs(target.Parent:GetChildren()) do
  5775. if v:IsA('Tool') then
  5776. v.ManualActivationOnly = false
  5777. end
  5778. end
  5779. end
  5780. end
  5781. target = nil
  5782. choking = false
  5783. startpos = CFrame.new(0,0,0)
  5784. timez = 0
  5785. end
  5786. if zapping and plr.Character and mou.Hit and plr.Character:FindFirstChild('Head') and plr.Character:FindFirstChild('Right Arm') and plr.Character:FindFirstChild('Torso') then
  5787. if lastzap then
  5788. lastzap:Destroy()
  5789. lastzap = nil
  5790. end
  5791. for i,v in pairs(plr.Character.Torso:GetChildren()) do
  5792. if v.Name == "Right Shoulder" then
  5793. v:Destroy()
  5794. end
  5795. end
  5796. local Head = plr.Character.Head
  5797. local RightArm = plr.Character["Right Arm"]
  5798. local RightShoulder = Instance.new('Weld',plr.Character.Torso)
  5799. RightShoulder.Name = "Right Shoulder"
  5800. RightShoulder.Part0 = plr.Character.Torso
  5801. RightShoulder.Part1 = RightArm
  5802. RightShoulder.C0 = CFrame.new(1,1,-0.75)
  5803. local MousePosition = mou.Hit.p
  5804. local ToMouse = (MousePosition - Head.Position).unit
  5805. local Angle = math.acos(ToMouse:Dot(Vector3.new(0, 1, 0)))
  5806. local FromRightArmPos = (Head.Position + Head.CFrame:vectorToWorldSpace(Vector3.new(((Head.Size.X / 2) + (RightArm.Size.X / 2)), ((Head.Size.Y / 2) - (RightArm.Size.Z / 2)), 0)))
  5807. local ToMouseRightArm = ((MousePosition - FromRightArmPos) * Vector3.new(1 ,0, 1)).unit
  5808. local Look = (Head.CFrame.lookVector * Vector3.new(1, 0, 1)).unit
  5809. local LateralAngle = math.acos(ToMouseRightArm:Dot(Look))
  5810. if tostring(LateralAngle) == "-1.#IND" then
  5811. LateralAngle = 0
  5812. end
  5813. local Cross = Head.CFrame.lookVector:Cross(ToMouseRightArm)
  5814. local change = false
  5815. if LateralAngle > (math.pi / 2) then
  5816. LateralAngle = (math.pi / 2)
  5817. change = true
  5818. end
  5819. if Cross.Y < 0 then
  5820. LateralAngle = -LateralAngle
  5821. end
  5822. RightShoulder.C0 = CFrame.new(RightShoulder.C0.p) * CFrame.Angles(((math.pi / 2) - Angle), ((math.pi / 2) + LateralAngle), math.pi/2)
  5823. local thing = Instance.new('Model',workspace)
  5824. thing.Name = "Zap"
  5825. lastzap = thing
  5826. makelaser(thing)
  5827. elseif choking == false and zapping == false then
  5828. if lastzap then
  5829. lastzap:Destroy()
  5830. lastzap = nil
  5831. end
  5832. if plr.Character:FindFirstChild('Torso') then
  5833. for i,v in pairs(plr.Character.Torso:GetChildren()) do
  5834. if v.Name == "Right Shoulder" and v:IsA('Weld') then
  5835. v:Destroy()
  5836. end
  5837. end
  5838. if plr.Character.Torso:FindFirstChild('Right Shoulder') == nil then
  5839. local rs = Instance.new('Motor6D',plr.Character.Torso)
  5840. rs.Name = "Right Shoulder"
  5841. rs.Part0 = plr.Character.Torso
  5842. rs.Part1 = plr.Character:FindFirstChild('Right Arm')
  5843. rs.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5844. rs.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5845. end
  5846. end
  5847. end
  5848. wait()
  5849. end
  5850. end
  5851. end)
  5852.  
  5853. TextButton_3.Parent = TextLabel
  5854. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5855. TextButton_3.Position = UDim2.new(0, 303, 0, 90)
  5856. TextButton_3.Size = UDim2.new(0, 117, 0, 50)
  5857. TextButton_3.Font = Enum.Font.SourceSans
  5858. TextButton_3.Text = "Clown van gui"
  5859. TextButton_3.TextSize = 14
  5860.  
  5861. TextButton_3.MouseButton1Down:connect(function()
  5862. --CLOWN VAN BY DMS
  5863. --its bad
  5864. --first the victim gets kidnapped in a van
  5865. --then they get r3ped
  5866. --then the get killed
  5867. --then the body is dumped on the street
  5868. Victim = "LocalPlayer"
  5869. o1 = Instance.new("Model")
  5870. o2 = Instance.new("Part")
  5871. o3 = Instance.new("CylinderMesh")
  5872. o4 = Instance.new("Part")
  5873. o5 = Instance.new("SpecialMesh")
  5874. o6 = Instance.new("Part")
  5875. o7 = Instance.new("SpecialMesh")
  5876. o8 = Instance.new("Part")
  5877. o9 = Instance.new("BlockMesh")
  5878. o10 = Instance.new("Part")
  5879. o11 = Instance.new("BlockMesh")
  5880. o12 = Instance.new("Part")
  5881. o13 = Instance.new("Part")
  5882. o14 = Instance.new("BlockMesh")
  5883. o15 = Instance.new("Part")
  5884. o16 = Instance.new("SpecialMesh")
  5885. o17 = Instance.new("Part")
  5886. o18 = Instance.new("SpecialMesh")
  5887. o19 = Instance.new("Part")
  5888. o20 = Instance.new("SpecialMesh")
  5889. o21 = Instance.new("Sound")
  5890. o22 = Instance.new("Part")
  5891. o23 = Instance.new("BlockMesh")
  5892. o24 = Instance.new("Part")
  5893. o25 = Instance.new("SpecialMesh")
  5894. o26 = Instance.new("Part")
  5895. o27 = Instance.new("BlockMesh")
  5896. o28 = Instance.new("Part")
  5897. o29 = Instance.new("SpecialMesh")
  5898. o30 = Instance.new("Part")
  5899. o31 = Instance.new("BlockMesh")
  5900. o32 = Instance.new("Part")
  5901. o33 = Instance.new("BlockMesh")
  5902. o34 = Instance.new("Part")
  5903. o35 = Instance.new("BlockMesh")
  5904. o36 = Instance.new("Part")
  5905. o37 = Instance.new("BlockMesh")
  5906. o38 = Instance.new("Part")
  5907. o39 = Instance.new("Part")
  5908. o40 = Instance.new("BlockMesh")
  5909. o41 = Instance.new("Part")
  5910. o42 = Instance.new("BlockMesh")
  5911. o43 = Instance.new("Part")
  5912. o44 = Instance.new("BlockMesh")
  5913. o45 = Instance.new("Part")
  5914. o46 = Instance.new("SpecialMesh")
  5915. o47 = Instance.new("Part")
  5916. o48 = Instance.new("BlockMesh")
  5917. o49 = Instance.new("Part")
  5918. o50 = Instance.new("BlockMesh")
  5919. o51 = Instance.new("Part")
  5920. o52 = Instance.new("BlockMesh")
  5921. o53 = Instance.new("Part")
  5922. o54 = Instance.new("SpecialMesh")
  5923. o55 = Instance.new("Part")
  5924. o56 = Instance.new("SpecialMesh")
  5925. o57 = Instance.new("Part")
  5926. o58 = Instance.new("BlockMesh")
  5927. o59 = Instance.new("Part")
  5928. o60 = Instance.new("BlockMesh")
  5929. o61 = Instance.new("Part")
  5930. o62 = Instance.new("BlockMesh")
  5931. o63 = Instance.new("Part")
  5932. o64 = Instance.new("Part")
  5933. o65 = Instance.new("Part")
  5934. o66 = Instance.new("BlockMesh")
  5935. o67 = Instance.new("Part")
  5936. o68 = Instance.new("BlockMesh")
  5937. o69 = Instance.new("Part")
  5938. o70 = Instance.new("BlockMesh")
  5939. o71 = Instance.new("Part")
  5940. o72 = Instance.new("BlockMesh")
  5941. o73 = Instance.new("Part")
  5942. o74 = Instance.new("SpecialMesh")
  5943. o75 = Instance.new("Decal")
  5944. o76 = Instance.new("Part")
  5945. o77 = Instance.new("Part")
  5946. o78 = Instance.new("BlockMesh")
  5947. o79 = Instance.new("Part")
  5948. o80 = Instance.new("SpecialMesh")
  5949. o81 = Instance.new("Decal")
  5950. o82 = Instance.new("Part")
  5951. o83 = Instance.new("SpecialMesh")
  5952. o84 = Instance.new("Humanoid")
  5953. o85 = Instance.new("Part")
  5954. o86 = Instance.new("Part")
  5955. o87 = Instance.new("Part")
  5956. o88 = Instance.new("Decal")
  5957. o89 = Instance.new("Motor6D")
  5958. o90 = Instance.new("Motor6D")
  5959. o91 = Instance.new("Motor6D")
  5960. o92 = Instance.new("Motor6D")
  5961. o93 = Instance.new("Motor6D")
  5962. o94 = Instance.new("Part")
  5963. o95 = Instance.new("Part")
  5964. o96 = Instance.new("Part")
  5965. o97 = Instance.new("Part")
  5966. o98 = Instance.new("Part")
  5967. o99 = Instance.new("Decal")
  5968. o100 = Instance.new("Motor6D")
  5969. o101 = Instance.new("Motor6D")
  5970. o102 = Instance.new("Motor6D")
  5971. o103 = Instance.new("Part")
  5972. o104 = Instance.new("Part")
  5973. o105 = Instance.new("Part")
  5974. o106 = Instance.new("Part")
  5975. o107 = Instance.new("Part")
  5976. o108 = Instance.new("CylinderMesh")
  5977. o109 = Instance.new("Part")
  5978. o110 = Instance.new("CylinderMesh")
  5979. o111 = Instance.new("Part")
  5980. o112 = Instance.new("CylinderMesh")
  5981. o113 = Instance.new("Part")
  5982. o114 = Instance.new("CylinderMesh")
  5983. o115 = Instance.new("Part")
  5984. o116 = Instance.new("CylinderMesh")
  5985. o117 = Instance.new("Part")
  5986. o118 = Instance.new("CylinderMesh")
  5987. o119 = Instance.new("Part")
  5988. o120 = Instance.new("CylinderMesh")
  5989. o121 = Instance.new("Part")
  5990. o122 = Instance.new("SpecialMesh")
  5991. o123 = Instance.new("Part")
  5992. o1.Name = " "
  5993. o1.Parent = workspace
  5994. o2.Parent = o1
  5995. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  5996. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5997. o2.Anchored = true
  5998. o2.FormFactor = Enum.FormFactor.Symmetric
  5999. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  6000. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  6001. o3.Parent = o2
  6002. o4.Parent = o1
  6003. o4.BrickColor = BrickColor.new("Institutional white")
  6004. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  6005. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  6006. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6007. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  6008. o4.Anchored = true
  6009. o4.FormFactor = Enum.FormFactor.Plate
  6010. o4.Size = Vector3.new(1, 2.4000001, 2)
  6011. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  6012. o4.BackSurface = Enum.SurfaceType.Weld
  6013. o4.BottomSurface = Enum.SurfaceType.Weld
  6014. o4.LeftSurface = Enum.SurfaceType.Weld
  6015. o4.TopSurface = Enum.SurfaceType.Weld
  6016. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6017. o5.Parent = o4
  6018. o5.MeshType = Enum.MeshType.Wedge
  6019. o6.Parent = o1
  6020. o6.Material = Enum.Material.SmoothPlastic
  6021. o6.BrickColor = BrickColor.new("Really black")
  6022. o6.Transparency = 0.5
  6023. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  6024. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  6025. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6026. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  6027. o6.Anchored = true
  6028. o6.FormFactor = Enum.FormFactor.Plate
  6029. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  6030. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  6031. o6.BackSurface = Enum.SurfaceType.Weld
  6032. o6.BottomSurface = Enum.SurfaceType.Weld
  6033. o6.LeftSurface = Enum.SurfaceType.Weld
  6034. o6.RightSurface = Enum.SurfaceType.Weld
  6035. o6.TopSurface = Enum.SurfaceType.Weld
  6036. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6037. o7.Parent = o6
  6038. o7.MeshType = Enum.MeshType.Wedge
  6039. o8.Parent = o1
  6040. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  6041. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  6042. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  6043. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6044. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  6045. o8.Anchored = true
  6046. o8.FormFactor = Enum.FormFactor.Custom
  6047. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  6048. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  6049. o8.BackSurface = Enum.SurfaceType.Weld
  6050. o8.BottomSurface = Enum.SurfaceType.Weld
  6051. o8.FrontSurface = Enum.SurfaceType.Weld
  6052. o8.LeftSurface = Enum.SurfaceType.Weld
  6053. o8.RightSurface = Enum.SurfaceType.Weld
  6054. o8.TopSurface = Enum.SurfaceType.Weld
  6055. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  6056. o9.Parent = o8
  6057. o10.Parent = o1
  6058. o10.BrickColor = BrickColor.new("Institutional white")
  6059. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  6060. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  6061. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6062. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  6063. o10.Anchored = true
  6064. o10.CanCollide = false
  6065. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  6066. game.Players[Victim].Character.Humanoid.JumpPower = 0
  6067. o10.FormFactor = Enum.FormFactor.Plate
  6068. o10.Size = Vector3.new(14, 0.400000006, 1)
  6069. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  6070. o10.BackSurface = Enum.SurfaceType.Weld
  6071. o10.BottomSurface = Enum.SurfaceType.Weld
  6072. o10.FrontSurface = Enum.SurfaceType.Weld
  6073. o10.LeftSurface = Enum.SurfaceType.Weld
  6074. o10.RightSurface = Enum.SurfaceType.Weld
  6075. o10.TopSurface = Enum.SurfaceType.Weld
  6076. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6077. o11.Parent = o10
  6078. o12.Name = "DOOR"
  6079. o12.Parent = o1
  6080. o12.BrickColor = BrickColor.new("Institutional white")
  6081. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  6082. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  6083. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6084. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  6085. o12.Anchored = true
  6086. o12.CanCollide = false
  6087. o12.FormFactor = Enum.FormFactor.Plate
  6088. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  6089. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  6090. o12.BottomSurface = Enum.SurfaceType.Weld
  6091. o12.LeftSurface = Enum.SurfaceType.Weld
  6092. o12.RightSurface = Enum.SurfaceType.Weld
  6093. o12.TopSurface = Enum.SurfaceType.Weld
  6094. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6095. o13.Parent = o1
  6096. o13.BrickColor = BrickColor.new("White")
  6097. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  6098. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  6099. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6100. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  6101. o13.Anchored = true
  6102. o13.FormFactor = Enum.FormFactor.Plate
  6103. o13.Size = Vector3.new(7, 4.80000019, 1)
  6104. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  6105. o13.BackSurface = Enum.SurfaceType.Weld
  6106. o13.BottomSurface = Enum.SurfaceType.Weld
  6107. o13.FrontSurface = Enum.SurfaceType.Weld
  6108. o13.LeftSurface = Enum.SurfaceType.Weld
  6109. o13.RightSurface = Enum.SurfaceType.Weld
  6110. o13.TopSurface = Enum.SurfaceType.Weld
  6111. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  6112. o14.Parent = o13
  6113. o15.Parent = o1
  6114. o15.BrickColor = BrickColor.new("Institutional white")
  6115. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  6116. o15.Rotation = Vector3.new(90, 89.960434, -90)
  6117. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6118. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  6119. o15.Anchored = true
  6120. o15.CanCollide = false
  6121. o15.FormFactor = Enum.FormFactor.Plate
  6122. o15.Size = Vector3.new(10, 0.400000006, 1)
  6123. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  6124. o15.BackSurface = Enum.SurfaceType.Weld
  6125. o15.BottomSurface = Enum.SurfaceType.Weld
  6126. o15.TopSurface = Enum.SurfaceType.Weld
  6127. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6128. o16.Parent = o15
  6129. o16.MeshType = Enum.MeshType.Wedge
  6130. o17.Parent = o1
  6131. o17.BrickColor = BrickColor.new("Institutional white")
  6132. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  6133. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  6134. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6135. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  6136. o17.Anchored = true
  6137. o17.FormFactor = Enum.FormFactor.Plate
  6138. o17.Size = Vector3.new(1, 2.4000001, 2)
  6139. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  6140. o17.BackSurface = Enum.SurfaceType.Weld
  6141. o17.BottomSurface = Enum.SurfaceType.Weld
  6142. o17.RightSurface = Enum.SurfaceType.Weld
  6143. o17.TopSurface = Enum.SurfaceType.Weld
  6144. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6145. o18.Parent = o17
  6146. o18.MeshType = Enum.MeshType.Wedge
  6147. o19.Parent = o1
  6148. o19.BrickColor = BrickColor.new("Institutional white")
  6149. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  6150. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  6151. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6152. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  6153. o19.Anchored = true
  6154. o19.FormFactor = Enum.FormFactor.Plate
  6155. o19.Size = Vector3.new(10, 1.20000005, 3)
  6156. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  6157. o19.BackSurface = Enum.SurfaceType.Weld
  6158. o19.BottomSurface = Enum.SurfaceType.Weld
  6159. o19.TopSurface = Enum.SurfaceType.Weld
  6160. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6161. o20.Parent = o19
  6162. o20.MeshType = Enum.MeshType.Wedge
  6163. o21.Parent = o19
  6164. o21.SoundId = "rbxassetid://532147820"
  6165. o21.Looped = true
  6166. o22.Parent = o1
  6167. o22.BrickColor = BrickColor.new("Institutional white")
  6168. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  6169. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  6170. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6171. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  6172. o22.Anchored = true
  6173. o22.FormFactor = Enum.FormFactor.Plate
  6174. o22.Size = Vector3.new(2, 2.4000001, 1)
  6175. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  6176. o22.BackSurface = Enum.SurfaceType.Weld
  6177. o22.BottomSurface = Enum.SurfaceType.Weld
  6178. o22.FrontSurface = Enum.SurfaceType.Weld
  6179. o22.LeftSurface = Enum.SurfaceType.Weld
  6180. o22.RightSurface = Enum.SurfaceType.Weld
  6181. o22.TopSurface = Enum.SurfaceType.Weld
  6182. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6183. o23.Parent = o22
  6184. o24.Parent = o1
  6185. o24.BrickColor = BrickColor.new("Institutional white")
  6186. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  6187. o24.Rotation = Vector3.new(-0, -90, 0)
  6188. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6189. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  6190. o24.Anchored = true
  6191. o24.FormFactor = Enum.FormFactor.Plate
  6192. o24.Size = Vector3.new(1, 2.79999995, 1)
  6193. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  6194. o24.BackSurface = Enum.SurfaceType.Weld
  6195. o24.BottomSurface = Enum.SurfaceType.Weld
  6196. o24.TopSurface = Enum.SurfaceType.Weld
  6197. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6198. o25.Parent = o24
  6199. o25.MeshType = Enum.MeshType.Wedge
  6200. o26.Parent = o1
  6201. o26.BrickColor = BrickColor.new("Institutional white")
  6202. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  6203. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  6204. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6205. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  6206. o26.Anchored = true
  6207. o26.FormFactor = Enum.FormFactor.Plate
  6208. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  6209. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  6210. o26.BackSurface = Enum.SurfaceType.Weld
  6211. o26.BottomSurface = Enum.SurfaceType.Weld
  6212. o26.FrontSurface = Enum.SurfaceType.Weld
  6213. o26.LeftSurface = Enum.SurfaceType.Weld
  6214. o26.RightSurface = Enum.SurfaceType.Weld
  6215. o26.TopSurface = Enum.SurfaceType.Weld
  6216. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6217. o27.Parent = o26
  6218. o28.Parent = o1
  6219. o28.BrickColor = BrickColor.new("Institutional white")
  6220. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  6221. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  6222. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6223. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  6224. o28.Anchored = true
  6225. o28.FormFactor = Enum.FormFactor.Plate
  6226. o28.Size = Vector3.new(1, 2.79999995, 1)
  6227. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  6228. o28.BackSurface = Enum.SurfaceType.Weld
  6229. o28.BottomSurface = Enum.SurfaceType.Weld
  6230. o28.TopSurface = Enum.SurfaceType.Weld
  6231. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6232. o29.Parent = o28
  6233. o29.MeshType = Enum.MeshType.Wedge
  6234. o30.Parent = o1
  6235. o30.BrickColor = BrickColor.new("Institutional white")
  6236. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  6237. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  6238. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6239. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  6240. o30.Anchored = true
  6241. o30.FormFactor = Enum.FormFactor.Plate
  6242. o30.Size = Vector3.new(2, 2.4000001, 1)
  6243. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  6244. o30.BackSurface = Enum.SurfaceType.Weld
  6245. o30.BottomSurface = Enum.SurfaceType.Weld
  6246. o30.FrontSurface = Enum.SurfaceType.Weld
  6247. o30.LeftSurface = Enum.SurfaceType.Weld
  6248. o30.RightSurface = Enum.SurfaceType.Weld
  6249. o30.TopSurface = Enum.SurfaceType.Weld
  6250. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6251. o31.Parent = o30
  6252. o32.Parent = o1
  6253. o32.BrickColor = BrickColor.new("Dark stone grey")
  6254. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  6255. o32.Rotation = Vector3.new(90, 89.960434, -90)
  6256. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6257. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  6258. o32.Anchored = true
  6259. o32.FormFactor = Enum.FormFactor.Plate
  6260. o32.Size = Vector3.new(8, 2.4000001, 1)
  6261. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  6262. o32.BottomSurface = Enum.SurfaceType.Weld
  6263. o32.TopSurface = Enum.SurfaceType.Weld
  6264. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6265. o33.Parent = o32
  6266. o33.Offset = Vector3.new(0, 0, 0.5)
  6267. o33.Scale = Vector3.new(1, 1, 2)
  6268. o34.Parent = o1
  6269. o34.BrickColor = BrickColor.new("Institutional white")
  6270. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  6271. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  6272. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6273. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  6274. o34.Anchored = true
  6275. o34.FormFactor = Enum.FormFactor.Plate
  6276. o34.Size = Vector3.new(3, 1.20000005, 10)
  6277. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  6278. o34.BackSurface = Enum.SurfaceType.Weld
  6279. o34.BottomSurface = Enum.SurfaceType.Weld
  6280. o34.FrontSurface = Enum.SurfaceType.Weld
  6281. o34.LeftSurface = Enum.SurfaceType.Weld
  6282. o34.RightSurface = Enum.SurfaceType.Weld
  6283. o34.TopSurface = Enum.SurfaceType.Weld
  6284. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6285. o35.Parent = o34
  6286. o36.Parent = o1
  6287. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  6288. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  6289. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  6290. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6291. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  6292. o36.Anchored = true
  6293. o36.FormFactor = Enum.FormFactor.Custom
  6294. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  6295. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  6296. o36.BackSurface = Enum.SurfaceType.Weld
  6297. o36.BottomSurface = Enum.SurfaceType.Weld
  6298. o36.FrontSurface = Enum.SurfaceType.Weld
  6299. o36.LeftSurface = Enum.SurfaceType.Weld
  6300. o36.RightSurface = Enum.SurfaceType.Weld
  6301. o36.TopSurface = Enum.SurfaceType.Weld
  6302. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  6303. o37.Parent = o36
  6304. o38.Parent = o1
  6305. o38.BrickColor = BrickColor.new("Institutional white")
  6306. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  6307. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  6308. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6309. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  6310. o38.Anchored = true
  6311. o38.CanCollide = false
  6312. o38.FormFactor = Enum.FormFactor.Plate
  6313. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  6314. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  6315. o38.BottomSurface = Enum.SurfaceType.Weld
  6316. o38.LeftSurface = Enum.SurfaceType.Weld
  6317. o38.RightSurface = Enum.SurfaceType.Weld
  6318. o38.TopSurface = Enum.SurfaceType.Weld
  6319. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6320. o39.Parent = o1
  6321. o39.BrickColor = BrickColor.new("Really red")
  6322. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  6323. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  6324. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6325. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  6326. o39.Anchored = true
  6327. o39.FormFactor = Enum.FormFactor.Plate
  6328. o39.Size = Vector3.new(1, 1.20000005, 1)
  6329. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  6330. o39.BackSurface = Enum.SurfaceType.Weld
  6331. o39.BottomSurface = Enum.SurfaceType.Weld
  6332. o39.FrontSurface = Enum.SurfaceType.Weld
  6333. o39.LeftSurface = Enum.SurfaceType.Weld
  6334. o39.RightSurface = Enum.SurfaceType.Weld
  6335. o39.TopSurface = Enum.SurfaceType.Weld
  6336. o39.Color = Color3.new(1, 0, 0)
  6337. o40.Parent = o39
  6338. o41.Parent = o1
  6339. o41.BrickColor = BrickColor.new("Institutional white")
  6340. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  6341. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  6342. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6343. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  6344. o41.Anchored = true
  6345. o41.FormFactor = Enum.FormFactor.Plate
  6346. o41.Size = Vector3.new(1, 0.800000012, 1)
  6347. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  6348. o41.BackSurface = Enum.SurfaceType.Weld
  6349. o41.BottomSurface = Enum.SurfaceType.Weld
  6350. o41.FrontSurface = Enum.SurfaceType.Weld
  6351. o41.LeftSurface = Enum.SurfaceType.Weld
  6352. o41.RightSurface = Enum.SurfaceType.Weld
  6353. o41.TopSurface = Enum.SurfaceType.Weld
  6354. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6355. o42.Parent = o41
  6356. o43.Parent = o1
  6357. o43.BrickColor = BrickColor.new("Institutional white")
  6358. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  6359. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  6360. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6361. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  6362. o43.Anchored = true
  6363. o43.CanCollide = false
  6364. o43.FormFactor = Enum.FormFactor.Plate
  6365. o43.Size = Vector3.new(14, 0.400000006, 8)
  6366. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  6367. o43.BackSurface = Enum.SurfaceType.Weld
  6368. o43.BottomSurface = Enum.SurfaceType.Weld
  6369. o43.FrontSurface = Enum.SurfaceType.Weld
  6370. o43.LeftSurface = Enum.SurfaceType.Weld
  6371. o43.RightSurface = Enum.SurfaceType.Weld
  6372. o43.TopSurface = Enum.SurfaceType.Weld
  6373. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6374. o44.Parent = o43
  6375. o45.Parent = o1
  6376. o45.BrickColor = BrickColor.new("Really black")
  6377. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  6378. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  6379. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6380. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  6381. o45.Anchored = true
  6382. o45.CanCollide = false
  6383. o45.FormFactor = Enum.FormFactor.Plate
  6384. o45.Size = Vector3.new(3, 2.79999995, 1)
  6385. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  6386. o45.BackSurface = Enum.SurfaceType.Weld
  6387. o45.BottomSurface = Enum.SurfaceType.Weld
  6388. o45.TopSurface = Enum.SurfaceType.Weld
  6389. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6390. o46.Parent = o45
  6391. o46.MeshType = Enum.MeshType.Wedge
  6392. o47.Parent = o1
  6393. o47.BrickColor = BrickColor.new("Institutional white")
  6394. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  6395. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  6396. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6397. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  6398. o47.Anchored = true
  6399. o47.FormFactor = Enum.FormFactor.Plate
  6400. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  6401. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  6402. o47.BackSurface = Enum.SurfaceType.Weld
  6403. o47.BottomSurface = Enum.SurfaceType.Weld
  6404. o47.FrontSurface = Enum.SurfaceType.Weld
  6405. o47.LeftSurface = Enum.SurfaceType.Weld
  6406. o47.RightSurface = Enum.SurfaceType.Weld
  6407. o47.TopSurface = Enum.SurfaceType.Weld
  6408. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6409. o48.Parent = o47
  6410. o49.Parent = o1
  6411. o49.BrickColor = BrickColor.new("White")
  6412. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  6413. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  6414. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6415. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  6416. o49.Anchored = true
  6417. o49.FormFactor = Enum.FormFactor.Plate
  6418. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  6419. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  6420. o49.BackSurface = Enum.SurfaceType.Weld
  6421. o49.BottomSurface = Enum.SurfaceType.Weld
  6422. o49.FrontSurface = Enum.SurfaceType.Weld
  6423. o49.LeftSurface = Enum.SurfaceType.Weld
  6424. o49.RightSurface = Enum.SurfaceType.Weld
  6425. o49.TopSurface = Enum.SurfaceType.Weld
  6426. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  6427. o50.Parent = o49
  6428. o51.Parent = o1
  6429. o51.BrickColor = BrickColor.new("Institutional white")
  6430. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  6431. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  6432. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6433. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  6434. o51.Anchored = true
  6435. o51.FormFactor = Enum.FormFactor.Plate
  6436. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  6437. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  6438. o51.BackSurface = Enum.SurfaceType.Weld
  6439. o51.BottomSurface = Enum.SurfaceType.Weld
  6440. o51.FrontSurface = Enum.SurfaceType.Weld
  6441. o51.LeftSurface = Enum.SurfaceType.Weld
  6442. o51.RightSurface = Enum.SurfaceType.Weld
  6443. o51.TopSurface = Enum.SurfaceType.Weld
  6444. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6445. o52.Parent = o51
  6446. o53.Parent = o1
  6447. o53.BrickColor = BrickColor.new("Institutional white")
  6448. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  6449. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  6450. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6451. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  6452. o53.Anchored = true
  6453. o53.CanCollide = false
  6454. o53.FormFactor = Enum.FormFactor.Plate
  6455. o53.Size = Vector3.new(2, 2.79999995, 1)
  6456. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  6457. o53.BackSurface = Enum.SurfaceType.Weld
  6458. o53.BottomSurface = Enum.SurfaceType.Weld
  6459. o53.TopSurface = Enum.SurfaceType.Weld
  6460. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6461. o54.Parent = o53
  6462. o54.MeshType = Enum.MeshType.Wedge
  6463. o55.Parent = o1
  6464. o55.BrickColor = BrickColor.new("Really black")
  6465. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  6466. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  6467. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6468. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  6469. o55.Anchored = true
  6470. o55.CanCollide = false
  6471. o55.FormFactor = Enum.FormFactor.Plate
  6472. o55.Size = Vector3.new(3, 2.79999995, 1)
  6473. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  6474. o55.BackSurface = Enum.SurfaceType.Weld
  6475. o55.BottomSurface = Enum.SurfaceType.Weld
  6476. o55.TopSurface = Enum.SurfaceType.Weld
  6477. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6478. o56.Parent = o55
  6479. o56.MeshType = Enum.MeshType.Wedge
  6480. o57.Parent = o1
  6481. o57.BrickColor = BrickColor.new("Institutional white")
  6482. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  6483. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  6484. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6485. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  6486. o57.Anchored = true
  6487. o57.CanCollide = false
  6488. o57.FormFactor = Enum.FormFactor.Plate
  6489. o57.Size = Vector3.new(1, 2, 8)
  6490. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  6491. o57.BackSurface = Enum.SurfaceType.Weld
  6492. o57.BottomSurface = Enum.SurfaceType.Weld
  6493. o57.FrontSurface = Enum.SurfaceType.Weld
  6494. o57.LeftSurface = Enum.SurfaceType.Weld
  6495. o57.RightSurface = Enum.SurfaceType.Weld
  6496. o57.TopSurface = Enum.SurfaceType.Weld
  6497. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6498. o58.Parent = o57
  6499. o59.Parent = o1
  6500. o59.BrickColor = BrickColor.new("Institutional white")
  6501. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  6502. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  6503. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6504. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  6505. o59.Anchored = true
  6506. o59.FormFactor = Enum.FormFactor.Plate
  6507. o59.Size = Vector3.new(1, 0.800000012, 1)
  6508. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  6509. o59.BackSurface = Enum.SurfaceType.Weld
  6510. o59.BottomSurface = Enum.SurfaceType.Weld
  6511. o59.FrontSurface = Enum.SurfaceType.Weld
  6512. o59.LeftSurface = Enum.SurfaceType.Weld
  6513. o59.RightSurface = Enum.SurfaceType.Weld
  6514. o59.TopSurface = Enum.SurfaceType.Weld
  6515. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6516. o60.Parent = o59
  6517. o61.Parent = o1
  6518. o61.BrickColor = BrickColor.new("Institutional white")
  6519. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  6520. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  6521. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6522. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  6523. o61.Anchored = true
  6524. o61.CanCollide = false
  6525. o61.FormFactor = Enum.FormFactor.Plate
  6526. o61.Size = Vector3.new(14, 0.400000006, 1)
  6527. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  6528. o61.BackSurface = Enum.SurfaceType.Weld
  6529. o61.BottomSurface = Enum.SurfaceType.Weld
  6530. o61.FrontSurface = Enum.SurfaceType.Weld
  6531. o61.LeftSurface = Enum.SurfaceType.Weld
  6532. o61.RightSurface = Enum.SurfaceType.Weld
  6533. o61.TopSurface = Enum.SurfaceType.Weld
  6534. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6535. o62.Parent = o61
  6536. o63.Parent = o1
  6537. o63.BrickColor = BrickColor.new("Institutional white")
  6538. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  6539. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  6540. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6541. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  6542. o63.Anchored = true
  6543. o63.CanCollide = false
  6544. o63.FormFactor = Enum.FormFactor.Plate
  6545. o63.Size = Vector3.new(1, 4.80999994, 1)
  6546. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  6547. o63.BottomSurface = Enum.SurfaceType.Weld
  6548. o63.LeftSurface = Enum.SurfaceType.Weld
  6549. o63.RightSurface = Enum.SurfaceType.Weld
  6550. o63.TopSurface = Enum.SurfaceType.Weld
  6551. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6552. o64.Parent = o1
  6553. o64.BrickColor = BrickColor.new("Institutional white")
  6554. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  6555. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  6556. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6557. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  6558. o64.Anchored = true
  6559. o64.CanCollide = false
  6560. o64.FormFactor = Enum.FormFactor.Plate
  6561. o64.Size = Vector3.new(1, 2.4000001, 1)
  6562. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  6563. o64.BottomSurface = Enum.SurfaceType.Weld
  6564. o64.LeftSurface = Enum.SurfaceType.Weld
  6565. o64.RightSurface = Enum.SurfaceType.Weld
  6566. o64.TopSurface = Enum.SurfaceType.Weld
  6567. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6568. o65.Parent = o1
  6569. o65.BrickColor = BrickColor.new("Institutional white")
  6570. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  6571. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  6572. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6573. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  6574. o65.Anchored = true
  6575. o65.FormFactor = Enum.FormFactor.Plate
  6576. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  6577. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  6578. o65.BackSurface = Enum.SurfaceType.Weld
  6579. o65.BottomSurface = Enum.SurfaceType.Weld
  6580. o65.FrontSurface = Enum.SurfaceType.Weld
  6581. o65.LeftSurface = Enum.SurfaceType.Weld
  6582. o65.RightSurface = Enum.SurfaceType.Weld
  6583. o65.TopSurface = Enum.SurfaceType.Weld
  6584. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6585. o66.Parent = o65
  6586. o67.Parent = o1
  6587. o67.BrickColor = BrickColor.new("Really red")
  6588. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  6589. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  6590. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6591. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  6592. o67.Anchored = true
  6593. o67.FormFactor = Enum.FormFactor.Plate
  6594. o67.Size = Vector3.new(1, 1.20000005, 1)
  6595. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  6596. o67.BackSurface = Enum.SurfaceType.Weld
  6597. o67.BottomSurface = Enum.SurfaceType.Weld
  6598. o67.FrontSurface = Enum.SurfaceType.Weld
  6599. o67.LeftSurface = Enum.SurfaceType.Weld
  6600. o67.RightSurface = Enum.SurfaceType.Weld
  6601. o67.TopSurface = Enum.SurfaceType.Weld
  6602. o67.Color = Color3.new(1, 0, 0)
  6603. o68.Parent = o67
  6604. o69.Parent = o1
  6605. o69.BrickColor = BrickColor.new("Institutional white")
  6606. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  6607. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  6608. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6609. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  6610. o69.Anchored = true
  6611. o69.CanCollide = false
  6612. o69.FormFactor = Enum.FormFactor.Plate
  6613. o69.Size = Vector3.new(1, 0.400000006, 10)
  6614. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  6615. o69.BackSurface = Enum.SurfaceType.Weld
  6616. o69.BottomSurface = Enum.SurfaceType.Weld
  6617. o69.FrontSurface = Enum.SurfaceType.Weld
  6618. o69.LeftSurface = Enum.SurfaceType.Weld
  6619. o69.RightSurface = Enum.SurfaceType.Weld
  6620. o69.TopSurface = Enum.SurfaceType.Weld
  6621. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6622. o70.Parent = o69
  6623. o71.Parent = o1
  6624. o71.BrickColor = BrickColor.new("Really black")
  6625. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  6626. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  6627. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6628. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  6629. o71.Anchored = true
  6630. o71.FormFactor = Enum.FormFactor.Custom
  6631. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  6632. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  6633. o71.BackSurface = Enum.SurfaceType.Weld
  6634. o71.BottomSurface = Enum.SurfaceType.Weld
  6635. o71.FrontSurface = Enum.SurfaceType.Weld
  6636. o71.LeftSurface = Enum.SurfaceType.Weld
  6637. o71.RightSurface = Enum.SurfaceType.Weld
  6638. o71.TopSurface = Enum.SurfaceType.Weld
  6639. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6640. o72.Parent = o71
  6641. o73.Name = "Head"
  6642. o73.Parent = o1
  6643. o73.Material = Enum.Material.SmoothPlastic
  6644. o73.BrickColor = BrickColor.new("Institutional white")
  6645. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  6646. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  6647. o73.Anchored = true
  6648. o73.FormFactor = Enum.FormFactor.Symmetric
  6649. o73.Size = Vector3.new(2, 1, 1)
  6650. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  6651. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6652. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6653. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6654. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6655. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6656. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6657. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6658. o74.Parent = o73
  6659. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  6660. o75.Name = "face"
  6661. o75.Parent = o73
  6662. o75.Texture = "rbxasset://textures/face.png"
  6663. o76.Parent = o1
  6664. o76.BrickColor = BrickColor.new("Institutional white")
  6665. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  6666. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  6667. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6668. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  6669. o76.Anchored = true
  6670. o76.CanCollide = false
  6671. o76.FormFactor = Enum.FormFactor.Plate
  6672. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  6673. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  6674. o76.BottomSurface = Enum.SurfaceType.Weld
  6675. o76.LeftSurface = Enum.SurfaceType.Weld
  6676. o76.RightSurface = Enum.SurfaceType.Weld
  6677. o76.TopSurface = Enum.SurfaceType.Weld
  6678. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6679. o77.Parent = o1
  6680. o77.BrickColor = BrickColor.new("Institutional white")
  6681. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  6682. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  6683. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  6684. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  6685. o77.Anchored = true
  6686. o77.FormFactor = Enum.FormFactor.Plate
  6687. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  6688. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  6689. o77.BackSurface = Enum.SurfaceType.Weld
  6690. o77.BottomSurface = Enum.SurfaceType.Weld
  6691. o77.FrontSurface = Enum.SurfaceType.Weld
  6692. o77.LeftSurface = Enum.SurfaceType.Weld
  6693. o77.RightSurface = Enum.SurfaceType.Weld
  6694. o77.TopSurface = Enum.SurfaceType.Weld
  6695. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6696. o78.Parent = o77
  6697. o79.Name = "Head"
  6698. o79.Parent = o1
  6699. o79.Material = Enum.Material.SmoothPlastic
  6700. o79.BrickColor = BrickColor.new("Institutional white")
  6701. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  6702. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  6703. o79.Anchored = true
  6704. o79.FormFactor = Enum.FormFactor.Symmetric
  6705. o79.Size = Vector3.new(2, 1, 1)
  6706. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  6707. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6708. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6709. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6710. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6711. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6712. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6713. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6714. o80.Parent = o79
  6715. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  6716. o81.Name = "face"
  6717. o81.Parent = o79
  6718. o81.Texture = "rbxasset://textures/face.png"
  6719. o82.Name = "Handle"
  6720. o82.Parent = o1
  6721. o82.Material = Enum.Material.SmoothPlastic
  6722. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  6723. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  6724. o82.Anchored = true
  6725. o82.CanCollide = false
  6726. o82.FormFactor = Enum.FormFactor.Symmetric
  6727. o82.Size = Vector3.new(2, 2, 2)
  6728. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  6729. o82.BottomSurface = Enum.SurfaceType.Smooth
  6730. o82.TopSurface = Enum.SurfaceType.Smooth
  6731. o83.Parent = o82
  6732. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  6733. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  6734. o83.MeshType = Enum.MeshType.FileMesh
  6735. o84.Parent = o1
  6736. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  6737. o84.RightLeg = o94
  6738. o84.LeftLeg = o96
  6739. o84.Torso = o87
  6740. o84.Health = 0
  6741. o84.MaxHealth = 0
  6742. o85.Name = "TPPART"
  6743. o85.Parent = o1
  6744. o85.Transparency = 1
  6745. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  6746. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  6747. o85.Anchored = true
  6748. o85.CanCollide = false
  6749. o85.Size = Vector3.new(4, 1, 2)
  6750. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  6751. o86.Name = "TPPART2"
  6752. o86.Parent = o1
  6753. o86.Transparency = 1
  6754. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  6755. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  6756. o86.Anchored = true
  6757. o86.CanCollide = false
  6758. o86.Size = Vector3.new(4, 1, 2)
  6759. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  6760. o87.Name = "Torso"
  6761. o87.Parent = o1
  6762. o87.Material = Enum.Material.SmoothPlastic
  6763. o87.BrickColor = BrickColor.new("Navy blue")
  6764. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  6765. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  6766. o87.Anchored = true
  6767. o87.FormFactor = Enum.FormFactor.Symmetric
  6768. o87.Size = Vector3.new(2, 2, 1)
  6769. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  6770. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6771. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6772. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6773. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6774. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6775. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6776. o87.Color = Color3.new(0, 0.12549, 0.376471)
  6777. o88.Name = "roblox"
  6778. o88.Parent = o87
  6779. o89.Name = "Right Shoulder"
  6780. o89.Parent = o87
  6781. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  6782. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  6783. o89.Part0 = o87
  6784. o89.Part1 = o95
  6785. o89.DesiredAngle = -0.062025275081396
  6786. o89.MaxVelocity = 0.15000000596046
  6787. o90.Name = "Left Shoulder"
  6788. o90.Parent = o87
  6789. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  6790. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  6791. o90.Part0 = o87
  6792. o90.Part1 = o97
  6793. o90.DesiredAngle = -0.062025275081396
  6794. o90.MaxVelocity = 0.15000000596046
  6795. o91.Name = "Right Hip"
  6796. o91.Parent = o87
  6797. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  6798. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  6799. o91.Part0 = o87
  6800. o91.Part1 = o94
  6801. o91.DesiredAngle = 0.062025275081396
  6802. o91.MaxVelocity = 0.10000000149012
  6803. o92.Name = "Left Hip"
  6804. o92.Parent = o87
  6805. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  6806. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  6807. o92.Part0 = o87
  6808. o92.Part1 = o96
  6809. o92.DesiredAngle = 0.062025275081396
  6810. o92.MaxVelocity = 0.10000000149012
  6811. o93.Name = "Neck"
  6812. o93.Parent = o87
  6813. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  6814. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  6815. o93.Part0 = o87
  6816. o93.Part1 = o73
  6817. o93.MaxVelocity = 0.10000000149012
  6818. o94.Name = "Right Leg"
  6819. o94.Parent = o1
  6820. o94.Material = Enum.Material.SmoothPlastic
  6821. o94.BrickColor = BrickColor.new("Navy blue")
  6822. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  6823. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  6824. o94.Anchored = true
  6825. o94.CanCollide = false
  6826. o94.FormFactor = Enum.FormFactor.Symmetric
  6827. o94.Size = Vector3.new(1, 2, 1)
  6828. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  6829. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6830. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6831. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6832. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6833. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6834. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6835. o94.Color = Color3.new(0, 0.12549, 0.376471)
  6836. o95.Name = "Right Arm"
  6837. o95.Parent = o1
  6838. o95.Material = Enum.Material.SmoothPlastic
  6839. o95.BrickColor = BrickColor.new("Maroon")
  6840. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  6841. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  6842. o95.Anchored = true
  6843. o95.CanCollide = false
  6844. o95.FormFactor = Enum.FormFactor.Symmetric
  6845. o95.Size = Vector3.new(1, 2, 1)
  6846. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  6847. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6848. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6849. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6850. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6851. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6852. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6853. o95.Color = Color3.new(0.458824, 0, 0)
  6854. o96.Name = "Left Leg"
  6855. o96.Parent = o1
  6856. o96.Material = Enum.Material.SmoothPlastic
  6857. o96.BrickColor = BrickColor.new("Navy blue")
  6858. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  6859. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  6860. o96.Anchored = true
  6861. o96.CanCollide = false
  6862. o96.FormFactor = Enum.FormFactor.Symmetric
  6863. o96.Size = Vector3.new(1, 2, 1)
  6864. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  6865. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6866. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6867. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6868. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6869. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6870. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6871. o96.Color = Color3.new(0, 0.12549, 0.376471)
  6872. o97.Name = "Left Arm"
  6873. o97.Parent = o1
  6874. o97.Material = Enum.Material.SmoothPlastic
  6875. o97.BrickColor = BrickColor.new("Maroon")
  6876. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  6877. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  6878. o97.Anchored = true
  6879. o97.CanCollide = false
  6880. o97.FormFactor = Enum.FormFactor.Symmetric
  6881. o97.Size = Vector3.new(1, 2, 1)
  6882. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  6883. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6884. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6885. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6886. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6887. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6888. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6889. o97.Color = Color3.new(0.458824, 0, 0)
  6890. o98.Name = "Torso"
  6891. o98.Parent = o1
  6892. o98.Material = Enum.Material.SmoothPlastic
  6893. o98.BrickColor = BrickColor.new("Navy blue")
  6894. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  6895. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  6896. o98.Anchored = true
  6897. o98.FormFactor = Enum.FormFactor.Symmetric
  6898. o98.Size = Vector3.new(2, 2, 1)
  6899. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  6900. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6901. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6902. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6903. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6904. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6905. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6906. o98.Color = Color3.new(0, 0.12549, 0.376471)
  6907. o99.Name = "roblox"
  6908. o99.Parent = o98
  6909. o100.Name = "Right Hip"
  6910. o100.Parent = o98
  6911. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  6912. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  6913. o100.Part0 = o98
  6914. o100.Part1 = o103
  6915. o100.DesiredAngle = 0.062025275081396
  6916. o100.MaxVelocity = 0.10000000149012
  6917. o101.Name = "Left Hip"
  6918. o101.Parent = o98
  6919. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  6920. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  6921. o101.Part0 = o98
  6922. o101.Part1 = o105
  6923. o101.DesiredAngle = 0.062025275081396
  6924. o101.MaxVelocity = 0.10000000149012
  6925. o102.Name = "Neck"
  6926. o102.Parent = o98
  6927. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  6928. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  6929. o102.Part0 = o98
  6930. o102.Part1 = o79
  6931. o102.MaxVelocity = 0.10000000149012
  6932. o103.Name = "Right Leg"
  6933. o103.Parent = o1
  6934. o103.Material = Enum.Material.SmoothPlastic
  6935. o103.BrickColor = BrickColor.new("Really black")
  6936. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  6937. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  6938. o103.Anchored = true
  6939. o103.CanCollide = false
  6940. o103.FormFactor = Enum.FormFactor.Symmetric
  6941. o103.Size = Vector3.new(1, 2, 1)
  6942. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  6943. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6944. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6945. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6946. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6947. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6948. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6949. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6950. o104.Name = "Right Arm"
  6951. o104.Parent = o1
  6952. o104.Material = Enum.Material.SmoothPlastic
  6953. o104.BrickColor = BrickColor.new("Maroon")
  6954. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  6955. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  6956. o104.Anchored = true
  6957. o104.CanCollide = false
  6958. o104.FormFactor = Enum.FormFactor.Symmetric
  6959. o104.Size = Vector3.new(1, 2, 1)
  6960. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  6961. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6962. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6963. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6964. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6965. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6966. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6967. o104.Color = Color3.new(0.458824, 0, 0)
  6968. o105.Name = "Left Leg"
  6969. o105.Parent = o1
  6970. o105.Material = Enum.Material.SmoothPlastic
  6971. o105.BrickColor = BrickColor.new("Really black")
  6972. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  6973. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  6974. o105.Anchored = true
  6975. o105.CanCollide = false
  6976. o105.FormFactor = Enum.FormFactor.Symmetric
  6977. o105.Size = Vector3.new(1, 2, 1)
  6978. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  6979. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6980. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6981. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6982. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6983. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6984. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6985. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6986. o106.Name = "Left Arm"
  6987. o106.Parent = o1
  6988. o106.Material = Enum.Material.SmoothPlastic
  6989. o106.BrickColor = BrickColor.new("Maroon")
  6990. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  6991. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  6992. o106.Anchored = true
  6993. o106.CanCollide = false
  6994. o106.FormFactor = Enum.FormFactor.Symmetric
  6995. o106.Size = Vector3.new(1, 2, 1)
  6996. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  6997. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6998. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6999. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7000. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7001. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7002. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7003. o106.Color = Color3.new(0.458824, 0, 0)
  7004. o107.Parent = o1
  7005. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  7006. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  7007. o107.Anchored = true
  7008. o107.FormFactor = Enum.FormFactor.Symmetric
  7009. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  7010. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  7011. o108.Parent = o107
  7012. o109.Parent = o1
  7013. o109.BrickColor = BrickColor.new("Really black")
  7014. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  7015. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  7016. o109.Anchored = true
  7017. o109.FormFactor = Enum.FormFactor.Symmetric
  7018. o109.Size = Vector3.new(3, 1.20000005, 3)
  7019. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  7020. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7021. o110.Parent = o109
  7022. o111.Parent = o1
  7023. o111.BrickColor = BrickColor.new("Really black")
  7024. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  7025. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  7026. o111.Anchored = true
  7027. o111.FormFactor = Enum.FormFactor.Symmetric
  7028. o111.Size = Vector3.new(3, 1.20000005, 3)
  7029. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  7030. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7031. o112.Parent = o111
  7032. o113.Parent = o1
  7033. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  7034. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  7035. o113.Anchored = true
  7036. o113.FormFactor = Enum.FormFactor.Symmetric
  7037. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  7038. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  7039. o114.Parent = o113
  7040. o115.Parent = o1
  7041. o115.BrickColor = BrickColor.new("Really black")
  7042. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  7043. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  7044. o115.Anchored = true
  7045. o115.FormFactor = Enum.FormFactor.Symmetric
  7046. o115.Size = Vector3.new(3, 1.20000005, 3)
  7047. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  7048. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7049. o116.Parent = o115
  7050. o117.Parent = o1
  7051. o117.BrickColor = BrickColor.new("Really black")
  7052. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  7053. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  7054. o117.Anchored = true
  7055. o117.FormFactor = Enum.FormFactor.Symmetric
  7056. o117.Size = Vector3.new(3, 1.20000005, 3)
  7057. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  7058. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7059. o118.Parent = o117
  7060. o119.Parent = o1
  7061. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  7062. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  7063. o119.Anchored = true
  7064. o119.FormFactor = Enum.FormFactor.Symmetric
  7065. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  7066. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  7067. o120.Parent = o119
  7068. o121.Name = "Handle"
  7069. o121.Parent = o1
  7070. o121.Material = Enum.Material.SmoothPlastic
  7071. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  7072. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  7073. o121.Anchored = true
  7074. o121.CanCollide = false
  7075. o121.FormFactor = Enum.FormFactor.Symmetric
  7076. o121.Size = Vector3.new(2, 2, 2)
  7077. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  7078. o121.BottomSurface = Enum.SurfaceType.Smooth
  7079. o121.TopSurface = Enum.SurfaceType.Smooth
  7080. o122.Parent = o121
  7081. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  7082. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  7083. o122.MeshType = Enum.MeshType.FileMesh
  7084. o123.Name = "RPPART"
  7085. o123.Parent = o1
  7086. o123.Transparency = 1
  7087. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  7088. o123.Rotation = Vector3.new(-90, 0, -0)
  7089. o123.Anchored = true
  7090. o123.CanCollide = false
  7091. o123.Size = Vector3.new(4, 1, 2)
  7092. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  7093. function MoveY(model, Position)
  7094. for _,part in pairs (model:GetChildren()) do
  7095. if part.ClassName == "Part" then
  7096. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  7097. end
  7098. end
  7099. end
  7100. function MoveX(model, Position)
  7101. for _,part in pairs (model:GetChildren()) do
  7102. if part.ClassName == "Part" then
  7103. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  7104. end
  7105. end
  7106. end
  7107. function MoveSpawn(model, PLAYERPOS)
  7108. for _,part in pairs (model:GetChildren()) do
  7109. if part.ClassName == "Part" then
  7110. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  7111. end
  7112. end
  7113. end
  7114. function MoveZ(model, Position)
  7115. for _,part in pairs (model:GetChildren()) do
  7116. if part.ClassName == "Part" then
  7117. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  7118. end
  7119. end
  7120. end
  7121. function MoveZPart(Part, Position)
  7122. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  7123. end
  7124. function MoveXPart(Part, Position)
  7125. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  7126. end
  7127. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  7128. OMGCREEPY = Instance.new("Sound")
  7129. OMGCREEPY.Parent = o1
  7130. OMGCREEPY.Volume = .5
  7131. OMGCREEPY.SoundId = "rbxassetid://177775134"
  7132. for i,v in pairs (o1:GetChildren()) do
  7133. if v:IsA("Part") then
  7134. v.Material = "SmoothPlastic"
  7135. v.BackSurface = "SmoothNoOutlines"
  7136. v.FrontSurface = "SmoothNoOutlines"
  7137. v.BottomSurface = "SmoothNoOutlines"
  7138. v.LeftSurface = "SmoothNoOutlines"
  7139. v.RightSurface = "SmoothNoOutlines"
  7140. v.TopSurface = "SmoothNoOutlines"
  7141. end
  7142. end
  7143. OMGCREEPY:Play()
  7144. o21:Play()
  7145. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  7146. for i=1,51 do
  7147. MoveX(o1,-3)
  7148. wait(.05)
  7149. end
  7150. wait(.5)
  7151. MoveZPart(o12,-1)
  7152. wait(.2)
  7153. for i=1,6 do
  7154. MoveXPart(o12,1)
  7155. wait(.1)
  7156. end
  7157. wait(.5)
  7158. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  7159. wait(.5)
  7160. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  7161. wait(.5)
  7162. MoveZPart(o12,1)
  7163. wait(.2)
  7164.  
  7165. for i=1,6 do
  7166. MoveXPart(o12,-1)
  7167. wait(.1)
  7168. end
  7169. for i=1,50 do
  7170. MoveX(o1,-3)
  7171. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  7172. wait(.05)
  7173. end
  7174. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  7175. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  7176. SCREAM = Instance.new("Sound")
  7177. SCREAM.Parent = game.Players[Victim].Character.Head
  7178. SCREAM.SoundId = "rbxassetid://138167455"
  7179. SCREAM:Play()
  7180. wait(2.5)
  7181. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  7182. MoveZPart(o12,-1)
  7183. wait(.2)
  7184. for i=1,6 do
  7185. MoveXPart(o12,1)
  7186. wait(.1)
  7187. end
  7188. wait(.5)
  7189. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  7190. wait(.5)
  7191. MoveZPart(o12,1)
  7192. wait(.2)
  7193. for i=1,6 do
  7194. MoveXPart(o12,-1)
  7195. wait(.1)
  7196. end
  7197. game.Players[Victim].Character.Humanoid.Health = 0
  7198. player = game.Players[Victim]
  7199. char = player.Character
  7200. char.Archivable = true
  7201. local rg = char:Clone()
  7202. rg.HumanoidRootPart:Destroy()
  7203. rg.Name = ""
  7204. rg.Humanoid.MaxHealth = 0
  7205. for i, v in pairs(rg.Torso:GetChildren()) do
  7206. if v:IsA("Motor6D") then
  7207. v:Destroy()
  7208. end
  7209. end
  7210.  
  7211. local n = Instance.new("Glue", rg.Torso)
  7212. n.Name = "Neck"
  7213. n.Part0 = rg.Torso
  7214. n.Part1 = rg.Head
  7215. n.C0 = CFrame.new(0, 1, 0)
  7216. n.C1 = CFrame.new(0, -0.5, 0)
  7217.  
  7218. local rs = Instance.new("Glue", rg.Torso)
  7219. rs.Name = "Right Shoulder"
  7220. rs.Part0 = rg.Torso
  7221. rs.Part1 = rg["Right Arm"]
  7222. rs.C0 = CFrame.new(1.5, 0.5, 0)
  7223. rs.C1 = CFrame.new(0, 0.5, 0)
  7224. local ls = Instance.new("Glue", rg.Torso)
  7225. ls.Name = "Left Shoulder"
  7226. ls.Part0 = rg.Torso
  7227. ls.Part1 = rg["Left Arm"]
  7228. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  7229. ls.C1 = CFrame.new(0, 0.5, 0)
  7230.  
  7231. local rh = Instance.new("Glue", rg.Torso)
  7232. rh.Name = "Right Hip"
  7233. rh.Part0 = rg.Torso
  7234. rh.Part1 = rg["Right Leg"]
  7235. rh.C0 = CFrame.new(0.5, -1, 0)
  7236. rh.C1 = CFrame.new(0, 1, 0)
  7237. local lh = Instance.new("Glue", rg.Torso)
  7238. lh.Name = "Left Hip"
  7239. lh.Part0 = rg.Torso
  7240. lh.Part1 = rg["Left Leg"]
  7241. lh.C0 = CFrame.new(-0.5, -1, 0)
  7242. lh.C1 = CFrame.new(0, 1, 0)
  7243. char.Torso:Destroy()
  7244. char.Head:Destroy()
  7245. char["Left Leg"]:Destroy()
  7246. char["Left Arm"]:Destroy()
  7247. char["Right Leg"]:Destroy()
  7248. char["Right Arm"]:Destroy()
  7249. rg.Parent = game.Workspace
  7250. rg.Head.BrickColor = BrickColor.new("Maroon")
  7251. function DEATH ()
  7252. OHHNELLY = Instance.new("Part")
  7253. OHHNELLY.Parent = workspace
  7254. OHHNELLY.Anchored = false
  7255. OHHNELLY.Material = Enum.Material.SmoothPlastic
  7256. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  7257. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7258. OHHNELLY.Position = rg.Head.Position
  7259. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  7260. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7261. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7262. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7263. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7264. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7265. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7266. end
  7267. for i=1,20 do
  7268. DEATH()
  7269. MoveX(o1,-3)
  7270. wait(.05)
  7271. end
  7272. o1:Destroy()
  7273. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement