Advertisement
Guest User

test

a guest
Nov 20th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 184.76 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local idk = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local GrabKnife = Instance.new("TextButton")
  8.  
  9. -- Properties
  10.  
  11. ScreenGui.Parent = game.Players.LoacalPlayer.PlayerGui
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  15. Frame.BorderSizePixel = 0
  16. Frame.Position = UDim2.new(0.10443864, 0, 0.15630886, 0)
  17. Frame.Size = UDim2.new(0, 313, 0, 365)
  18.  
  19. idk.Name = "idk"
  20. idk.Parent = Frame
  21. idk.BackgroundColor3 = Color3.new(0.705882, 1, 0.505882)
  22. idk.BorderSizePixel = 0
  23. idk.Position = UDim2.new(-0.000992670655, 0, 0.000144466758, 0)
  24. idk.Size = UDim2.new(0, 313, 0, 65)
  25.  
  26. Title.Name = "Title"
  27. Title.Parent = Frame
  28. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Title.BackgroundTransparency = 1
  30. Title.Size = UDim2.new(0, 313, 0, 65)
  31. Title.Font = Enum.Font.SourceSansBold
  32. Title.FontSize = Enum.FontSize.Size36
  33. Title.Text = "Dope GUI"
  34. Title.TextColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  35. Title.TextSize = 34
  36. Title.TextWrapped = true
  37.  
  38. GrabKnife.Name = "GrabKnife"
  39. GrabKnife.Parent = Frame
  40. GrabKnife.BackgroundColor3 = Color3.new(0.705882, 1, 0.505882)
  41. GrabKnife.BorderColor3 = Color3.new(0.478431, 0.670588, 0.337255)
  42. GrabKnife.BorderSizePixel = 3
  43. GrabKnife.Position = UDim2.new(0.303514361, 0, 0.268493146, 0)
  44. GrabKnife.Size = UDim2.new(0, 123, 0, 50)
  45. GrabKnife.Font = Enum.Font.SourceSansBold
  46. GrabKnife.FontSize = Enum.FontSize.Size28
  47. GrabKnife.Text = "Grab Knife"
  48. GrabKnife.TextColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  49. GrabKnife.TextSize = 27
  50.  
  51. GrabKnife.MouseButton1Down:connect(function()
  52. button = script.Parent
  53. button.MouseButton1Click:connect(function()
  54. local player = game:GetService('Players').LocalPlayer
  55. local rightclone = Instance.new('Motor6D')
  56. rightclone.Name = "Right Shoulder"
  57. rightclone.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  58. rightclone.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  59. local leftclone = Instance.new('Motor6D')
  60. leftclone.Name = "Left Shoulder"
  61. leftclone.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  62. leftclone.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  63. local leftlegclone = Instance.new('Motor6D')
  64. leftlegclone.Name = "Left Hip"
  65. leftlegclone.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  66. leftlegclone.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  67. local rightlegclone = Instance.new('Motor6D')
  68. rightlegclone.Name = "Right Hip"
  69. rightlegclone.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  70. rightlegclone.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  71. local torsoclone = Instance.new('Motor6D')
  72. torsoclone.Name = "RootJoint"
  73. torsoclone.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  74. torsoclone.C1 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  75. local mouse = player:GetMouse()
  76. local rag1 = false
  77. local rag2 = false
  78. local firsttime = true
  79. local firsttime2 = true
  80. local firsttime3 = true
  81. local firsttime4 = true
  82. local firsttime5 = true
  83. local childlock = true
  84. local math1 = math.random(1,5)
  85. math1 = math1+(math.random(0,9)/10)
  86. local math2 = math.random(1,15)
  87. math2 = math2+(math.random(0,9)/10)
  88. local math3 = math.random(1,10)
  89. math3 = math3+(math.random(0,9)/10)
  90. local math4 = math.random(5,100)
  91. math4 = math4+(math.random(0,9)/10)
  92. local answer = (math4+(math1*math3))/(math1*math2)
  93. answer = math.floor((answer*10)+0.5)
  94. answer = answer/10
  95. print([[To be fair, you have to have a very high IQ to understand Rick and Morty.
  96. 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.
  97. There's also Rick's nihilistic outlook, which is deftly woven into his characterisation -
  98. his personal philosophy draws heavily from Narodnaya Volya literature, for instance.
  99. The fans understand this stuff;
  100. 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.
  101. As a consequence people who dislike Rick and Morty truly ARE idiots-
  102. 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.
  103. 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.
  104. What fools... how I pity them.
  105. And yes by the way, I DO have a Rick and Morty tattoo.
  106. And no, you cannot see it.
  107. It's for the ladies' eyes only-
  108. And even they have to demonstrate that they're within ]]..answer..[[ IQ points of my own (preferably lower) beforehand.]])
  109. local rekt = {}
  110.  
  111. -- Objects
  112.  
  113. local MainGUI = Instance.new("ScreenGui")
  114. local Customize = Instance.new("TextButton")
  115. local Frame = Instance.new("Frame")
  116. local TextLabel = Instance.new("TextLabel")
  117. local Frame_2 = Instance.new("Frame")
  118. local Frame_3 = Instance.new("Frame")
  119. local ImageLabel = Instance.new("ImageLabel")
  120. local R = Instance.new("TextBox")
  121. local G = Instance.new("TextBox")
  122. local B = Instance.new("TextBox")
  123. local TextLabel_2 = Instance.new("TextLabel")
  124. local TextLabel_3 = Instance.new("TextLabel")
  125. local TextLabel_4 = Instance.new("TextLabel")
  126. local Slider = Instance.new("Frame")
  127. local Slidee = Instance.new("ImageButton")
  128. local ChildLock = Instance.new("Frame")
  129. local TextLabel_5 = Instance.new("TextLabel")
  130. local mathz = Instance.new("TextLabel")
  131. local TextBox = Instance.new("TextBox")
  132. local Black = Instance.new('Frame')
  133. local fps = Instance.new('TextLabel')
  134.  
  135. -- Properties
  136.  
  137. MainGUI.Name = "MainGUI"
  138. MainGUI.ResetOnSpawn = false
  139. pcall(function()
  140. MainGUI.Parent = player.PlayerGui
  141. end)
  142. pcall(function()
  143. MainGUI.Parent = game.CoreGui
  144. game.CoreGui.RobloxGui.Backpack.Hotbar.AnchorPoint = Vector2.new(0.5,0.5)
  145. game.CoreGui.RobloxGui.Backpack.Hotbar.Position = UDim2.new(0.5,0,0.85,0)
  146. end)
  147.  
  148.  
  149. Customize.Name = "Customize"
  150. Customize.Parent = MainGUI
  151. Customize.BackgroundColor3 = Color3.new(0, 0.776471, 0.282353)
  152. Customize.BorderSizePixel = 0
  153. Customize.Position = UDim2.new(0.15, 0, 0.9, 0)
  154. Customize.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  155. Customize.Font = Enum.Font.SourceSans
  156. Customize.FontSize = Enum.FontSize.Size14
  157. Customize.Text = "Customize V4"
  158. Customize.TextColor3 = Color3.new(1, 1, 1)
  159. Customize.TextScaled = true
  160. Customize.TextSize = 14
  161. Customize.TextWrapped = true
  162.  
  163. Frame.Parent = Customize
  164. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  165. Frame.BorderSizePixel = 0
  166. Frame.Position = UDim2.new(0, 0, 1, 0)
  167. Frame.Size = UDim2.new(1, 0, 6.5, 0)
  168.  
  169. TextLabel.Parent = Frame
  170. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  171. TextLabel.BackgroundTransparency = 1
  172. TextLabel.Position = UDim2.new(0, 0, 0.100000001, 0)
  173. TextLabel.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  174. TextLabel.Font = Enum.Font.SourceSansLight
  175. TextLabel.FontSize = Enum.FontSize.Size14
  176. TextLabel.Text = "Blood Color: [255, 255, 255]"
  177. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  178. TextLabel.TextScaled = true
  179. TextLabel.TextSize = 14
  180. TextLabel.TextWrapped = true
  181. TextLabel.TextXAlignment = Enum.TextXAlignment.Right
  182.  
  183. Frame_2.Parent = TextLabel
  184. Frame_2.BackgroundColor3 = Color3.new(0.458824, 0, 0)
  185. Frame_2.BorderSizePixel = 0
  186. Frame_2.Position = UDim2.new(1.04999995, 0, 0, 0)
  187. Frame_2.Size = UDim2.new(1, 0, 1, 0)
  188. Frame_2.SizeConstraint = Enum.SizeConstraint.RelativeYY
  189.  
  190. Frame_3.Parent = Frame
  191. Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  192. Frame_3.BackgroundTransparency = 1
  193. Frame_3.BorderSizePixel = 0
  194. Frame_3.Position = UDim2.new(0.0500000007, 0, 0.449999988, 0)
  195. Frame_3.Size = UDim2.new(0.5, 0, 0.5, 0)
  196. Frame_3.SizeConstraint = Enum.SizeConstraint.RelativeYY
  197.  
  198. ImageLabel.Parent = Frame_3
  199. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  200. ImageLabel.BackgroundTransparency = 1
  201. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  202. ImageLabel.Image = "rbxassetid://328298876"
  203.  
  204. R.Name = "R"
  205. R.Parent = Frame_3
  206. R.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  207. R.BorderSizePixel = 0
  208. R.Position = UDim2.new(1.39999998, 0, 0, 0)
  209. R.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  210. R.Font = Enum.Font.SourceSans
  211. R.FontSize = Enum.FontSize.Size14
  212. R.Text = "Input"
  213. R.TextColor3 = Color3.new(1, 1, 1)
  214. R.TextScaled = true
  215. R.TextSize = 14
  216. R.TextWrapped = true
  217. R.TextXAlignment = Enum.TextXAlignment.Left
  218.  
  219. G.Name = "G"
  220. G.Parent = Frame_3
  221. G.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  222. G.BorderSizePixel = 0
  223. G.Position = UDim2.new(1.39999998, 0, 0.349999994, 0)
  224. G.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  225. G.Font = Enum.Font.SourceSans
  226. G.FontSize = Enum.FontSize.Size14
  227. G.Text = "Input"
  228. G.TextColor3 = Color3.new(1, 1, 1)
  229. G.TextScaled = true
  230. G.TextSize = 14
  231. G.TextWrapped = true
  232. G.TextXAlignment = Enum.TextXAlignment.Left
  233.  
  234. B.Name = "B"
  235. B.Parent = Frame_3
  236. B.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  237. B.BorderSizePixel = 0
  238. B.Position = UDim2.new(1.39999998, 0, 0.699999988, 0)
  239. B.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  240. B.Font = Enum.Font.SourceSans
  241. B.FontSize = Enum.FontSize.Size14
  242. B.Text = "Input"
  243. B.TextColor3 = Color3.new(1, 1, 1)
  244. B.TextScaled = true
  245. B.TextSize = 14
  246. B.TextWrapped = true
  247. B.TextXAlignment = Enum.TextXAlignment.Left
  248.  
  249. TextLabel_2.Parent = Frame_3
  250. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  251. TextLabel_2.BackgroundTransparency = 1
  252. TextLabel_2.Position = UDim2.new(1.04999995, 0, 0, 0)
  253. TextLabel_2.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  254. TextLabel_2.Font = Enum.Font.SourceSansLight
  255. TextLabel_2.FontSize = Enum.FontSize.Size14
  256. TextLabel_2.Text = "R"
  257. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  258. TextLabel_2.TextScaled = true
  259. TextLabel_2.TextSize = 14
  260. TextLabel_2.TextWrapped = true
  261.  
  262. TextLabel_3.Parent = Frame_3
  263. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  264. TextLabel_3.BackgroundTransparency = 1
  265. TextLabel_3.Position = UDim2.new(1.04999995, 0, 0.349999994, 0)
  266. TextLabel_3.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  267. TextLabel_3.Font = Enum.Font.SourceSansLight
  268. TextLabel_3.FontSize = Enum.FontSize.Size14
  269. TextLabel_3.Text = "G"
  270. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  271. TextLabel_3.TextScaled = true
  272. TextLabel_3.TextSize = 14
  273. TextLabel_3.TextWrapped = true
  274.  
  275. TextLabel_4.Parent = Frame_3
  276. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  277. TextLabel_4.BackgroundTransparency = 1
  278. TextLabel_4.Position = UDim2.new(1.04999995, 0, 0.699999988, 0)
  279. TextLabel_4.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  280. TextLabel_4.Font = Enum.Font.SourceSansLight
  281. TextLabel_4.FontSize = Enum.FontSize.Size14
  282. TextLabel_4.Text = "B"
  283. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  284. TextLabel_4.TextScaled = true
  285. TextLabel_4.TextSize = 14
  286. TextLabel_4.TextWrapped = true
  287.  
  288. Slider.Name = "Slider"
  289. Slider.Parent = Frame
  290. Slider.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  291. Slider.Position = UDim2.new(0.0500000007, 0, 0.375, 0)
  292. Slider.Size = UDim2.new(0.230000004, 0, 0.00999999978, 0)
  293.  
  294. Slidee.Name = "Slidee"
  295. Slidee.Parent = Slider
  296. Slidee.AnchorPoint = Vector2.new(0.5, 0.5)
  297. Slidee.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  298. Slidee.BorderSizePixel = 0
  299. Slidee.Size = UDim2.new(0.0299999993, 0, 7, 0)
  300. Slidee.ImageTransparency = 1
  301.  
  302. ChildLock.Name = "ChildLock"
  303. ChildLock.Parent = Frame
  304. ChildLock.Active = true
  305. ChildLock.BackgroundColor3 = Color3.new(0, 0, 0)
  306. ChildLock.BackgroundTransparency = 0.60000002384186
  307. ChildLock.BorderSizePixel = 0
  308. ChildLock.Position = UDim2.new(0.600000024, 0, 0, 0)
  309. ChildLock.Size = UDim2.new(0.400000006, 0, 1, 0)
  310. ChildLock.ZIndex = 2
  311.  
  312. TextLabel_5.Parent = ChildLock
  313. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  314. TextLabel_5.BackgroundTransparency = 1
  315. TextLabel_5.BorderSizePixel = 0
  316. TextLabel_5.Position = UDim2.new(0.125, 0, 0.150000006, 0)
  317. TextLabel_5.Size = UDim2.new(0.75, 0, 0.200000003, 0)
  318. TextLabel_5.ZIndex = 3
  319. TextLabel_5.Font = Enum.Font.SourceSans
  320. TextLabel_5.FontSize = Enum.FontSize.Size14
  321. TextLabel_5.Text = "do this math to disable child lock"
  322. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  323. TextLabel_5.TextScaled = true
  324. TextLabel_5.TextSize = 14
  325. TextLabel_5.TextWrapped = true
  326.  
  327. mathz.Name = "mathz"
  328. mathz.Parent = ChildLock
  329. mathz.BackgroundColor3 = Color3.new(1, 1, 1)
  330. mathz.BackgroundTransparency = 1
  331. mathz.Position = UDim2.new(0.125, 0, 0.449999988, 0)
  332. mathz.Size = UDim2.new(0.75, 0, 0.200000003, 0)
  333. mathz.ZIndex = 3
  334. mathz.Font = Enum.Font.SourceSans
  335. mathz.FontSize = Enum.FontSize.Size14
  336. mathz.Text = math1.."("..math2.."r - "..math3..") = "..math4
  337. mathz.TextColor3 = Color3.new(1, 1, 1)
  338. mathz.TextScaled = true
  339. mathz.TextSize = 14
  340. mathz.TextWrapped = true
  341.  
  342. fps.Name = "fps"
  343. fps.Parent = Frame
  344. fps.BackgroundColor3 = Color3.new(1, 1, 1)
  345. fps.BackgroundTransparency = 1
  346. fps.Size = UDim2.new(0.75, 0, 0.05, 0)
  347. fps.ZIndex = 3
  348. fps.Font = Enum.Font.SourceSansLight
  349. fps.FontSize = Enum.FontSize.Size14
  350. fps.Text = "FPS: N/A"
  351. fps.TextColor3 = Color3.new(1, 1, 1)
  352. fps.TextScaled = true
  353. fps.TextSize = 14
  354. fps.TextWrapped = true
  355. fps.TextXAlignment = Enum.TextXAlignment.Left
  356.  
  357. TextBox.Parent = ChildLock
  358. TextBox.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  359. TextBox.BorderSizePixel = 0
  360. TextBox.Position = UDim2.new(0.200000003, 0, 0.699999988, 0)
  361. TextBox.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  362. TextBox.ZIndex = 3
  363. TextBox.Font = Enum.Font.SourceSans
  364. TextBox.FontSize = Enum.FontSize.Size14
  365. TextBox.Text = "Answer (rounded to nearest tenth)"
  366. TextBox.TextColor3 = Color3.new(1, 1, 1)
  367. TextBox.TextScaled = true
  368. TextBox.TextSize = 14
  369. TextBox.TextWrapped = true
  370. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  371.  
  372. Black.Size = UDim2.new(1,0,1,0)
  373. Black.BackgroundTransparency = 1
  374. Black.BorderSizePixel = 0
  375. Black.BackgroundColor3 = Color3.new(0,0,0)
  376. Black.Parent = Frame_3
  377.  
  378. TextBox.FocusLost:connect(function()
  379. 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
  380. ChildLock:Destroy()
  381. childlock = false
  382. notify("Child lock disabled, press B to enable dildo mode.",true)
  383. end
  384. end)
  385.  
  386. local mousedown = false
  387. mouse.Button1Down:connect(function()
  388. mousedown = true
  389. end)
  390. mouse.Button1Up:connect(function()
  391. mousedown = false
  392. slidee = false
  393. end)
  394.  
  395. Slidee.MouseButton1Down:connect(function()
  396. slidee = true
  397. end)
  398. Slidee.MouseButton1Up:connect(function()
  399. slidee = false
  400. end)
  401.  
  402. mouse.Move:connect(function()
  403. if mousedown then
  404. 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
  405. local newX = ImageLabel.AbsoluteSize.X-(mouse.X-ImageLabel.AbsolutePosition.X)
  406. local newY = ImageLabel.AbsoluteSize.Y-(mouse.Y-ImageLabel.AbsolutePosition.Y)
  407. local newcolor = Color3.fromHSV(newX/ImageLabel.AbsoluteSize.X,newY/ImageLabel.AbsoluteSize.Y,Black.Transparency)
  408. Frame_2.BackgroundColor3 = newcolor
  409. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  410. end
  411. end
  412. if slidee then
  413. local ree = mouse.X
  414. if ree < Slider.AbsolutePosition.X then
  415. ree = Slider.AbsolutePosition.X
  416. elseif ree > Slider.AbsolutePosition.X+Slider.AbsoluteSize.X then
  417. ree = Slider.AbsolutePosition.X+Slider.AbsoluteSize.X
  418. end
  419. Slidee.Position = UDim2.new(0,ree-Slider.AbsolutePosition.X,0,0)
  420. Black.Transparency = 1-(Slidee.Position.X.Offset/Slider.AbsoluteSize.X)
  421. end
  422. end)
  423.  
  424. R.FocusLost:connect(function()
  425. if R.Text ~= "Input" then
  426. if tonumber(R.Text) then
  427. if tonumber(R.Text) > 255 then
  428. R.Text = "255"
  429. end
  430. local newcolor = Color3.new(tonumber(R.Text/255),Frame_2.BackgroundColor3.g,Frame_2.BackgroundColor3.b)
  431. Frame_2.BackgroundColor3 = newcolor
  432. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  433. R.Text = "Input"
  434. end
  435. end
  436. end)
  437. G.FocusLost:connect(function()
  438. if G.Text ~= "Input" then
  439. if tonumber(G.Text) then
  440. if tonumber(G.Text) > 255 then
  441. G.Text = "255"
  442. end
  443. local newcolor = Color3.new(Frame_2.BackgroundColor3.r,tonumber(G.Text/255),Frame_2.BackgroundColor3.b)
  444. Frame_2.BackgroundColor3 = newcolor
  445. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  446. G.Text = "Input"
  447. end
  448. end
  449. end)
  450. B.FocusLost:connect(function()
  451. if B.Text ~= "Input" then
  452. if tonumber(B.Text) then
  453. if tonumber(B.Text) > 255 then
  454. B.Text = "255"
  455. end
  456. local newcolor = Color3.new(Frame_2.BackgroundColor3.r,Frame_2.BackgroundColor3.g,tonumber(B.Text/255))
  457. Frame_2.BackgroundColor3 = newcolor
  458. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  459. B.Text = "Input"
  460. end
  461. end
  462. end)
  463.  
  464. local open = false
  465. local opening = false
  466. Customize.MouseButton1Click:connect(function()
  467. if opening == false then
  468. if open == false then
  469. open = true
  470. opening = true
  471. Customize:TweenPosition(UDim2.new(0.15, 0, 0.1, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint,1)
  472. wait(1)
  473. opening = false
  474. else
  475. open = false
  476. opening = true
  477. Customize:TweenPosition(UDim2.new(0.15, 0, 0.9, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint,1)
  478. wait(1)
  479. opening = false
  480. end
  481. end
  482. end)
  483.  
  484. Frame_2.BackgroundColor3 = Color3.fromRGB(117,0,0)
  485.  
  486. function removewelds(part)
  487. for i,v in pairs(part:GetChildren()) do
  488. if v:IsA('Weld') then v:Destroy() end
  489. end
  490. end
  491.  
  492. function notify(msg,remove)
  493. local coru= coroutine.wrap(function()
  494. for i,v in pairs(MainGUI:GetChildren()) do
  495. if v:IsA('TextLabel') then v:Destroy() end
  496. end
  497. if msg then
  498. local TextLabel = Instance.new("TextLabel")
  499. local Frame = Instance.new("Frame")
  500.  
  501. -- Properties
  502.  
  503. TextLabel.Parent = MainGUI
  504. TextLabel.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  505. TextLabel.BorderSizePixel = 0
  506. TextLabel.Position = UDim2.new(0.25, 0, 0.05, -10)
  507. TextLabel.Size = UDim2.new(0.5, 0, 0.1, 0)
  508. TextLabel.Font = Enum.Font.SourceSans
  509. TextLabel.FontSize = Enum.FontSize.Size60
  510. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  511. TextLabel.TextSize = 50
  512. TextLabel.Transparency = 1
  513. TextLabel.TextScaled = true
  514. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  515. TextLabel.Text = ""
  516. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  517.  
  518. Frame.Parent = TextLabel
  519. Frame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  520. Frame.BorderSizePixel = 0
  521. Frame.Transparency = 1
  522. Frame.Position = UDim2.new(0, 0, 1,0)
  523. Frame.Size = UDim2.new(1, 0, 0, 5)
  524. for i=1,10 do
  525. TextLabel.Transparency = TextLabel.Transparency-0.1
  526. TextLabel.Position = TextLabel.Position+UDim2.new(0,0,0,1)
  527. Frame.Transparency = Frame.Transparency-0.1
  528. wait()
  529. end
  530. for i=1,#msg do
  531. TextLabel.Text = string.sub(msg,1,i)
  532. wait()
  533. end
  534. wait(1)
  535. if remove ~= true then
  536. for i=1,10 do
  537. TextLabel.Transparency = TextLabel.Transparency+0.1
  538. TextLabel.Position = TextLabel.Position-UDim2.new(0,0,0,1)
  539. Frame.Transparency = Frame.Transparency+0.1
  540. wait()
  541. end
  542. TextLabel:Destroy()
  543. end
  544. end
  545. end)
  546. coru()
  547. end
  548. if workspace.FilteringEnabled == false then
  549. if workspace:PGSIsEnabled() then
  550. notify('Press Z to equip. Created by mustardfoot and Tollonis.',true)
  551. else
  552. 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)
  553. end
  554. else
  555. notify('LOL this game has filtering enabled so it literally wont work here')
  556. end
  557.  
  558. local handProperties = {
  559. {"LimitsEnabled", true};
  560. {"UpperAngle",0};
  561. {"LowerAngle",0};
  562. }
  563. local shinProperties = {
  564. {"LimitsEnabled", true};
  565. {"UpperAngle", 0};
  566. {"LowerAngle", -75};
  567. }
  568. local footProperties = {
  569. {"LimitsEnabled", true};
  570. {"UpperAngle", 15};
  571. {"LowerAngle", -45};
  572. }
  573.  
  574. function bleed(frick,OwO)
  575. while frick.Parent ~= nil and frick.Parent.Parent ~= nil do
  576. local reeee = coroutine.wrap(function()
  577. local thing = Instance.new('Part',workspace)
  578. thing.Size = Vector3.new(0.2,0.2,0.2)
  579. thing.CFrame = frick.CFrame
  580. thing.Transparency = 1
  581. thing.BrickColor = BrickColor.new(Frame_2.BackgroundColor3)
  582. thing.Material = Enum.Material.SmoothPlastic
  583. thing.Name = "Blood"
  584. thing.CanCollide =false
  585. thing:BreakJoints()
  586. local rawrxd = Instance.new('BodyForce',thing)
  587. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  588. local coru = coroutine.wrap(function()
  589. wait(0.01)
  590. rawrxd:Destroy()
  591. end)
  592. coru()
  593. local ree = Instance.new('ParticleEmitter',thing)
  594. if OwO ~= true then
  595. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Frame_2.BackgroundColor3),ColorSequenceKeypoint.new(1,Frame_2.BackgroundColor3)})
  596. else
  597. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,1,1)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  598. end
  599. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  600. ree.Texture = 'rbxassetid://867743272'
  601. ree.Lifetime = NumberRange.new(0.4)
  602. ree.Rate = 50
  603. ree.LockedToPart = true
  604. ree.Speed = NumberRange.new(0, 2)
  605.  
  606. thing.Touched:connect(function(tou)
  607. 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
  608. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  609. local Point1 = pos-Vector3.new(0.01,0.01,0.01)
  610. local Point2 = pos+Vector3.new(0.01,0.01,0.01)
  611. local Region = Region3.new(Point1,Point2)
  612. for _,Part in pairs(game.Workspace:FindPartsInRegion3(Region,nil,math.huge)) do
  613. if Part.Name == "BloodPuddle" then
  614. tou = Part
  615. end
  616. end
  617. thing:Destroy()
  618. if tou.Name == "BloodPuddle" then
  619. if tou.Size.X < 1 then
  620. pcall(function()
  621. tou.Sound:Play()
  622. end)
  623. end
  624. local reee = tou.CFrame
  625. if tou.Transparency > -0.2 then
  626. tou.Transparency = tou.Transparency -0.1
  627. end
  628. if tou.Size.X < 5 then
  629. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  630. tou.CFrame = reee
  631. end
  632. elseif tou.CanCollide == true then
  633. local bloodlol = Instance.new('Part',workspace)
  634. local sound = Instance.new('Sound',bloodlol)
  635. sound.SoundId = 'rbxassetid://685857471'
  636. sound.Volume = 0.025
  637. sound:Play()
  638. bloodlol.Size=Vector3.new(1,0.2,1)
  639. bloodlol.Name = "BloodPuddle"
  640. bloodlol.Anchored = true
  641. bloodlol.CanCollide = false
  642. bloodlol.Material = Enum.Material.SmoothPlastic
  643. if OwO ~= true then
  644. bloodlol.Color = Frame_2.BackgroundColor3
  645. else
  646. bloodlol.Color = Color3.new(1,1,1)
  647. end
  648. local cyl = Instance.new('CylinderMesh',bloodlol)
  649. cyl.Scale = Vector3.new(1,0.1,1)
  650. bloodlol.CFrame = CFrame.new(pos)
  651. local coru=coroutine.wrap(function()
  652. while bloodlol.Parent ~= nil do
  653. if bloodlol.Transparency < 1 then
  654. bloodlol.Transparency = bloodlol.Transparency+0.05
  655. else
  656. bloodlol:Destroy()
  657. end
  658. wait(0.1)
  659. end
  660. end)
  661. coru()
  662. end
  663. end
  664. end)
  665. local coru = coroutine.wrap(function()
  666. wait(1)
  667. thing:Destroy()
  668. end)
  669. coru()
  670. end)
  671. reeee()
  672. wait()
  673. end
  674. end
  675.  
  676. function stun(char)
  677. local found = false
  678. pcall(function()
  679. char:FindFirstChildOfClass('Humanoid'):ChangeState(Enum.HumanoidStateType.Physics)
  680. end)
  681. for i,v in pairs(rekt) do
  682. if v == char then
  683. found = true
  684. end
  685. end
  686. if found == false then
  687. table.insert(rekt,char)
  688. end
  689. end
  690. function unstun(char)
  691. for i,v in pairs(rekt) do
  692. if v == char then
  693. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChildOfClass('Humanoid').Health>0 then
  694. v:FindFirstChildOfClass('Humanoid'):ChangeState(Enum.HumanoidStateType.Running)
  695. v:FindFirstChildOfClass('Humanoid').PlatformStand = false
  696. v:FindFirstChildOfClass('Humanoid').Sit = false
  697. v:FindFirstChildOfClass('Humanoid').Jump = true
  698. v:FindFirstChildOfClass('Humanoid').JumpPower = 50
  699. v:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  700. v:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  701. end
  702. table.remove(rekt,i)
  703. end
  704. end
  705. end
  706.  
  707. function recurse(root,callback,i)
  708. i= i or 0
  709. for _,v in pairs(root:GetChildren()) do
  710. i = i + 1
  711. callback(i,v)
  712.  
  713. if #v:GetChildren() > 0 then
  714. i = recurse(v,callback,i)
  715. end
  716. end
  717.  
  718. return i
  719. end
  720.  
  721. function ragdollJoint(character, part0, part1, attachmentName, className, properties)
  722. if character:FindFirstChild("RagdollConstraint"..part1.Name) == nil then
  723. if character:FindFirstChild('HumanoidRootPart')then
  724. character.HumanoidRootPart.CanCollide = false
  725. end
  726. for i,v in pairs(character:GetChildren()) do
  727. 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
  728. v.Size = Vector3.new(1,1,1)
  729. end
  730. end
  731. recurse(character, function(_,v)
  732. if v:IsA("Attachment") and v.Parent.Name ~= "ayybleed" then
  733. v.Axis = Vector3.new(0, 1, 0)
  734. v.SecondaryAxis = Vector3.new(0, 0, 1)
  735. v.Rotation = Vector3.new(0, 0, 0)
  736. end
  737. end)
  738. if part1:FindFirstChildOfClass('Motor6D') then
  739. part1:FindFirstChildOfClass('Motor6D'):Destroy()
  740. end
  741. if attachmentName ~= "NeckAttachment" then
  742. attachmentName = attachmentName.."RigAttachment"
  743. end
  744. local constraint = Instance.new(className.."Constraint")
  745. constraint.Attachment0 = part0:FindFirstChild(attachmentName)
  746. constraint.Attachment1 = part1:FindFirstChild(attachmentName)
  747. constraint.Name = "RagdollConstraint"..part1.Name
  748. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  749. local collidepart = Instance.new('Part',part1)
  750. collidepart.Size = part1.Size/2
  751. if string.find(string.lower(part1.Name),"upper") then
  752. if string.find(string.lower(part1.Name),"leg") then
  753. collidepart.Size = part1.Size/3
  754. else
  755. collidepart.Size = part1.Size/2.5
  756. end
  757. end
  758. collidepart.CanCollide = true
  759. collidepart.Name = "Collision"
  760. collidepart.Anchored = false
  761. collidepart.Transparency = 1
  762. collidepart.CFrame = part1.CFrame
  763. collidepart:BreakJoints()
  764. local attachment0 = Instance.new('Attachment',part1)
  765. local attachment1 = Instance.new('Attachment',collidepart)
  766. if attachment0 and attachment1 then
  767. local constraint = Instance.new("HingeConstraint")
  768. constraint.Attachment0 = attachment0
  769. constraint.Attachment1 = attachment1
  770. constraint.LimitsEnabled = true
  771. constraint.UpperAngle = 0
  772. constraint.LowerAngle = 0
  773. constraint.Parent = character
  774. end
  775. if string.find(string.lower(part1.Name),"upper") then
  776. if string.find(string.lower(part1.Name),"leg") then
  777. attachment0.Position = Vector3.new(0,0.01,0)
  778. else
  779. attachment0.Position = Vector3.new(0,0.25,0)
  780. end
  781. else
  782. attachment0.Position = Vector3.new(0,-0.1,0)
  783. end
  784. end
  785. for _,propertyData in next,properties or {} do
  786. constraint[propertyData[1]] = propertyData[2]
  787. end
  788.  
  789. constraint.Parent = character
  790. end
  791. end
  792.  
  793. function R6ragdollJoint(character,limbname,attached,heded)
  794. pcall(function()
  795. 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
  796. local torsoatt = Instance.new('Attachment',character.Torso)
  797. torsoatt.Name = limbname.."RagdollConstraint"
  798. torsoatt.Position = Vector3.new(1.45,0.768,-0.009)
  799. torsoatt.Axis = Vector3.new(1,0,0)
  800. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  801. local limbatt = Instance.new("Attachment",character[limbname])
  802. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  803. limbatt.Name = limbname.."RagdollConstraint"
  804. limbatt.Axis = Vector3.new(1,0,0)
  805. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  806. local ballc = Instance.new('BallSocketConstraint',character)
  807. ballc.Name = "RightArmRagdollRig"
  808. ballc.Attachment0 = torsoatt
  809. ballc.Attachment1 = limbatt
  810. local part1 = character[limbname]
  811. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  812. local collidepart = Instance.new('Part',part1)
  813. collidepart.Size = part1.Size/1.5
  814. collidepart.CanCollide = true
  815. collidepart.Name = "Collision"
  816. collidepart.Anchored = false
  817. collidepart.Transparency = 1
  818. collidepart.CFrame = part1.CFrame
  819. collidepart:BreakJoints()
  820. local attachment0 = Instance.new('Attachment',part1)
  821. local attachment1 = Instance.new('Attachment',collidepart)
  822. if attachment0 and attachment1 then
  823. local constraint = Instance.new("HingeConstraint")
  824. constraint.Attachment0 = attachment0
  825. constraint.Attachment1 = attachment1
  826. constraint.LimitsEnabled = true
  827. constraint.UpperAngle = 0
  828. constraint.LowerAngle = 0
  829. constraint.Parent = character
  830. end
  831. end
  832. if character.Torso:FindFirstChild('Right Shoulder') then
  833. character.Torso:FindFirstChild('Right Shoulder'):Destroy()
  834. end
  835. 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
  836. local torsoatt = Instance.new('Attachment',character.Torso)
  837. torsoatt.Name = limbname.."RagdollConstraint"
  838. torsoatt.Position = Vector3.new(-1.45,0.768,-0.009)
  839. torsoatt.Axis = Vector3.new(1,0,0)
  840. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  841. local limbatt = Instance.new("Attachment",character[limbname])
  842. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  843. limbatt.Name = limbname.."RagdollConstraint"
  844. limbatt.Axis = Vector3.new(1,0,0)
  845. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  846. local ballc = Instance.new('BallSocketConstraint',character)
  847. ballc.Name = "LeftArmRagdollRig"
  848. ballc.Attachment0 = torsoatt
  849. ballc.Attachment1 = limbatt
  850. local part1 = character[limbname]
  851. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  852. local collidepart = Instance.new('Part',part1)
  853. collidepart.Size = part1.Size/1.5
  854. collidepart.CanCollide = true
  855. collidepart.Name = "Collision"
  856. collidepart.Anchored = false
  857. collidepart.Transparency = 1
  858. collidepart.CFrame = part1.CFrame
  859. collidepart:BreakJoints()
  860. local attachment0 = Instance.new('Attachment',part1)
  861. local attachment1 = Instance.new('Attachment',collidepart)
  862. if attachment0 and attachment1 then
  863. local constraint = Instance.new("HingeConstraint")
  864. constraint.Attachment0 = attachment0
  865. constraint.Attachment1 = attachment1
  866. constraint.LimitsEnabled = true
  867. constraint.UpperAngle = 0
  868. constraint.LowerAngle = 0
  869. constraint.Parent = character
  870. end
  871. end
  872. if character.Torso:FindFirstChild('Left Shoulder') then
  873. character.Torso:FindFirstChild('Left Shoulder'):Destroy()
  874. end
  875. 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
  876. stun(character)
  877. local torsoatt = Instance.new('Attachment',character.Torso)
  878. torsoatt.Name = limbname.."RagdollConstraint"
  879. torsoatt.Position = Vector3.new(0.45, -1.242, -0.009)
  880. torsoatt.Axis = Vector3.new(1,0,0)
  881. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  882. local limbatt = Instance.new("Attachment",character[limbname])
  883. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  884. limbatt.Name = limbname.."RagdollConstraint"
  885. limbatt.Axis = Vector3.new(1,0,0)
  886. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  887. local ballc = Instance.new('BallSocketConstraint',character)
  888. ballc.Name = "RightLegRagdollRig"
  889. ballc.Attachment0 = torsoatt
  890. ballc.Attachment1 = limbatt
  891. local part1 = character[limbname]
  892. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  893. local collidepart = Instance.new('Part',part1)
  894. collidepart.Size = part1.Size/1.5
  895. collidepart.CanCollide = true
  896. collidepart.Name = "Collision"
  897. collidepart.Anchored = false
  898. collidepart.Transparency = 1
  899. collidepart.CFrame = part1.CFrame
  900. collidepart:BreakJoints()
  901. local attachment0 = Instance.new('Attachment',part1)
  902. local attachment1 = Instance.new('Attachment',collidepart)
  903. if attachment0 and attachment1 then
  904. local constraint = Instance.new("HingeConstraint")
  905. constraint.Attachment0 = attachment0
  906. constraint.Attachment1 = attachment1
  907. constraint.LimitsEnabled = true
  908. constraint.UpperAngle = 0
  909. constraint.LowerAngle = 0
  910. constraint.Parent = character
  911. end
  912. end
  913. if character.Torso:FindFirstChild('Right Hip') then
  914. character.Torso:FindFirstChild('Right Hip'):Destroy()
  915. end
  916. 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
  917. stun(character)
  918. local torsoatt = Instance.new('Attachment',character.Torso)
  919. torsoatt.Name = limbname.."RagdollConstraint"
  920. torsoatt.Position = Vector3.new(-0.45, -1.242, -0.009)
  921. torsoatt.Axis = Vector3.new(1,0,0)
  922. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  923. local limbatt = Instance.new("Attachment",character[limbname])
  924. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  925. limbatt.Name = limbname.."RagdollConstraint"
  926. limbatt.Axis = Vector3.new(1,0,0)
  927. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  928. local ballc = Instance.new('BallSocketConstraint',character)
  929. ballc.Name = "LeftLegRagdollRig"
  930. ballc.Attachment0 = torsoatt
  931. ballc.Attachment1 = limbatt
  932. local part1 = character[limbname]
  933. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  934. local collidepart = Instance.new('Part',part1)
  935. collidepart.Size = part1.Size/1.5
  936. collidepart.CanCollide = true
  937. collidepart.Name = "Collision"
  938. collidepart.Anchored = false
  939. collidepart.Transparency = 1
  940. collidepart.CFrame = part1.CFrame
  941. collidepart:BreakJoints()
  942. local attachment0 = Instance.new('Attachment',part1)
  943. local attachment1 = Instance.new('Attachment',collidepart)
  944. if attachment0 and attachment1 then
  945. local constraint = Instance.new("HingeConstraint")
  946. constraint.Attachment0 = attachment0
  947. constraint.Attachment1 = attachment1
  948. constraint.LimitsEnabled = true
  949. constraint.UpperAngle = 0
  950. constraint.LowerAngle = 0
  951. constraint.Parent = character
  952. end
  953. end
  954. if character.Torso:FindFirstChild('Left Hip') then
  955. character.Torso:FindFirstChild('Left Hip'):Destroy()
  956. end
  957. elseif limbname == "Head" or limbname == "Torso" and character:FindFirstChild("Head") and character:FindFirstChild("Torso") and character.Head:FindFirstChild("Neck") == nil then
  958. if character:FindFirstChildOfClass('Humanoid') then
  959. character:FindFirstChildOfClass('Humanoid').Health = 0
  960. end
  961. while character:FindFirstChildOfClass('Humanoid').Health > 0 do wait() end
  962. if character:FindFirstChild('HumanoidRootPart') then
  963. character.HumanoidRootPart:Destroy()
  964. end
  965. game:GetService('Debris'):AddItem(character,10)
  966. for _,child in next,character:GetChildren() do
  967. if child:IsA("Accoutrement") then
  968. for _,part in next,child:GetChildren() do
  969. if part:IsA("BasePart") then
  970. for _,c in pairs(part:GetChildren()) do
  971. if c:IsA('Weld') then c:Destroy() end
  972. end
  973. local attachment1 = part:FindFirstChildOfClass("Attachment")
  974. local attachment0 = getAttachment0(character,attachment1.Name)
  975. if attachment0 and attachment1 then
  976. local constraint = Instance.new("HingeConstraint")
  977. constraint.Attachment0 = attachment0
  978. constraint.Attachment1 = attachment1
  979. constraint.LimitsEnabled = true
  980. constraint.UpperAngle = 0
  981. constraint.LowerAngle = 0
  982. constraint.Parent = character
  983. end
  984. end
  985. end
  986. end
  987. end
  988. for i,v in pairs(character:GetChildren()) do
  989. if v:IsA('MeshPart') or v:IsA('BasePart') then
  990. for _,c in pairs(v:GetChildren()) do
  991. if c.Name == "Collision" then c:Destroy() end
  992. end
  993. end
  994. end
  995. if character.Torso:FindFirstChild('Neck') then
  996. character.Torso.Neck:Destroy()
  997. end
  998. if character:FindFirstChild('Torso') then
  999. local collidepart = Instance.new('Part',character.Torso)
  1000. collidepart.Size = character.Torso.Size/1.5
  1001. collidepart.CanCollide = true
  1002. collidepart.Name = "Collision"
  1003. collidepart.Anchored = false
  1004. collidepart.Transparency = 1
  1005. collidepart.CFrame = character.Torso.CFrame
  1006. collidepart:BreakJoints()
  1007. local attachment0 = Instance.new('Attachment',character.Torso)
  1008. local attachment1 = Instance.new('Attachment',collidepart)
  1009. if attachment0 and attachment1 then
  1010. local constraint = Instance.new("HingeConstraint")
  1011. constraint.Attachment0 = attachment0
  1012. constraint.Attachment1 = attachment1
  1013. constraint.LimitsEnabled = true
  1014. constraint.UpperAngle = 0
  1015. constraint.LowerAngle = 0
  1016. constraint.Parent = character
  1017. end
  1018. end
  1019. if character:FindFirstChild('Torso') and character:FindFirstChild('Head') then
  1020. if character.Torso:FindFirstChild('NeckAttachment') == nil then
  1021. local neck = Instance.new('Attachment',character.Torso)
  1022. neck.Name = "NeckAttachment"
  1023. neck.Position = Vector3.new(0, 1, 0)
  1024. end
  1025. ragdollJoint(character,character.Torso, character.Head, "NeckAttachment", "Hinge", {
  1026. {"LimitsEnabled",true};
  1027. {"UpperAngle",50};
  1028. {"LowerAngle",-50};
  1029. })
  1030. end
  1031. if attached ~= false then
  1032. ragdollpart(character, "Right Leg")
  1033. ragdollpart(character, "Left Leg")
  1034. else
  1035. pcall(function()
  1036. local ayybleed = Instance.new('Part',character)
  1037. ayybleed.Size = Vector3.new(character.Torso.Size.X,0.1,character.Torso.Size.Z)
  1038. ayybleed.Transparency = 1
  1039. ayybleed.CanCollide = false
  1040. ayybleed.CFrame = character.Torso.CFrame
  1041. ayybleed:BreakJoints()
  1042. local attachment1 = Instance.new('Attachment',ayybleed)
  1043. attachment1.Position = Vector3.new(0,-character.Torso.Size.Y/2,0)
  1044. attachment1.Orientation = Vector3.new(0, 0, -180)
  1045. local attachment0 = Instance.new('Attachment',character.Torso)
  1046. if attachment0 and attachment1 then
  1047. local constraint = Instance.new("HingeConstraint")
  1048. constraint.Attachment0 = attachment0
  1049. constraint.Attachment1 = attachment1
  1050. constraint.LimitsEnabled = true
  1051. constraint.UpperAngle = 0
  1052. constraint.LowerAngle = 0
  1053. constraint.Parent = character
  1054. end
  1055. local bleedBLEED= coroutine.wrap(function()
  1056. bleed(ayybleed)
  1057. end)
  1058. bleedBLEED()
  1059. end)
  1060. end
  1061. ragdollpart(character, "Right Arm")
  1062. ragdollpart(character, "Left Arm")
  1063. end
  1064. end)
  1065. end
  1066.  
  1067. function getAttachment0(character,attachmentName)
  1068. for _,child in next,character:GetChildren() do
  1069. local attachment = child:FindFirstChild(attachmentName)
  1070. if attachment then
  1071. return attachment
  1072. end
  1073. end
  1074. end
  1075.  
  1076. function ragdollpart(character,partname,attached,heded)
  1077. if heded ~= false then
  1078. local neck = Instance.new('Attachment',character.Head)
  1079. neck.Name = "NeckAttachment"
  1080. neck.Position = Vector3.new(0,-0.5,0)
  1081. else
  1082. local force = Instance.new('BodyForce',character.Head)
  1083. force.Force = Vector3.new(0,500,0)
  1084. game:GetService('Debris'):AddItem(force,0.25)
  1085. pcall(function()
  1086. local asdf = Instance.new('Attachment',character.Head)
  1087. asdf.Position = Vector3.new(0,-character.Head.Size.Y/2,0)
  1088. local last = asdf
  1089. for i=1,14 do
  1090. local bONE = Instance.new('Part',character)
  1091. bONE.BrickColor = BrickColor.new('Institutional white')
  1092. bONE.Size = Vector3.new(0.1,0.1,0.1)
  1093. bONE.CFrame = character.Head.CFrame+(character.Head.CFrame.upVector*-(i/10))
  1094. local lole = Instance.new('Attachment',bONE)
  1095. local hangurself = Instance.new('RopeConstraint',bONE)
  1096. hangurself.Attachment0 = lole
  1097. hangurself.Attachment1 = last
  1098. hangurself.Visible = true
  1099. hangurself.Thickness = 0.05
  1100. hangurself.Color = BrickColor.new('Bright red')
  1101. hangurself.Length = 0.2
  1102. last = lole
  1103. end
  1104. local bleedee = Instance.new('Part',character.Head)
  1105. bleedee.Size = Vector3.new(0.75,0.25,0.75)
  1106. bleedee.CanCollide = false
  1107. bleedee.Color = Frame_2.BackgroundColor3
  1108. bleedee.CFrame = character.Head.CFrame
  1109. local mehs = Instance.new('CylinderMesh',bleedee)
  1110. bleedee:BreakJoints()
  1111. local attachment1 = Instance.new('Attachment',bleedee)
  1112. attachment1.Position = Vector3.new(0,character.Head.Size.Y/2,0)
  1113. attachment1.Orientation = Vector3.new(0,0,180)
  1114. local attachment0 = Instance.new('Attachment',character.Head)
  1115. if attachment0 and attachment1 then
  1116. local constraint = Instance.new("HingeConstraint")
  1117. constraint.Attachment0 = attachment0
  1118. constraint.Attachment1 = attachment1
  1119. constraint.LimitsEnabled = true
  1120. constraint.UpperAngle = 0
  1121. constraint.LowerAngle = 0
  1122. constraint.Parent = character
  1123. end
  1124. spawn(function()
  1125. bleed(bleedee)
  1126. end)
  1127. end)
  1128. local thing = "Torso"
  1129. if character:FindFirstChild(thing) == nil then
  1130. thing = "UpperTorso"
  1131. end
  1132. pcall(function()
  1133. local bleedee = Instance.new('Part',character[thing])
  1134. bleedee.Size = Vector3.new(0.75,0,0.75)
  1135. bleedee.CanCollide = false
  1136. bleedee.Color = Frame_2.BackgroundColor3
  1137. bleedee.CFrame = character[thing].CFrame
  1138. local mehs = Instance.new('CylinderMesh',bleedee)
  1139. bleedee:BreakJoints()
  1140. local attachment1 = Instance.new('Attachment',bleedee)
  1141. attachment1.Position = Vector3.new(0,-character[thing].Size.Y/2,0)
  1142. attachment1.Orientation = Vector3.new(0,0,180)
  1143. local attachment0 = Instance.new('Attachment',character[thing])
  1144. if attachment0 and attachment1 then
  1145. local constraint = Instance.new("HingeConstraint")
  1146. constraint.Attachment0 = attachment0
  1147. constraint.Attachment1 = attachment1
  1148. constraint.LimitsEnabled = true
  1149. constraint.UpperAngle = 0
  1150. constraint.LowerAngle = 0
  1151. constraint.Parent = character
  1152. end
  1153. spawn(function()
  1154. bleed(bleedee)
  1155. end)
  1156. end)
  1157. end
  1158. pcall(function()
  1159. if workspace.PGSPhysicsSolverEnabled == false then
  1160. workspace.PGSPhysicsSolverEnabled = true
  1161. end
  1162. end)
  1163. if partname == "HumanoidRootPart" then
  1164. if character:FindFirstChild('Torso') then
  1165. partname = "Torso"
  1166. else
  1167. partname = "UpperTorso"
  1168. end
  1169. end
  1170. if attached == false then
  1171. if character:FindFirstChild('UpperTorso') then
  1172. pcall(function()
  1173. character.UpperTorso.WaistRigAttachment:Destroy()
  1174. end)
  1175. pcall(function()
  1176. local ayybleed = Instance.new('Part',character)
  1177. ayybleed.Size = Vector3.new(character.UpperTorso.Size.X,0,character.UpperTorso.Size.Z)
  1178. ayybleed.Transparency = 1
  1179. ayybleed.CanCollide = false
  1180. ayybleed.CFrame = character.UpperTorso.CFrame
  1181. ayybleed:BreakJoints()
  1182. ayybleed.Name = "ayybleed"
  1183. local attachment1 = Instance.new('Attachment',ayybleed)
  1184. attachment1.Position = Vector3.new(0,-character.UpperTorso.Size.Y/2,0)
  1185. attachment1.Orientation = Vector3.new(0,0,180)
  1186. local attachment0 = Instance.new('Attachment',character.UpperTorso)
  1187. if attachment0 and attachment1 then
  1188. local constraint = Instance.new("HingeConstraint")
  1189. constraint.Attachment0 = attachment0
  1190. constraint.Attachment1 = attachment1
  1191. constraint.LimitsEnabled = true
  1192. constraint.UpperAngle = 0
  1193. constraint.LowerAngle = 0
  1194. constraint.Parent = character
  1195. end
  1196. local bleedBLEED= coroutine.wrap(function()
  1197. bleed(ayybleed)
  1198. end)
  1199. bleedBLEED()
  1200. end)
  1201. pcall(function()
  1202. local ayybleed = Instance.new('Part',character)
  1203. ayybleed.Size = Vector3.new(character.LowerTorso.Size.X-0.1,0.1,character.LowerTorso.Size.Z-0.1)
  1204. ayybleed.Transparency = 1
  1205. ayybleed.CanCollide = false
  1206. ayybleed.CFrame = character.LowerTorso.CFrame
  1207. ayybleed:BreakJoints()
  1208. ayybleed.Name = "ayybleed"
  1209. local attachment1 = Instance.new('Attachment',ayybleed)
  1210. attachment1.Position = Vector3.new(0,-character.LowerTorso.Size.Y/2,0)
  1211. attachment1.Orientation = Vector3.new(0,0,0)
  1212. local attachment0 = Instance.new('Attachment',character.LowerTorso)
  1213. if attachment0 and attachment1 then
  1214. local constraint = Instance.new("HingeConstraint")
  1215. constraint.Attachment0 = attachment0
  1216. constraint.Attachment1 = attachment1
  1217. constraint.LimitsEnabled = true
  1218. constraint.UpperAngle = 0
  1219. constraint.LowerAngle = 0
  1220. constraint.Parent = character
  1221. end
  1222. local bleedBLEED= coroutine.wrap(function()
  1223. bleed(ayybleed)
  1224. end)
  1225. bleedBLEED()
  1226. end)
  1227. end
  1228. pcall(function()
  1229. local thang = "Torso"
  1230. if character:FindFirstChild('UpperTorso') then
  1231. thang = "UpperTorso"
  1232. end
  1233. local ayybleed = Instance.new('Part',character)
  1234. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1235. ayybleed.Color = Frame_2.BackgroundColor3
  1236. ayybleed.Material = Enum.Material.SmoothPlastic
  1237. ayybleed.Name = "ayybleed"
  1238. ayybleed.CanCollide = false
  1239. ayybleed.Transparency = 0
  1240. ayybleed.CFrame = character[thang].CFrame
  1241. ayybleed:BreakJoints()
  1242. local attachment1 = Instance.new('Attachment',ayybleed)
  1243. attachment1.Position = Vector3.new(0,(character[thang].Size.Y/2)-0.045,0)
  1244. attachment1.Orientation = Vector3.new(0,0,0)
  1245. local attachment0 = Instance.new('Attachment',character[thang])
  1246. if attachment0 and attachment1 then
  1247. local constraint = Instance.new("HingeConstraint")
  1248. constraint.Attachment0 = attachment0
  1249. constraint.Attachment1 = attachment1
  1250. constraint.LimitsEnabled = true
  1251. constraint.UpperAngle = 0
  1252. constraint.LowerAngle = 0
  1253. constraint.Parent = character
  1254. end
  1255. end)
  1256. pcall(function()
  1257. local ree = character.LowerTorso
  1258. local thang = "LowerTorso"
  1259. local ayybleed = Instance.new('Part',character)
  1260. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1261. ayybleed.Color = Frame_2.BackgroundColor3
  1262. ayybleed.Material = Enum.Material.SmoothPlastic
  1263. ayybleed.Name = "ayybleed"
  1264. ayybleed.CanCollide = false
  1265. ayybleed.Transparency = 0
  1266. ayybleed.CFrame = character[thang].CFrame
  1267. ayybleed:BreakJoints()
  1268. local attachment1 = Instance.new('Attachment',ayybleed)
  1269. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  1270. attachment1.Orientation = Vector3.new(0,0,0)
  1271. local attachment0 = Instance.new('Attachment',character[thang])
  1272. if attachment0 and attachment1 then
  1273. local constraint = Instance.new("HingeConstraint")
  1274. constraint.Attachment0 = attachment0
  1275. constraint.Attachment1 = attachment1
  1276. constraint.LimitsEnabled = true
  1277. constraint.UpperAngle = 0
  1278. constraint.LowerAngle = 0
  1279. constraint.Parent = character
  1280. end
  1281. end)
  1282. pcall(function()
  1283. local ree = character["Right Leg"]
  1284. local thang = "Right Leg"
  1285. local ayybleed = Instance.new('Part',character)
  1286. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1287. ayybleed.Color = Frame_2.BackgroundColor3
  1288. ayybleed.Material = Enum.Material.SmoothPlastic
  1289. ayybleed.Name = "ayybleed"
  1290. ayybleed.CanCollide = false
  1291. ayybleed.Transparency = 0
  1292. ayybleed.CFrame = character[thang].CFrame
  1293. ayybleed:BreakJoints()
  1294. local attachment1 = Instance.new('Attachment',ayybleed)
  1295. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  1296. attachment1.Orientation = Vector3.new(0,0,0)
  1297. local attachment0 = Instance.new('Attachment',character[thang])
  1298. if attachment0 and attachment1 then
  1299. local constraint = Instance.new("HingeConstraint")
  1300. constraint.Attachment0 = attachment0
  1301. constraint.Attachment1 = attachment1
  1302. constraint.LimitsEnabled = true
  1303. constraint.UpperAngle = 0
  1304. constraint.LowerAngle = 0
  1305. constraint.Parent = character
  1306. end
  1307. end)
  1308. pcall(function()
  1309. local ree = character["Left Leg"]
  1310. local thang = "Left Leg"
  1311. local ayybleed = Instance.new('Part',character)
  1312. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  1313. ayybleed.Color = Frame_2.BackgroundColor3
  1314. ayybleed.Material = Enum.Material.SmoothPlastic
  1315. ayybleed.Name = "ayybleed"
  1316. ayybleed.CanCollide = false
  1317. ayybleed.Transparency = 0
  1318. ayybleed.CFrame = character[thang].CFrame
  1319. ayybleed:BreakJoints()
  1320. local attachment1 = Instance.new('Attachment',ayybleed)
  1321. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  1322. attachment1.Orientation = Vector3.new(0,0,0)
  1323. local attachment0 = Instance.new('Attachment',character[thang])
  1324. if attachment0 and attachment1 then
  1325. local constraint = Instance.new("HingeConstraint")
  1326. constraint.Attachment0 = attachment0
  1327. constraint.Attachment1 = attachment1
  1328. constraint.LimitsEnabled = true
  1329. constraint.UpperAngle = 0
  1330. constraint.LowerAngle = 0
  1331. constraint.Parent = character
  1332. end
  1333. end)
  1334. partname="Head"
  1335. end
  1336. if partname == "RightHand" or partname == "RightLowerArm" or partname == "RightUpperArm" then
  1337. if character:FindFirstChild('RightLowerArm') and character:FindFirstChild('RightHand') then
  1338. ragdollJoint(character,character.RightLowerArm, character.RightHand, "RightWrist", "Hinge", handProperties)
  1339. end
  1340. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('RightUpperArm') then
  1341. ragdollJoint(character, character.UpperTorso, character["RightUpperArm"], "RightShoulder", "BallSocket")
  1342. end
  1343. if character:FindFirstChild('RightUpperArm') and character:FindFirstChild('RightLowerArm') then
  1344. ragdollJoint(character, character.RightUpperArm, character.RightLowerArm, "RightElbow", "BallSocket")
  1345. end
  1346. elseif partname == "LeftHand" or partname == "LeftLowerArm" or partname == "LeftUpperArm" then
  1347. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftHand') then
  1348. ragdollJoint(character,character.LeftLowerArm, character.LeftHand, "LeftWrist", "Hinge", handProperties)
  1349. end
  1350. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LeftUpperArm') then
  1351. ragdollJoint(character, character.UpperTorso, character["LeftUpperArm"], "LeftShoulder", "BallSocket")
  1352. end
  1353. if character:FindFirstChild('LeftUpperArm') and character:FindFirstChild('LeftLowerArm') then
  1354. ragdollJoint(character, character.LeftUpperArm, character.LeftLowerArm, "LeftElbow", "BallSocket")
  1355. end
  1356. elseif partname == "RightFoot" or partname == "RightUpperLeg" or partname == "RightLowerLeg" then
  1357. stun(character)
  1358. if character:FindFirstChild('RightUpperLeg') and character:FindFirstChild('RightLowerLeg') then
  1359. ragdollJoint(character,character.RightUpperLeg, character.RightLowerLeg, "RightKnee", "Hinge", shinProperties)
  1360. end
  1361. if character:FindFirstChild('RightLowerLeg') and character:FindFirstChild('RightFoot') then
  1362. ragdollJoint(character,character.RightLowerLeg, character.RightFoot, "RightAnkle", "Hinge", footProperties)
  1363. end
  1364. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('RightUpperLeg') then
  1365. ragdollJoint(character,character.LowerTorso, character.RightUpperLeg, "RightHip", "BallSocket")
  1366. end
  1367. elseif partname == "LeftFoot" or partname == "LeftUpperLeg" or partname == "LeftLowerLeg" then
  1368. stun(character)
  1369. if character:FindFirstChild('LeftUpperLeg') and character:FindFirstChild('LeftLowerLeg') then
  1370. ragdollJoint(character,character.LeftUpperLeg, character.LeftLowerLeg, "LeftKnee", "Hinge", shinProperties)
  1371. end
  1372. if character:FindFirstChild('LeftLowerLeg') and character:FindFirstChild('LeftFoot') then
  1373. ragdollJoint(character,character.LeftLowerLeg, character.LeftFoot, "LeftAnkle", "Hinge", footProperties)
  1374. end
  1375. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('LeftUpperLeg') then
  1376. ragdollJoint(character,character.LowerTorso, character.LeftUpperLeg, "LeftHip", "BallSocket")
  1377. end
  1378. elseif partname == "Head" or partname == "UpperTorso" or partname == "LowerTorso" then
  1379. if character:FindFirstChildOfClass('Humanoid') and character:FindFirstChildOfClass('Humanoid').RigType == Enum.HumanoidRigType.R15 then
  1380. if character:FindFirstChildOfClass('Humanoid') then
  1381. character:FindFirstChildOfClass('Humanoid').Health = 0
  1382. end
  1383. if character:FindFirstChild('HumanoidRootPart') then
  1384. character.HumanoidRootPart:Destroy()
  1385. end
  1386. while character:FindFirstChildOfClass('Humanoid').Health > 0 do wait() end
  1387. game:GetService('Debris'):AddItem(character,10)
  1388. for _,child in next,character:GetChildren() do
  1389. if child:IsA("Accoutrement") then
  1390. for _,part in next,child:GetChildren() do
  1391. if part:IsA("BasePart") then
  1392. for _,c in pairs(part:GetChildren()) do
  1393. if c:IsA('Weld') then c:Destroy() end
  1394. end
  1395. local attachment1 = part:FindFirstChildOfClass("Attachment")
  1396. local attachment0 = getAttachment0(character,attachment1.Name)
  1397. if attachment0 and attachment1 then
  1398. local constraint = Instance.new("HingeConstraint")
  1399. constraint.Attachment0 = attachment0
  1400. constraint.Attachment1 = attachment1
  1401. constraint.LimitsEnabled = true
  1402. constraint.UpperAngle = 0
  1403. constraint.LowerAngle = 0
  1404. constraint.Parent = character
  1405. end
  1406. end
  1407. end
  1408. end
  1409. end
  1410. for i,v in pairs(character:GetChildren()) do
  1411. if v:IsA('MeshPart') or v:IsA('BasePart') then
  1412. for _,c in pairs(v:GetChildren()) do
  1413. if c.Name == "Collision" then c:Destroy() end
  1414. end
  1415. end
  1416. end
  1417. if heded == false then
  1418. pcall(function()
  1419. local asdf = Instance.new('Attachment',character.Head)
  1420. asdf.Position = Vector3.new(0,-character.Head.Size.Y/2,0)
  1421. local last = asdf
  1422. character.Head.Neck:Destroy()
  1423. character.Head.NeckRigAttachment:Destroy()
  1424. character.UpperTorso:FindFirstChild('NeckAttachment'):Destroy()
  1425. end)
  1426. end
  1427. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LowerTorso') then
  1428. ragdollJoint(character,character.LowerTorso, character.UpperTorso, "Waist", "BallSocket", {
  1429. {"LimitsEnabled",true};
  1430. {"UpperAngle",5};
  1431. {"Radius",5};
  1432. })
  1433. end
  1434. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('Head') then
  1435. ragdollJoint(character,character.UpperTorso, character.Head, "Neck", "Hinge", {
  1436. {"LimitsEnabled",true};
  1437. {"UpperAngle",50};
  1438. {"LowerAngle",-50};
  1439. })
  1440. end
  1441.  
  1442. local handProperties = {
  1443. {"LimitsEnabled", true};
  1444. {"UpperAngle",0};
  1445. {"LowerAngle",0};
  1446. }
  1447. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftHand') then
  1448. ragdollJoint(character,character.LeftLowerArm, character.LeftHand, "LeftWrist", "Hinge", handProperties)
  1449. end
  1450. if character:FindFirstChild('RightLowerArm') and character:FindFirstChild('RightHand') then
  1451. ragdollJoint(character,character.RightLowerArm, character.RightHand, "RightWrist", "Hinge", handProperties)
  1452. end
  1453.  
  1454. local shinProperties = {
  1455. {"LimitsEnabled", true};
  1456. {"UpperAngle", 0};
  1457. {"LowerAngle", -75};
  1458. }
  1459. if character:FindFirstChild('LeftUpperLeg') and character:FindFirstChild('LeftLowerLeg') then
  1460. ragdollJoint(character,character.LeftUpperLeg, character.LeftLowerLeg, "LeftKnee", "Hinge", shinProperties)
  1461. end
  1462. if character:FindFirstChild('RightUpperLeg') and character:FindFirstChild('RightLowerLeg') then
  1463. ragdollJoint(character,character.RightUpperLeg, character.RightLowerLeg, "RightKnee", "Hinge", shinProperties)
  1464. end
  1465.  
  1466. local footProperties = {
  1467. {"LimitsEnabled", true};
  1468. {"UpperAngle", 15};
  1469. {"LowerAngle", -45};
  1470. }
  1471. if character:FindFirstChild('LeftLowerLeg') and character:FindFirstChild('LeftFoot') then
  1472. ragdollJoint(character,character.LeftLowerLeg, character.LeftFoot, "LeftAnkle", "Hinge", footProperties)
  1473. end
  1474. if character:FindFirstChild('RightLowerLeg') and character:FindFirstChild('RightFoot') then
  1475. ragdollJoint(character,character.RightLowerLeg, character.RightFoot, "RightAnkle", "Hinge", footProperties)
  1476. end
  1477. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LeftUpperArm') then
  1478. ragdollJoint(character,character.UpperTorso, character.LeftUpperArm, "LeftShoulder", "BallSocket")
  1479. end
  1480. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftUpperArm') then
  1481. ragdollJoint(character,character.LeftUpperArm, character.LeftLowerArm, "LeftElbow", "BallSocket")
  1482. end
  1483. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('RightUpperArm') then
  1484. ragdollJoint(character,character.UpperTorso, character.RightUpperArm, "RightShoulder", "BallSocket")
  1485. end
  1486. if character:FindFirstChild('RightUpperArm') and character:FindFirstChild('RightLowerArm') then
  1487. ragdollJoint(character,character.RightUpperArm, character.RightLowerArm, "RightElbow", "BallSocket")
  1488. end
  1489. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('LeftUpperLeg') then
  1490. ragdollJoint(character,character.LowerTorso, character.LeftUpperLeg, "LeftHip", "BallSocket")
  1491. end
  1492. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('RightUpperLeg') then
  1493. ragdollJoint(character,character.LowerTorso, character.RightUpperLeg, "RightHip", "BallSocket")
  1494. end
  1495. if character:FindFirstChild('HumanoidRootPart') then
  1496. character.HumanoidRootPart:Destroy()
  1497. end
  1498. else
  1499. R6ragdollJoint(character,partname,attached,heded)
  1500. end
  1501. else
  1502. R6ragdollJoint(character,partname,attached,heded)
  1503. end
  1504. end
  1505.  
  1506. function grow(weld,part,endsize,endpos,amntime)
  1507. local start = weld.C1
  1508. local parent = weld.Parent
  1509. local startsize = part.Size
  1510. local particl = Instance.new("ParticleEmitter")
  1511. particl.LightEmission = 3
  1512. 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))})
  1513. particl.LightInfluence = 0.75
  1514. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  1515. particl.Lifetime = NumberRange.new(0.1, 1)
  1516. particl.Rate = 50
  1517. particl.RotSpeed = NumberRange.new(300, 300)
  1518. particl.Speed = NumberRange.new(0, 1)
  1519. particl.SpreadAngle = Vector2.new(90, 90)
  1520. particl.Parent = part
  1521. for i=1,amntime*100 do
  1522. weld.C1 = start:lerp(endpos,i/(amntime*100))
  1523. part.Size = startsize:lerp(endsize,i/(amntime*100))
  1524. weld.Parent = parent
  1525. wait(0.01)
  1526. end
  1527. particl.Enabled = false
  1528. end
  1529. function lerp(weld,startpos,endpos,amntime,longatend)
  1530. local waited = 0
  1531. for i=1,amntime*100 do
  1532. if longatend == true then
  1533. startpos = weld.C0
  1534. end
  1535. weld.C0 = startpos:lerp(endpos,i/(amntime*100))
  1536. wait(0.01)
  1537. waited=waited+0.01
  1538. end
  1539. end
  1540.  
  1541. function spawned()
  1542. local usable = true
  1543. local working = false
  1544. local mode = "kill"
  1545. local equipped = false
  1546. local char = player.Character
  1547. local blademode = "handle"
  1548. local swinging = false
  1549. local gettingeem = false
  1550. local MOAN = false
  1551. local sounding = false
  1552. local SLESH = false
  1553. local goteem = nil
  1554. local grabbing = false
  1555. local grabbed = nil
  1556. local grabweld = nil
  1557. local aidsificating = nil
  1558. player.CharacterAdded:connect(function()
  1559. if usable then
  1560. usable = false
  1561. end
  1562. end)
  1563. if char == nil then return end
  1564. while char:FindFirstChildOfClass('Humanoid') == nil or char:FindFirstChild('Head') == nil do wait() end
  1565. local badass = Instance.new('Sound',char.Head)
  1566. badass.Name = 'Badass'
  1567. badass.EmitterSize = player.CameraMaxZoomDistance+1
  1568. badass.MaxDistance = player.CameraMaxZoomDistance+1
  1569. badass.Volume = 10
  1570. badass.Looped=true
  1571. badass.SoundId = 'rbxassetid://428902535'
  1572. local handle = Instance.new("Part", char)
  1573. handle.BrickColor = BrickColor.new("Really black")
  1574. handle.Material = "Metal"
  1575. handle.CanCollide = false
  1576. handle.Anchored = false
  1577. handle.Shape = "Cylinder"
  1578. handle.Size = Vector3.new(1.1, 0.3, 0.3)
  1579. handle.BackSurface = "SmoothNoOutlines"
  1580. handle.BottomSurface = "SmoothNoOutlines"
  1581. handle.FrontSurface = "SmoothNoOutlines"
  1582. handle.LeftSurface = "SmoothNoOutlines"
  1583. handle.RightSurface = "SmoothNoOutlines"
  1584. handle.TopSurface = "SmoothNoOutlines"
  1585. handle.Name = "handle"
  1586.  
  1587. local hweld = Instance.new("Weld", char.Torso)
  1588. hweld.Part0 = char.Torso
  1589. hweld.Part1 = handle
  1590. hweld.C0 = CFrame.new(1, -0.8, 0) * CFrame.Angles(0, math.rad(90), 0)
  1591.  
  1592. local rdd = false
  1593. function oogabooga()
  1594. if rdd == false then
  1595. rdd = true
  1596. pcall(function()
  1597. ragdollpart(char,"Right Arm")
  1598. ragdollpart(char,"Right Leg")
  1599. ragdollpart(char,"Left Arm")
  1600. ragdollpart(char,"Left Leg")
  1601. end)
  1602. pcall(function()
  1603. ragdollpart(char,"RightUpperArm")
  1604. ragdollpart(char,"RightUpperLeg")
  1605. ragdollpart(char,"LeftUpperArm")
  1606. ragdollpart(char,"LeftUpperLeg")
  1607. end)
  1608. unstun(char)
  1609. for i,v in pairs(char:GetChildren()) do
  1610. v.ChildAdded:connect(function(child)
  1611. if rdd == true then
  1612. if child.Name ~= "Neck" and child.Name ~= "RootJoint" and child.Name ~= "Root" and (child:IsA('Motor6D') or child:IsA('Weld')) then
  1613. if child ~= grabweld then
  1614. spawn(function()
  1615. wait()
  1616. child:Destroy()
  1617. end)
  1618. end
  1619. end
  1620. end
  1621. end)
  1622. if string.find(string.lower(v.Name),'leg') then
  1623. if v:FindFirstChild('Collision') then
  1624. v:FindFirstChild('Collision'):Destroy()
  1625. end
  1626. end
  1627. end
  1628. else
  1629. rdd = false
  1630. for i,v in pairs(char:GetChildren()) do
  1631. if v:IsA('HingeConstraint') or v:IsA('BallSocketConstraint') then
  1632. v:Destroy()
  1633. elseif v:IsA('BasePart') then
  1634. if v:FindFirstChild('Collision') then
  1635. v.Collision:Destroy()
  1636. end
  1637. for a,c in pairs(v:GetChildren()) do
  1638. if string.find(string.lower(c.Name),"ragdoll") then
  1639. c:Destroy()
  1640. end
  1641. end
  1642. end
  1643. end
  1644. pcall(function()
  1645. local ra = rightclone:Clone()
  1646. ra.Parent = char.Torso
  1647. ra.Part0 = char.Torso
  1648. ra.Part1 = char["Right Arm"]
  1649. end)
  1650. pcall(function()
  1651. local la = leftclone:Clone()
  1652. la.Parent = char.Torso
  1653. la.Part0 = char.Torso
  1654. la.Part1 = char["Left Arm"]
  1655. end)
  1656. pcall(function()
  1657. local ll = leftlegclone:Clone()
  1658. ll.Parent = char.Torso
  1659. ll.Part0 = char.Torso
  1660. ll.Part1 = char["Left Leg"]
  1661. end)
  1662. pcall(function()
  1663. local rl = rightlegclone:Clone()
  1664. rl.Parent = char.Torso
  1665. rl.Part0 = char.Torso
  1666. rl.Part1 = char["Right Leg"]
  1667. end)
  1668. end
  1669. end
  1670. function getrid()
  1671. if grabbed then
  1672. release()
  1673. end
  1674. blademode = "handle"
  1675. for _,ree in pairs(handle:GetChildren()) do
  1676. if ree:IsA('BasePart') then
  1677. local part = Instance.new('Part',workspace)
  1678. part.CFrame = ree.CFrame
  1679. part.Anchored = true
  1680. part.CanCollide = false
  1681. part.Size = ree.Size
  1682. part.Transparency = 1
  1683. ree:Destroy()
  1684. local pe2 = Instance.new("ParticleEmitter")
  1685. pe2.Acceleration = Vector3.new(0, 1, 0)
  1686. pe2.Lifetime = NumberRange.new(0.1, 0.2)
  1687. pe2.Speed = NumberRange.new(0.5)
  1688. pe2.Rate = 20000
  1689. pe2.RotSpeed = NumberRange.new(-30, 30)
  1690. pe2.Rotation = NumberRange.new(0, 360)
  1691. pe2.Size = NumberSequence.new({
  1692. NumberSequenceKeypoint.new(0, part.Size.X*2, 0),
  1693. NumberSequenceKeypoint.new(1, part.Size.X*2, 0),
  1694. })
  1695. pe2.Texture = "rbxassetid://244221440"
  1696. pe2.Transparency = NumberSequence.new({
  1697. NumberSequenceKeypoint.new(0, 0.9, 0),
  1698. NumberSequenceKeypoint.new(1, 0.9, 0)
  1699. })
  1700. pe2.ZOffset = 5
  1701. pe2.VelocitySpread = 360
  1702. pe2.Parent = part
  1703. pe2.Enabled = true
  1704. local coru=coroutine.wrap(function()
  1705. wait(0.2)
  1706. pe2.Enabled = false
  1707. game:GetService('Debris'):AddItem(part,0.5)
  1708. end)
  1709. coru()
  1710. else
  1711. ree:Remove()
  1712. end
  1713. end
  1714. end
  1715.  
  1716. function equip()
  1717. equipped = true
  1718. working = true
  1719. if char.Torso:FindFirstChild("Right Shoulder") then
  1720. char.Torso:FindFirstChild("Right Shoulder"):Destroy()
  1721. end
  1722. local weld = Instance.new('Weld', char.Torso)
  1723. weld.Name = "Lerping"
  1724. weld.Part0 = char["Right Arm"]
  1725. weld.Part1 = char.Torso
  1726. weld.C0 = CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0)
  1727.  
  1728. lerp(weld,weld.C0,CFrame.new(-1.3, -0.5, 0) * CFrame.Angles(0, 0, math.rad(15)),0.12,true)
  1729.  
  1730. wait(0.1)
  1731.  
  1732. hweld.Part0 = char["Right Arm"]
  1733. hweld.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0)
  1734.  
  1735. lerp(weld,weld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  1736.  
  1737. weld:Destroy()
  1738. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  1739. local clone = rightclone:Clone()
  1740. clone.Part0 = char.Torso
  1741. clone.Part1 = char["Right Arm"]
  1742. clone.Parent = char.Torso
  1743. end
  1744. working = false
  1745. end
  1746.  
  1747. function unequip()
  1748. getrid(handle)
  1749. equipped = false
  1750. working = true
  1751.  
  1752. if char.Torso:FindFirstChild("Right Shoulder") then
  1753. char.Torso:FindFirstChild("Right Shoulder"):Destroy()
  1754. end
  1755.  
  1756. local weld = Instance.new('Weld', char.Torso)
  1757. weld.Name = "Lerping"
  1758. weld.Part0 = char["Right Arm"]
  1759. weld.Part1 = char.Torso
  1760. weld.C0 = CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0)
  1761.  
  1762.  
  1763. lerp(weld,weld.C0,CFrame.new(-1.3, -0.5, 0) * CFrame.Angles(0, 0, math.rad(15)),0.12,true)
  1764.  
  1765. hweld.Part0 = char["Torso"]
  1766. hweld.C0 = CFrame.new(1, -0.8, 0) * CFrame.Angles(0, math.rad(90), 0)
  1767. lerp(weld,weld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08,true)
  1768. weld:Destroy()
  1769. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  1770. local clone = rightclone:Clone()
  1771. clone.Part0 = char.Torso
  1772. clone.Part1 = char["Right Arm"]
  1773. clone.Parent = char.Torso
  1774. end
  1775. working = false
  1776. end
  1777.  
  1778. function dildo()
  1779. blademode = "dildo"
  1780. working = true
  1781. -- 1 - pink toy
  1782. local obj1 = Instance.new("Model")
  1783. obj1.Name = "pink toy"
  1784. obj1.Parent = handle
  1785.  
  1786. -- 2 - Model
  1787. local obj2 = Instance.new("Model")
  1788. obj2.Parent = obj1
  1789.  
  1790. -- 3 - Part
  1791. local obj3 = Instance.new("Part")
  1792. obj3.CFrame = CFrame.new(Vector3.new(66.8643951, 3.86435986, 7.14990711)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1793. obj3.CanCollide = false
  1794. obj3.TopSurface = Enum.SurfaceType.Smooth
  1795. obj3.BottomSurface = Enum.SurfaceType.Smooth
  1796. obj3.Material = Enum.Material.SmoothPlastic
  1797. obj3.Size = Vector3.new(1.00000024, 1.00000024, 1.00000024)
  1798. obj3.BrickColor = BrickColor.new("Hot pink")
  1799. obj3.Friction = 0.30000001192093
  1800. obj3.Shape = Enum.PartType.Ball
  1801. obj3.Parent = obj2
  1802. obj3.Name = "tip"
  1803.  
  1804. -- 4 - Part
  1805. local obj4 = Instance.new("Part")
  1806. obj4.CFrame = CFrame.new(Vector3.new(67.8275909, 2.08898449, 7.50048351)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.0471986532211)
  1807. obj4.CanCollide = false
  1808. obj4.TopSurface = Enum.SurfaceType.Smooth
  1809. obj4.BottomSurface = Enum.SurfaceType.Smooth
  1810. obj4.Material = Enum.Material.SmoothPlastic
  1811. obj4.Size = Vector3.new(4.09999943, 1, 1)
  1812. obj4.BrickColor = BrickColor.new("Hot pink")
  1813. obj4.Friction = 0.30000001192093
  1814. obj4.Shape = Enum.PartType.Cylinder
  1815. obj4.Parent = obj2
  1816.  
  1817. -- 5 - Part
  1818. local obj5 = Instance.new("Part")
  1819. obj5.CFrame = CFrame.new(Vector3.new(66.7104797, 3.86435843, 7.57276678)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1820. obj5.CanCollide = false
  1821. obj5.TopSurface = Enum.SurfaceType.Smooth
  1822. obj5.BottomSurface = Enum.SurfaceType.Smooth
  1823. obj5.Material = Enum.Material.SmoothPlastic
  1824. obj5.Size = Vector3.new(0.25, 0.25, 0.25)
  1825. obj5.BrickColor = BrickColor.new("Hot pink")
  1826. obj5.Friction = 0.30000001192093
  1827. obj5.Shape = Enum.PartType.Ball
  1828. obj5.Parent = obj2
  1829.  
  1830. -- 6 - Part
  1831. local obj6 = Instance.new("Part")
  1832. obj6.CFrame = CFrame.new(Vector3.new(68.6905365, 0.83212769, 8.29345417)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.7925276756287)
  1833. obj6.CanCollide = false
  1834. obj6.TopSurface = Enum.SurfaceType.Smooth
  1835. obj6.BottomSurface = Enum.SurfaceType.Smooth
  1836. obj6.Material = Enum.Material.SmoothPlastic
  1837. obj6.Size = Vector3.new(0.999999762, 0.999999762, 0.999999762)
  1838. obj6.BrickColor = BrickColor.new("Hot pink")
  1839. obj6.Friction = 0.30000001192093
  1840. obj6.Shape = Enum.PartType.Ball
  1841. obj6.Parent = obj2
  1842.  
  1843. -- 7 - Part
  1844. local obj7 = Instance.new("Part")
  1845. obj7.CFrame = CFrame.new(Vector3.new(67.0182953, 3.86435866, 6.72704411)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1846. obj7.CanCollide = false
  1847. obj7.TopSurface = Enum.SurfaceType.Smooth
  1848. obj7.BottomSurface = Enum.SurfaceType.Smooth
  1849. obj7.Material = Enum.Material.SmoothPlastic
  1850. obj7.Size = Vector3.new(0.25, 0.25, 0.25)
  1851. obj7.BrickColor = BrickColor.new("Hot pink")
  1852. obj7.Friction = 0.30000001192093
  1853. obj7.Shape = Enum.PartType.Ball
  1854. obj7.Parent = obj2
  1855.  
  1856. -- 8 - Part
  1857. local obj8 = Instance.new("Part")
  1858. obj8.CFrame = CFrame.new(Vector3.new(68.9983597, 0.832128167, 7.44772816)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.7925276756287)
  1859. obj8.CanCollide = false
  1860. obj8.TopSurface = Enum.SurfaceType.Smooth
  1861. obj8.BottomSurface = Enum.SurfaceType.Smooth
  1862. obj8.Material = Enum.Material.SmoothPlastic
  1863. obj8.Size = Vector3.new(0.999999762, 0.999999762, 0.999999762)
  1864. obj8.BrickColor = BrickColor.new("Hot pink")
  1865. obj8.Friction = 0.30000001192093
  1866. obj8.Shape = Enum.PartType.Ball
  1867. obj8.Parent = obj2
  1868. local fiREPART = obj8
  1869.  
  1870. -- 9 - Part
  1871. local obj9 = Instance.new("Part")
  1872. obj9.CFrame = CFrame.new(Vector3.new(68.8566208, 0.357954353, 7.87501621)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.2217314243317)
  1873. obj9.CanCollide = false
  1874. obj9.TopSurface = Enum.SurfaceType.Smooth
  1875. obj9.BottomSurface = Enum.SurfaceType.Smooth
  1876. obj9.Material = Enum.Material.SmoothPlastic
  1877. obj9.Size = Vector3.new(0.0999999791, 1.50000036, 2)
  1878. obj9.BrickColor = BrickColor.new("Hot pink")
  1879. obj9.Friction = 0.30000001192093
  1880. obj9.Shape = Enum.PartType.Cylinder
  1881. obj9.Parent = obj2
  1882.  
  1883. -- 10 - Part
  1884. local obj10 = Instance.new("Part")
  1885. obj10.CFrame = CFrame.new(Vector3.new(66.8069, 3.58244801, 7.60786104)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1886. obj10.CanCollide = false
  1887. obj10.TopSurface = Enum.SurfaceType.Smooth
  1888. obj10.BottomSurface = Enum.SurfaceType.Smooth
  1889. obj10.Material = Enum.Material.SmoothPlastic
  1890. obj10.Size = Vector3.new(0.25, 0.25, 0.25)
  1891. obj10.BrickColor = BrickColor.new("Hot pink")
  1892. obj10.Friction = 0.30000001192093
  1893. obj10.Shape = Enum.PartType.Ball
  1894. obj10.Parent = obj2
  1895.  
  1896. -- 11 - Part
  1897. local obj11 = Instance.new("Part")
  1898. obj11.CFrame = CFrame.new(Vector3.new(67.196106, 3.632447, 6.79175806)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1899. obj11.CanCollide = false
  1900. obj11.TopSurface = Enum.SurfaceType.Smooth
  1901. obj11.BottomSurface = Enum.SurfaceType.Smooth
  1902. obj11.Material = Enum.Material.SmoothPlastic
  1903. obj11.Size = Vector3.new(0.25, 0.25, 0.25)
  1904. obj11.BrickColor = BrickColor.new("Hot pink")
  1905. obj11.Friction = 0.30000001192093
  1906. obj11.Shape = Enum.PartType.Ball
  1907. obj11.Parent = obj2
  1908.  
  1909. -- 12 - Part
  1910. local obj12 = Instance.new("Part")
  1911. obj12.CFrame = CFrame.new(Vector3.new(67.0756683, 3.77002549, 7.63403416)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1912. obj12.CanCollide = false
  1913. obj12.TopSurface = Enum.SurfaceType.Smooth
  1914. obj12.BottomSurface = Enum.SurfaceType.Smooth
  1915. obj12.Material = Enum.Material.SmoothPlastic
  1916. obj12.Size = Vector3.new(0.25, 0.25, 0.25)
  1917. obj12.BrickColor = BrickColor.new("Hot pink")
  1918. obj12.Friction = 0.30000001192093
  1919. obj12.Shape = Enum.PartType.Ball
  1920. obj12.Parent = obj2
  1921.  
  1922. -- 13 - Part
  1923. local obj13 = Instance.new("Part")
  1924. obj13.CFrame = CFrame.new(Vector3.new(67.4108353, 3.27276325, 6.88037825)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  1925. obj13.CanCollide = false
  1926. obj13.TopSurface = Enum.SurfaceType.Smooth
  1927. obj13.BottomSurface = Enum.SurfaceType.Smooth
  1928. obj13.Material = Enum.Material.SmoothPlastic
  1929. obj13.Size = Vector3.new(0.25, 0.25, 0.25)
  1930. obj13.BrickColor = BrickColor.new("Hot pink")
  1931. obj13.Friction = 0.30000001192093
  1932. obj13.Shape = Enum.PartType.Ball
  1933. obj13.Parent = obj2
  1934.  
  1935. -- 14 - Part
  1936. local obj14 = Instance.new("Part")
  1937. obj14.CFrame = CFrame.new(Vector3.new(66.868927, 3.43238807, 6.82578087)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1938. obj14.CanCollide = false
  1939. obj14.TopSurface = Enum.SurfaceType.Smooth
  1940. obj14.BottomSurface = Enum.SurfaceType.Smooth
  1941. obj14.Material = Enum.Material.SmoothPlastic
  1942. obj14.Size = Vector3.new(0.25, 0.25, 0.25)
  1943. obj14.BrickColor = BrickColor.new("Hot pink")
  1944. obj14.Friction = 0.30000001192093
  1945. obj14.Shape = Enum.PartType.Ball
  1946. obj14.Parent = obj2
  1947.  
  1948. -- 15 - Part
  1949. local obj15 = Instance.new("Part")
  1950. obj15.CFrame = CFrame.new(Vector3.new(67.1951675, 3.383008, 7.69050598)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  1951. obj15.CanCollide = false
  1952. obj15.TopSurface = Enum.SurfaceType.Smooth
  1953. obj15.BottomSurface = Enum.SurfaceType.Smooth
  1954. obj15.Material = Enum.Material.SmoothPlastic
  1955. obj15.Size = Vector3.new(0.25, 0.25, 0.25)
  1956. obj15.BrickColor = BrickColor.new("Hot pink")
  1957. obj15.Friction = 0.30000001192093
  1958. obj15.Shape = Enum.PartType.Ball
  1959. obj15.Parent = obj2
  1960.  
  1961. -- 16 - Part
  1962. local obj16 = Instance.new("Part")
  1963. obj16.CFrame = CFrame.new(Vector3.new(67.50383, 3.46245813, 7.48069429)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  1964. obj16.CanCollide = false
  1965. obj16.TopSurface = Enum.SurfaceType.Smooth
  1966. obj16.BottomSurface = Enum.SurfaceType.Smooth
  1967. obj16.Material = Enum.Material.SmoothPlastic
  1968. obj16.Size = Vector3.new(0.25, 0.25, 0.25)
  1969. obj16.BrickColor = BrickColor.new("Hot pink")
  1970. obj16.Friction = 0.30000001192093
  1971. obj16.Shape = Enum.PartType.Ball
  1972. obj16.Parent = obj2
  1973.  
  1974. -- 17 - Part
  1975. local obj17 = Instance.new("Part")
  1976. obj17.CFrame = CFrame.new(Vector3.new(66.5551376, 3.4628334, 7.33871651)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  1977. obj17.CanCollide = false
  1978. obj17.TopSurface = Enum.SurfaceType.Smooth
  1979. obj17.BottomSurface = Enum.SurfaceType.Smooth
  1980. obj17.Material = Enum.Material.SmoothPlastic
  1981. obj17.Size = Vector3.new(0.25, 0.25, 0.25)
  1982. obj17.BrickColor = BrickColor.new("Hot pink")
  1983. obj17.Friction = 0.30000001192093
  1984. obj17.Shape = Enum.PartType.Ball
  1985. obj17.Parent = obj2
  1986.  
  1987. -- 18 - Part
  1988. local obj18 = Instance.new("Part")
  1989. obj18.CFrame = CFrame.new(Vector3.new(67.3677139, 3.83245182, 7.3331027)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  1990. obj18.CanCollide = false
  1991. obj18.TopSurface = Enum.SurfaceType.Smooth
  1992. obj18.BottomSurface = Enum.SurfaceType.Smooth
  1993. obj18.Material = Enum.Material.SmoothPlastic
  1994. obj18.Size = Vector3.new(0.25, 0.25, 0.25)
  1995. obj18.BrickColor = BrickColor.new("Hot pink")
  1996. obj18.Friction = 0.30000001192093
  1997. obj18.Shape = Enum.PartType.Ball
  1998. obj18.Parent = obj2
  1999.  
  2000. -- 19 - Part
  2001. local obj19 = Instance.new("Part")
  2002. obj19.CFrame = CFrame.new(Vector3.new(67.4115601, 3.71535063, 7.01420689)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2003. obj19.CanCollide = false
  2004. obj19.TopSurface = Enum.SurfaceType.Smooth
  2005. obj19.BottomSurface = Enum.SurfaceType.Smooth
  2006. obj19.Material = Enum.Material.SmoothPlastic
  2007. obj19.Size = Vector3.new(0.25, 0.25, 0.25)
  2008. obj19.BrickColor = BrickColor.new("Hot pink")
  2009. obj19.Friction = 0.30000001192093
  2010. obj19.Shape = Enum.PartType.Ball
  2011. obj19.Parent = obj2
  2012.  
  2013. -- 20 - Part
  2014. local obj20 = Instance.new("Part")
  2015. obj20.CFrame = CFrame.new(Vector3.new(67.6487045, 3.39313889, 7.19381428)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2016. obj20.CanCollide = false
  2017. obj20.TopSurface = Enum.SurfaceType.Smooth
  2018. obj20.BottomSurface = Enum.SurfaceType.Smooth
  2019. obj20.Material = Enum.Material.SmoothPlastic
  2020. obj20.Size = Vector3.new(0.25, 0.25, 0.25)
  2021. obj20.BrickColor = BrickColor.new("Hot pink")
  2022. obj20.Friction = 0.30000001192093
  2023. obj20.Shape = Enum.PartType.Ball
  2024. obj20.Parent = obj2
  2025.  
  2026. -- 21 - Part
  2027. local obj21 = Instance.new("Part")
  2028. obj21.CFrame = CFrame.new(Vector3.new(66.8260422, 4.12417316, 6.81669378)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2029. obj21.CanCollide = false
  2030. obj21.TopSurface = Enum.SurfaceType.Smooth
  2031. obj21.BottomSurface = Enum.SurfaceType.Smooth
  2032. obj21.Material = Enum.Material.SmoothPlastic
  2033. obj21.Size = Vector3.new(0.25, 0.25, 0.25)
  2034. obj21.BrickColor = BrickColor.new("Hot pink")
  2035. obj21.Friction = 0.30000001192093
  2036. obj21.Shape = Enum.PartType.Ball
  2037. obj21.Parent = obj2
  2038.  
  2039. -- 22 - Part
  2040. local obj22 = Instance.new("Part")
  2041. obj22.CFrame = CFrame.new(Vector3.new(67.162117, 3.11433029, 6.8847661)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2042. obj22.CanCollide = false
  2043. obj22.TopSurface = Enum.SurfaceType.Smooth
  2044. obj22.BottomSurface = Enum.SurfaceType.Smooth
  2045. obj22.Material = Enum.Material.SmoothPlastic
  2046. obj22.Size = Vector3.new(0.25, 0.25, 0.25)
  2047. obj22.BrickColor = BrickColor.new("Hot pink")
  2048. obj22.Friction = 0.30000001192093
  2049. obj22.Shape = Enum.PartType.Ball
  2050. obj22.Parent = obj2
  2051.  
  2052. -- 23 - Part
  2053. local obj23 = Instance.new("Part")
  2054. obj23.CFrame = CFrame.new(Vector3.new(66.4981842, 3.63936186, 7.01661682)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2055. obj23.CanCollide = false
  2056. obj23.TopSurface = Enum.SurfaceType.Smooth
  2057. obj23.BottomSurface = Enum.SurfaceType.Smooth
  2058. obj23.Material = Enum.Material.SmoothPlastic
  2059. obj23.Size = Vector3.new(0.25, 0.25, 0.25)
  2060. obj23.BrickColor = BrickColor.new("Hot pink")
  2061. obj23.Friction = 0.30000001192093
  2062. obj23.Shape = Enum.PartType.Ball
  2063. obj23.Parent = obj2
  2064.  
  2065. -- 24 - Part
  2066. local obj24 = Instance.new("Part")
  2067. obj24.CFrame = CFrame.new(Vector3.new(66.6352844, 3.38244724, 7.06651926)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2068. obj24.CanCollide = false
  2069. obj24.TopSurface = Enum.SurfaceType.Smooth
  2070. obj24.BottomSurface = Enum.SurfaceType.Smooth
  2071. obj24.Material = Enum.Material.SmoothPlastic
  2072. obj24.Size = Vector3.new(0.25, 0.25, 0.25)
  2073. obj24.BrickColor = BrickColor.new("Hot pink")
  2074. obj24.Friction = 0.30000001192093
  2075. obj24.Shape = Enum.PartType.Ball
  2076. obj24.Parent = obj2
  2077.  
  2078. -- 25 - Part
  2079. local obj25 = Instance.new("Part")
  2080. obj25.CFrame = CFrame.new(Vector3.new(66.753746, 3.10362744, 7.32704163)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2081. obj25.CanCollide = false
  2082. obj25.TopSurface = Enum.SurfaceType.Smooth
  2083. obj25.BottomSurface = Enum.SurfaceType.Smooth
  2084. obj25.Material = Enum.Material.SmoothPlastic
  2085. obj25.Size = Vector3.new(0.25, 0.25, 0.25)
  2086. obj25.BrickColor = BrickColor.new("Hot pink")
  2087. obj25.Friction = 0.30000001192093
  2088. obj25.Shape = Enum.PartType.Ball
  2089. obj25.Parent = obj2
  2090.  
  2091. -- 26 - Part
  2092. local obj26 = Instance.new("Part")
  2093. obj26.CFrame = CFrame.new(Vector3.new(66.851532, 3.01907969, 7.04717398)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2094. obj26.CanCollide = false
  2095. obj26.TopSurface = Enum.SurfaceType.Smooth
  2096. obj26.BottomSurface = Enum.SurfaceType.Smooth
  2097. obj26.Material = Enum.Material.SmoothPlastic
  2098. obj26.Size = Vector3.new(0.25, 0.25, 0.25)
  2099. obj26.BrickColor = BrickColor.new("Hot pink")
  2100. obj26.Friction = 0.30000001192093
  2101. obj26.Shape = Enum.PartType.Ball
  2102. obj26.Parent = obj2
  2103.  
  2104. -- 27 - Part
  2105. local obj27 = Instance.new("Part")
  2106. obj27.CFrame = CFrame.new(Vector3.new(66.944519, 3.20876789, 7.64748764)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2107. obj27.CanCollide = false
  2108. obj27.TopSurface = Enum.SurfaceType.Smooth
  2109. obj27.BottomSurface = Enum.SurfaceType.Smooth
  2110. obj27.Material = Enum.Material.SmoothPlastic
  2111. obj27.Size = Vector3.new(0.25, 0.25, 0.25)
  2112. obj27.BrickColor = BrickColor.new("Hot pink")
  2113. obj27.Friction = 0.30000001192093
  2114. obj27.Shape = Enum.PartType.Ball
  2115. obj27.Parent = obj2
  2116.  
  2117. -- 28 - Part
  2118. local obj28 = Instance.new("Part")
  2119. obj28.CFrame = CFrame.new(Vector3.new(67.2306061, 4.08936405, 7.28319883)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2120. obj28.CanCollide = false
  2121. obj28.TopSurface = Enum.SurfaceType.Smooth
  2122. obj28.BottomSurface = Enum.SurfaceType.Smooth
  2123. obj28.Material = Enum.Material.SmoothPlastic
  2124. obj28.Size = Vector3.new(0.25, 0.25, 0.25)
  2125. obj28.BrickColor = BrickColor.new("Hot pink")
  2126. obj28.Friction = 0.30000001192093
  2127. obj28.Shape = Enum.PartType.Ball
  2128. obj28.Parent = obj2
  2129.  
  2130. -- 29 - Part
  2131. local obj29 = Instance.new("Part")
  2132. obj29.CFrame = CFrame.new(Vector3.new(66.5712891, 3.99917173, 6.8835969)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2133. obj29.CanCollide = false
  2134. obj29.TopSurface = Enum.SurfaceType.Smooth
  2135. obj29.BottomSurface = Enum.SurfaceType.Smooth
  2136. obj29.Material = Enum.Material.SmoothPlastic
  2137. obj29.Size = Vector3.new(0.25, 0.25, 0.25)
  2138. obj29.BrickColor = BrickColor.new("Hot pink")
  2139. obj29.Friction = 0.30000001192093
  2140. obj29.Shape = Enum.PartType.Ball
  2141. obj29.Parent = obj2
  2142.  
  2143. -- 30 - Part
  2144. local obj30 = Instance.new("Part")
  2145. obj30.CFrame = CFrame.new(Vector3.new(66.7236328, 4.26077843, 7.20509243)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2146. obj30.CanCollide = false
  2147. obj30.TopSurface = Enum.SurfaceType.Smooth
  2148. obj30.BottomSurface = Enum.SurfaceType.Smooth
  2149. obj30.Material = Enum.Material.SmoothPlastic
  2150. obj30.Size = Vector3.new(0.25, 0.25, 0.25)
  2151. obj30.BrickColor = BrickColor.new("Hot pink")
  2152. obj30.Friction = 0.30000001192093
  2153. obj30.Shape = Enum.PartType.Ball
  2154. obj30.Parent = obj2
  2155.  
  2156. -- 31 - Part
  2157. local obj31 = Instance.new("Part")
  2158. obj31.CFrame = CFrame.new(Vector3.new(66.5950623, 4.16077423, 7.05188084)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2159. obj31.CanCollide = false
  2160. obj31.TopSurface = Enum.SurfaceType.Smooth
  2161. obj31.BottomSurface = Enum.SurfaceType.Smooth
  2162. obj31.Material = Enum.Material.SmoothPlastic
  2163. obj31.Size = Vector3.new(0.25, 0.25, 0.25)
  2164. obj31.BrickColor = BrickColor.new("Hot pink")
  2165. obj31.Friction = 0.30000001192093
  2166. obj31.Shape = Enum.PartType.Ball
  2167. obj31.Parent = obj2
  2168.  
  2169. -- 32 - Part
  2170. local obj32 = Instance.new("Part")
  2171. obj32.CFrame = CFrame.new(Vector3.new(67.0637207, 4.03936481, 7.48850012)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2172. obj32.CanCollide = false
  2173. obj32.TopSurface = Enum.SurfaceType.Smooth
  2174. obj32.BottomSurface = Enum.SurfaceType.Smooth
  2175. obj32.Material = Enum.Material.SmoothPlastic
  2176. obj32.Size = Vector3.new(0.25, 0.25, 0.25)
  2177. obj32.BrickColor = BrickColor.new("Hot pink")
  2178. obj32.Friction = 0.30000001192093
  2179. obj32.Shape = Enum.PartType.Ball
  2180. obj32.Parent = obj2
  2181.  
  2182. -- 33 - Part
  2183. local obj33 = Instance.new("Part")
  2184. obj33.CFrame = CFrame.new(Vector3.new(66.4686813, 3.99917364, 7.16550922)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2185. obj33.CanCollide = false
  2186. obj33.TopSurface = Enum.SurfaceType.Smooth
  2187. obj33.BottomSurface = Enum.SurfaceType.Smooth
  2188. obj33.Material = Enum.Material.SmoothPlastic
  2189. obj33.Size = Vector3.new(0.25, 0.25, 0.25)
  2190. obj33.BrickColor = BrickColor.new("Hot pink")
  2191. obj33.Friction = 0.30000001192093
  2192. obj33.Shape = Enum.PartType.Ball
  2193. obj33.Parent = obj2
  2194.  
  2195. -- 34 - Part
  2196. local obj34 = Instance.new("Part")
  2197. obj34.CFrame = CFrame.new(Vector3.new(66.6615219, 4.14917231, 7.3953228)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2198. obj34.CanCollide = false
  2199. obj34.TopSurface = Enum.SurfaceType.Smooth
  2200. obj34.BottomSurface = Enum.SurfaceType.Smooth
  2201. obj34.Material = Enum.Material.SmoothPlastic
  2202. obj34.Size = Vector3.new(0.25, 0.25, 0.25)
  2203. obj34.BrickColor = BrickColor.new("Hot pink")
  2204. obj34.Friction = 0.30000001192093
  2205. obj34.Shape = Enum.PartType.Ball
  2206. obj34.Parent = obj2
  2207.  
  2208. -- 35 - Part
  2209. local obj35 = Instance.new("Part")
  2210. obj35.CFrame = CFrame.new(Vector3.new(66.8712616, 4.16257238, 7.47166586)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2211. obj35.CanCollide = false
  2212. obj35.TopSurface = Enum.SurfaceType.Smooth
  2213. obj35.BottomSurface = Enum.SurfaceType.Smooth
  2214. obj35.Material = Enum.Material.SmoothPlastic
  2215. obj35.Size = Vector3.new(0.25, 0.25, 0.25)
  2216. obj35.BrickColor = BrickColor.new("Hot pink")
  2217. obj35.Friction = 0.30000001192093
  2218. obj35.Shape = Enum.PartType.Ball
  2219. obj35.Parent = obj2
  2220.  
  2221. -- 36 - Part
  2222. local obj36 = Instance.new("Part")
  2223. obj36.CFrame = CFrame.new(Vector3.new(66.7165604, 3.82596827, 6.77684546)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2224. obj36.CanCollide = false
  2225. obj36.TopSurface = Enum.SurfaceType.Smooth
  2226. obj36.BottomSurface = Enum.SurfaceType.Smooth
  2227. obj36.Material = Enum.Material.SmoothPlastic
  2228. obj36.Size = Vector3.new(0.25, 0.25, 0.25)
  2229. obj36.BrickColor = BrickColor.new("Hot pink")
  2230. obj36.Friction = 0.30000001192093
  2231. obj36.Shape = Enum.PartType.Ball
  2232. obj36.Parent = obj2
  2233.  
  2234. -- 37 - Part
  2235. local obj37 = Instance.new("Part")
  2236. obj37.CFrame = CFrame.new(Vector3.new(66.9846878, 4.27417517, 7.14047909)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2237. obj37.CanCollide = false
  2238. obj37.TopSurface = Enum.SurfaceType.Smooth
  2239. obj37.BottomSurface = Enum.SurfaceType.Smooth
  2240. obj37.Material = Enum.Material.SmoothPlastic
  2241. obj37.Size = Vector3.new(0.25, 0.25, 0.25)
  2242. obj37.BrickColor = BrickColor.new("Hot pink")
  2243. obj37.Friction = 0.30000001192093
  2244. obj37.Shape = Enum.PartType.Ball
  2245. obj37.Parent = obj2
  2246.  
  2247. -- 38 - Part
  2248. local obj38 = Instance.new("Part")
  2249. obj38.CFrame = CFrame.new(Vector3.new(67.1641541, 4.10096312, 6.93975735)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2250. obj38.CanCollide = false
  2251. obj38.TopSurface = Enum.SurfaceType.Smooth
  2252. obj38.BottomSurface = Enum.SurfaceType.Smooth
  2253. obj38.Material = Enum.Material.SmoothPlastic
  2254. obj38.Size = Vector3.new(0.25, 0.25, 0.25)
  2255. obj38.BrickColor = BrickColor.new("Hot pink")
  2256. obj38.Friction = 0.30000001192093
  2257. obj38.Shape = Enum.PartType.Ball
  2258. obj38.Parent = obj2
  2259.  
  2260. -- 39 - Part
  2261. local obj39 = Instance.new("Part")
  2262. obj39.CFrame = CFrame.new(Vector3.new(66.792038, 4.26077843, 7.01715183)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2263. obj39.CanCollide = false
  2264. obj39.TopSurface = Enum.SurfaceType.Smooth
  2265. obj39.BottomSurface = Enum.SurfaceType.Smooth
  2266. obj39.Material = Enum.Material.SmoothPlastic
  2267. obj39.Size = Vector3.new(0.25, 0.25, 0.25)
  2268. obj39.BrickColor = BrickColor.new("Hot pink")
  2269. obj39.Friction = 0.30000001192093
  2270. obj39.Shape = Enum.PartType.Ball
  2271. obj39.Parent = obj2
  2272.  
  2273. -- 40 - Part
  2274. local obj40 = Instance.new("Part")
  2275. obj40.CFrame = CFrame.new(Vector3.new(66.5005493, 3.71436262, 7.38994217)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2276. obj40.CanCollide = false
  2277. obj40.TopSurface = Enum.SurfaceType.Smooth
  2278. obj40.BottomSurface = Enum.SurfaceType.Smooth
  2279. obj40.Material = Enum.Material.SmoothPlastic
  2280. obj40.Size = Vector3.new(0.25, 0.25, 0.25)
  2281. obj40.BrickColor = BrickColor.new("Hot pink")
  2282. obj40.Friction = 0.30000001192093
  2283. obj40.Shape = Enum.PartType.Ball
  2284. obj40.Parent = obj2
  2285.  
  2286. -- 41 - stretches
  2287. local obj41 = Instance.new("Model")
  2288. obj41.Name = "stretches"
  2289. obj41.Parent = obj1
  2290.  
  2291. -- 42 - stretchlol
  2292. local obj42 = Instance.new("Part")
  2293. obj42.CFrame = CFrame.new(Vector3.new(67.162117, 3.13544774, 6.8847661)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2294. obj42.CanCollide = false
  2295. obj42.Transparency = 1
  2296. obj42.TopSurface = Enum.SurfaceType.Smooth
  2297. obj42.BottomSurface = Enum.SurfaceType.Smooth
  2298. obj42.Material = Enum.Material.SmoothPlastic
  2299. obj42.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2300. obj42.BrickColor = BrickColor.new("Pastel brown")
  2301. obj42.Friction = 0.30000001192093
  2302. obj42.Shape = Enum.PartType.Ball
  2303. obj42.Name = "stretchlol"
  2304. obj42.Parent = obj41
  2305.  
  2306. -- 43 - stretchlol
  2307. local obj43 = Instance.new("Part")
  2308. obj43.CFrame = CFrame.new(Vector3.new(67.1951675, 3.40412855, 7.69050598)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2309. obj43.CanCollide = false
  2310. obj43.Transparency = 1
  2311. obj43.TopSurface = Enum.SurfaceType.Smooth
  2312. obj43.BottomSurface = Enum.SurfaceType.Smooth
  2313. obj43.Material = Enum.Material.SmoothPlastic
  2314. obj43.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2315. obj43.BrickColor = BrickColor.new("Pastel brown")
  2316. obj43.Friction = 0.30000001192093
  2317. obj43.Shape = Enum.PartType.Ball
  2318. obj43.Name = "stretchlol"
  2319. obj43.Parent = obj41
  2320.  
  2321. -- 44 - stretchlol
  2322. local obj44 = Instance.new("Part")
  2323. obj44.CFrame = CFrame.new(Vector3.new(67.5038223, 3.48357916, 7.48069382)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2324. obj44.CanCollide = false
  2325. obj44.Transparency = 1
  2326. obj44.TopSurface = Enum.SurfaceType.Smooth
  2327. obj44.BottomSurface = Enum.SurfaceType.Smooth
  2328. obj44.Material = Enum.Material.SmoothPlastic
  2329. obj44.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2330. obj44.BrickColor = BrickColor.new("Pastel brown")
  2331. obj44.Friction = 0.30000001192093
  2332. obj44.Shape = Enum.PartType.Ball
  2333. obj44.Name = "stretchlol"
  2334. obj44.Parent = obj41
  2335.  
  2336. -- 45 - stretchlol
  2337. local obj45 = Instance.new("Part")
  2338. obj45.CFrame = CFrame.new(Vector3.new(67.1641541, 4.12207699, 6.93975687)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2339. obj45.CanCollide = false
  2340. obj45.Transparency = 1
  2341. obj45.TopSurface = Enum.SurfaceType.Smooth
  2342. obj45.BottomSurface = Enum.SurfaceType.Smooth
  2343. obj45.Material = Enum.Material.SmoothPlastic
  2344. obj45.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2345. obj45.BrickColor = BrickColor.new("Pastel brown")
  2346. obj45.Friction = 0.30000001192093
  2347. obj45.Shape = Enum.PartType.Ball
  2348. obj45.Name = "stretchlol"
  2349. obj45.Parent = obj41
  2350.  
  2351. -- 46 - stretchlol
  2352. local obj46 = Instance.new("Part")
  2353. obj46.CFrame = CFrame.new(Vector3.new(66.8712616, 4.18368626, 7.47166586)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2354. obj46.CanCollide = false
  2355. obj46.Transparency = 1
  2356. obj46.TopSurface = Enum.SurfaceType.Smooth
  2357. obj46.BottomSurface = Enum.SurfaceType.Smooth
  2358. obj46.Material = Enum.Material.SmoothPlastic
  2359. obj46.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2360. obj46.BrickColor = BrickColor.new("Pastel brown")
  2361. obj46.Friction = 0.30000001192093
  2362. obj46.Shape = Enum.PartType.Ball
  2363. obj46.Name = "stretchlol"
  2364. obj46.Parent = obj41
  2365.  
  2366. -- 47 - stretchlol
  2367. local obj47 = Instance.new("Part")
  2368. obj47.CFrame = CFrame.new(Vector3.new(66.8260345, 4.14528561, 6.81669378)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2369. obj47.CanCollide = false
  2370. obj47.Transparency = 1
  2371. obj47.TopSurface = Enum.SurfaceType.Smooth
  2372. obj47.BottomSurface = Enum.SurfaceType.Smooth
  2373. obj47.Material = Enum.Material.SmoothPlastic
  2374. obj47.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2375. obj47.BrickColor = BrickColor.new("Pastel brown")
  2376. obj47.Friction = 0.30000001192093
  2377. obj47.Shape = Enum.PartType.Ball
  2378. obj47.Name = "stretchlol"
  2379. obj47.Parent = obj41
  2380.  
  2381. -- 48 - stretchlol
  2382. local obj48 = Instance.new("Part")
  2383. obj48.CFrame = CFrame.new(Vector3.new(66.7104797, 3.88547921, 7.57276678)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2384. obj48.CanCollide = false
  2385. obj48.Transparency = 1
  2386. obj48.TopSurface = Enum.SurfaceType.Smooth
  2387. obj48.BottomSurface = Enum.SurfaceType.Smooth
  2388. obj48.Material = Enum.Material.SmoothPlastic
  2389. obj48.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2390. obj48.BrickColor = BrickColor.new("Pastel brown")
  2391. obj48.Friction = 0.30000001192093
  2392. obj48.Shape = Enum.PartType.Ball
  2393. obj48.Name = "stretchlol"
  2394. obj48.Parent = obj41
  2395.  
  2396. -- 49 - stretchlol
  2397. local obj49 = Instance.new("Part")
  2398. obj49.CFrame = CFrame.new(Vector3.new(67.0637207, 4.06047773, 7.48850012)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2399. obj49.CanCollide = false
  2400. obj49.Transparency = 1
  2401. obj49.TopSurface = Enum.SurfaceType.Smooth
  2402. obj49.BottomSurface = Enum.SurfaceType.Smooth
  2403. obj49.Material = Enum.Material.SmoothPlastic
  2404. obj49.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2405. obj49.BrickColor = BrickColor.new("Pastel brown")
  2406. obj49.Friction = 0.30000001192093
  2407. obj49.Shape = Enum.PartType.Ball
  2408. obj49.Name = "stretchlol"
  2409. obj49.Parent = obj41
  2410.  
  2411. -- 50 - stretchlol
  2412. local obj50 = Instance.new("Part")
  2413. obj50.CFrame = CFrame.new(Vector3.new(66.7165604, 3.84708691, 6.77684498)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2414. obj50.CanCollide = false
  2415. obj50.Transparency = 1
  2416. obj50.TopSurface = Enum.SurfaceType.Smooth
  2417. obj50.BottomSurface = Enum.SurfaceType.Smooth
  2418. obj50.Material = Enum.Material.SmoothPlastic
  2419. obj50.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2420. obj50.BrickColor = BrickColor.new("Pastel brown")
  2421. obj50.Friction = 0.30000001192093
  2422. obj50.Shape = Enum.PartType.Ball
  2423. obj50.Name = "stretchlol"
  2424. obj50.Parent = obj41
  2425.  
  2426. -- 51 - stretchlol
  2427. local obj51 = Instance.new("Part")
  2428. obj51.CFrame = CFrame.new(Vector3.new(66.9846878, 4.29528904, 7.14047909)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2429. obj51.CanCollide = false
  2430. obj51.Transparency = 1
  2431. obj51.TopSurface = Enum.SurfaceType.Smooth
  2432. obj51.BottomSurface = Enum.SurfaceType.Smooth
  2433. obj51.Material = Enum.Material.SmoothPlastic
  2434. obj51.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2435. obj51.BrickColor = BrickColor.new("Pastel brown")
  2436. obj51.Friction = 0.30000001192093
  2437. obj51.Shape = Enum.PartType.Ball
  2438. obj51.Name = "stretchlol"
  2439. obj51.Parent = obj41
  2440.  
  2441. -- 52 - stretchlol
  2442. local obj52 = Instance.new("Part")
  2443. obj52.CFrame = CFrame.new(Vector3.new(66.868927, 3.45350599, 6.82578087)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2444. obj52.CanCollide = false
  2445. obj52.Transparency = 1
  2446. obj52.TopSurface = Enum.SurfaceType.Smooth
  2447. obj52.BottomSurface = Enum.SurfaceType.Smooth
  2448. obj52.Material = Enum.Material.SmoothPlastic
  2449. obj52.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2450. obj52.BrickColor = BrickColor.new("Pastel brown")
  2451. obj52.Friction = 0.30000001192093
  2452. obj52.Shape = Enum.PartType.Ball
  2453. obj52.Name = "stretchlol"
  2454. obj52.Parent = obj41
  2455.  
  2456. -- 53 - stretchlol
  2457. local obj53 = Instance.new("Part")
  2458. obj53.CFrame = CFrame.new(Vector3.new(67.287262, 3.10603261, 7.30382156)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.0471986532211)
  2459. obj53.CanCollide = false
  2460. obj53.Transparency = 1
  2461. obj53.TopSurface = Enum.SurfaceType.Smooth
  2462. obj53.BottomSurface = Enum.SurfaceType.Smooth
  2463. obj53.Material = Enum.Material.SmoothPlastic
  2464. obj53.Size = Vector3.new(1.79999995, 1.04999995, 1.04999995)
  2465. obj53.BrickColor = BrickColor.new("Pastel brown")
  2466. obj53.Friction = 0.30000001192093
  2467. obj53.Shape = Enum.PartType.Cylinder
  2468. obj53.Name = "stretchlol"
  2469. obj53.Parent = obj41
  2470.  
  2471. -- 54 - stretchlol
  2472. local obj54 = Instance.new("Part")
  2473. obj54.CFrame = CFrame.new(Vector3.new(66.4686813, 4.02028799, 7.16550922)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2474. obj54.CanCollide = false
  2475. obj54.Transparency = 1
  2476. obj54.TopSurface = Enum.SurfaceType.Smooth
  2477. obj54.BottomSurface = Enum.SurfaceType.Smooth
  2478. obj54.Material = Enum.Material.SmoothPlastic
  2479. obj54.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2480. obj54.BrickColor = BrickColor.new("Pastel brown")
  2481. obj54.Friction = 0.30000001192093
  2482. obj54.Shape = Enum.PartType.Ball
  2483. obj54.Name = "stretchlol"
  2484. obj54.Parent = obj41
  2485.  
  2486. -- 55 - stretchlol
  2487. local obj55 = Instance.new("Part")
  2488. obj55.CFrame = CFrame.new(Vector3.new(66.6615219, 4.17028332, 7.3953228)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2489. obj55.CanCollide = false
  2490. obj55.Transparency = 1
  2491. obj55.TopSurface = Enum.SurfaceType.Smooth
  2492. obj55.BottomSurface = Enum.SurfaceType.Smooth
  2493. obj55.Material = Enum.Material.SmoothPlastic
  2494. obj55.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2495. obj55.BrickColor = BrickColor.new("Pastel brown")
  2496. obj55.Friction = 0.30000001192093
  2497. obj55.Shape = Enum.PartType.Ball
  2498. obj55.Name = "stretchlol"
  2499. obj55.Parent = obj41
  2500.  
  2501. -- 56 - stretchlol
  2502. local obj56 = Instance.new("Part")
  2503. obj56.CFrame = CFrame.new(Vector3.new(66.753746, 3.12474751, 7.32704115)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2504. obj56.CanCollide = false
  2505. obj56.Transparency = 1
  2506. obj56.TopSurface = Enum.SurfaceType.Smooth
  2507. obj56.BottomSurface = Enum.SurfaceType.Smooth
  2508. obj56.Material = Enum.Material.SmoothPlastic
  2509. obj56.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2510. obj56.BrickColor = BrickColor.new("Pastel brown")
  2511. obj56.Friction = 0.30000001192093
  2512. obj56.Shape = Enum.PartType.Ball
  2513. obj56.Name = "stretchlol"
  2514. obj56.Parent = obj41
  2515.  
  2516. -- 57 - stretchlol
  2517. local obj57 = Instance.new("Part")
  2518. obj57.CFrame = CFrame.new(Vector3.new(67.2306061, 4.11047649, 7.28319883)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2519. obj57.CanCollide = false
  2520. obj57.Transparency = 1
  2521. obj57.TopSurface = Enum.SurfaceType.Smooth
  2522. obj57.BottomSurface = Enum.SurfaceType.Smooth
  2523. obj57.Material = Enum.Material.SmoothPlastic
  2524. obj57.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2525. obj57.BrickColor = BrickColor.new("Pastel brown")
  2526. obj57.Friction = 0.30000001192093
  2527. obj57.Shape = Enum.PartType.Ball
  2528. obj57.Name = "stretchlol"
  2529. obj57.Parent = obj41
  2530.  
  2531. -- 58 - stretchlol
  2532. local obj58 = Instance.new("Part")
  2533. obj58.CFrame = CFrame.new(Vector3.new(67.0756683, 3.79114079, 7.63403416)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2534. obj58.CanCollide = false
  2535. obj58.Transparency = 1
  2536. obj58.TopSurface = Enum.SurfaceType.Smooth
  2537. obj58.BottomSurface = Enum.SurfaceType.Smooth
  2538. obj58.Material = Enum.Material.SmoothPlastic
  2539. obj58.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2540. obj58.BrickColor = BrickColor.new("Pastel brown")
  2541. obj58.Friction = 0.30000001192093
  2542. obj58.Shape = Enum.PartType.Ball
  2543. obj58.Name = "stretchlol"
  2544. obj58.Parent = obj41
  2545.  
  2546. -- 59 - stretchlol
  2547. local obj59 = Instance.new("Part")
  2548. obj59.CFrame = CFrame.new(Vector3.new(66.5005493, 3.73548079, 7.38994217)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2549. obj59.CanCollide = false
  2550. obj59.Transparency = 1
  2551. obj59.TopSurface = Enum.SurfaceType.Smooth
  2552. obj59.BottomSurface = Enum.SurfaceType.Smooth
  2553. obj59.Material = Enum.Material.SmoothPlastic
  2554. obj59.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2555. obj59.BrickColor = BrickColor.new("Pastel brown")
  2556. obj59.Friction = 0.30000001192093
  2557. obj59.Shape = Enum.PartType.Ball
  2558. obj59.Name = "stretchlol"
  2559. obj59.Parent = obj41
  2560.  
  2561. -- 60 - stretchlol
  2562. local obj60 = Instance.new("Part")
  2563. obj60.CFrame = CFrame.new(Vector3.new(67.6487045, 3.41425848, 7.1938138)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  2564. obj60.CanCollide = false
  2565. obj60.Transparency = 1
  2566. obj60.TopSurface = Enum.SurfaceType.Smooth
  2567. obj60.BottomSurface = Enum.SurfaceType.Smooth
  2568. obj60.Material = Enum.Material.SmoothPlastic
  2569. obj60.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2570. obj60.BrickColor = BrickColor.new("Pastel brown")
  2571. obj60.Friction = 0.30000001192093
  2572. obj60.Shape = Enum.PartType.Ball
  2573. obj60.Name = "stretchlol"
  2574. obj60.Parent = obj41
  2575.  
  2576. -- 61 - stretchlol
  2577. local obj61 = Instance.new("Part")
  2578. obj61.CFrame = CFrame.new(Vector3.new(67.3677139, 3.85357118, 7.33310223)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2579. obj61.CanCollide = false
  2580. obj61.Transparency = 1
  2581. obj61.TopSurface = Enum.SurfaceType.Smooth
  2582. obj61.BottomSurface = Enum.SurfaceType.Smooth
  2583. obj61.Material = Enum.Material.SmoothPlastic
  2584. obj61.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2585. obj61.BrickColor = BrickColor.new("Pastel brown")
  2586. obj61.Friction = 0.30000001192093
  2587. obj61.Shape = Enum.PartType.Ball
  2588. obj61.Name = "stretchlol"
  2589. obj61.Parent = obj41
  2590.  
  2591. -- 62 - stretchlol
  2592. local obj62 = Instance.new("Part")
  2593. obj62.CFrame = CFrame.new(Vector3.new(66.6352844, 3.40356588, 7.06651878)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2594. obj62.CanCollide = false
  2595. obj62.Transparency = 1
  2596. obj62.TopSurface = Enum.SurfaceType.Smooth
  2597. obj62.BottomSurface = Enum.SurfaceType.Smooth
  2598. obj62.Material = Enum.Material.SmoothPlastic
  2599. obj62.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2600. obj62.BrickColor = BrickColor.new("Pastel brown")
  2601. obj62.Friction = 0.30000001192093
  2602. obj62.Shape = Enum.PartType.Ball
  2603. obj62.Name = "stretchlol"
  2604. obj62.Parent = obj41
  2605.  
  2606. -- 63 - stretchlol
  2607. local obj63 = Instance.new("Part")
  2608. obj63.CFrame = CFrame.new(Vector3.new(66.7236328, 4.28189754, 7.20509195)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2609. obj63.CanCollide = false
  2610. obj63.Transparency = 1
  2611. obj63.TopSurface = Enum.SurfaceType.Smooth
  2612. obj63.BottomSurface = Enum.SurfaceType.Smooth
  2613. obj63.Material = Enum.Material.SmoothPlastic
  2614. obj63.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2615. obj63.BrickColor = BrickColor.new("Pastel brown")
  2616. obj63.Friction = 0.30000001192093
  2617. obj63.Shape = Enum.PartType.Ball
  2618. obj63.Name = "stretchlol"
  2619. obj63.Parent = obj41
  2620.  
  2621. -- 64 - stretchlol
  2622. local obj64 = Instance.new("Part")
  2623. obj64.CFrame = CFrame.new(Vector3.new(66.5712891, 4.02028799, 6.8835969)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2624. obj64.CanCollide = false
  2625. obj64.Transparency = 1
  2626. obj64.TopSurface = Enum.SurfaceType.Smooth
  2627. obj64.BottomSurface = Enum.SurfaceType.Smooth
  2628. obj64.Material = Enum.Material.SmoothPlastic
  2629. obj64.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2630. obj64.BrickColor = BrickColor.new("Pastel brown")
  2631. obj64.Friction = 0.30000001192093
  2632. obj64.Shape = Enum.PartType.Ball
  2633. obj64.Name = "stretchlol"
  2634. obj64.Parent = obj41
  2635.  
  2636. -- 65 - stretchlol
  2637. local obj65 = Instance.new("Part")
  2638. obj65.CFrame = CFrame.new(Vector3.new(66.4981842, 3.66047978, 7.01661682)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2639. obj65.CanCollide = false
  2640. obj65.Transparency = 1
  2641. obj65.TopSurface = Enum.SurfaceType.Smooth
  2642. obj65.BottomSurface = Enum.SurfaceType.Smooth
  2643. obj65.Material = Enum.Material.SmoothPlastic
  2644. obj65.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2645. obj65.BrickColor = BrickColor.new("Pastel brown")
  2646. obj65.Friction = 0.30000001192093
  2647. obj65.Shape = Enum.PartType.Ball
  2648. obj65.Name = "stretchlol"
  2649. obj65.Parent = obj41
  2650.  
  2651. -- 66 - stretchlol
  2652. local obj66 = Instance.new("Part")
  2653. obj66.CFrame = CFrame.new(Vector3.new(66.7920303, 4.28189754, 7.01715183)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2654. obj66.CanCollide = false
  2655. obj66.Transparency = 1
  2656. obj66.TopSurface = Enum.SurfaceType.Smooth
  2657. obj66.BottomSurface = Enum.SurfaceType.Smooth
  2658. obj66.Material = Enum.Material.SmoothPlastic
  2659. obj66.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2660. obj66.BrickColor = BrickColor.new("Pastel brown")
  2661. obj66.Friction = 0.30000001192093
  2662. obj66.Shape = Enum.PartType.Ball
  2663. obj66.Name = "stretchlol"
  2664. obj66.Parent = obj41
  2665.  
  2666. -- 67 - stretchlol
  2667. local obj67 = Instance.new("Part")
  2668. obj67.CFrame = CFrame.new(Vector3.new(66.5950623, 4.18188763, 7.05188084)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2669. obj67.CanCollide = false
  2670. obj67.Transparency = 1
  2671. obj67.TopSurface = Enum.SurfaceType.Smooth
  2672. obj67.BottomSurface = Enum.SurfaceType.Smooth
  2673. obj67.Material = Enum.Material.SmoothPlastic
  2674. obj67.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2675. obj67.BrickColor = BrickColor.new("Pastel brown")
  2676. obj67.Friction = 0.30000001192093
  2677. obj67.Shape = Enum.PartType.Ball
  2678. obj67.Name = "stretchlol"
  2679. obj67.Parent = obj41
  2680.  
  2681. -- 68 - stretchlol
  2682. local obj68 = Instance.new("Part")
  2683. obj68.CFrame = CFrame.new(Vector3.new(67.4115601, 3.73646879, 7.01420689)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2684. obj68.CanCollide = false
  2685. obj68.Transparency = 1
  2686. obj68.TopSurface = Enum.SurfaceType.Smooth
  2687. obj68.BottomSurface = Enum.SurfaceType.Smooth
  2688. obj68.Material = Enum.Material.SmoothPlastic
  2689. obj68.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2690. obj68.BrickColor = BrickColor.new("Pastel brown")
  2691. obj68.Friction = 0.30000001192093
  2692. obj68.Shape = Enum.PartType.Ball
  2693. obj68.Name = "stretchlol"
  2694. obj68.Parent = obj41
  2695.  
  2696. -- 69 - stretchlol
  2697. local obj69 = Instance.new("Part")
  2698. obj69.CFrame = CFrame.new(Vector3.new(66.8643951, 3.88548112, 7.14990711)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2699. obj69.CanCollide = false
  2700. obj69.Transparency = 1
  2701. obj69.TopSurface = Enum.SurfaceType.Smooth
  2702. obj69.BottomSurface = Enum.SurfaceType.Smooth
  2703. obj69.Material = Enum.Material.SmoothPlastic
  2704. obj69.Size = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  2705. obj69.BrickColor = BrickColor.new("Pastel brown")
  2706. obj69.Friction = 0.30000001192093
  2707. obj69.Shape = Enum.PartType.Ball
  2708. obj69.Name = "stretchlol"
  2709. obj69.Parent = obj41
  2710.  
  2711. -- 70 - stretchlol
  2712. local obj70 = Instance.new("Part")
  2713. obj70.CFrame = CFrame.new(Vector3.new(67.4108353, 3.29388237, 6.88037777)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2714. obj70.CanCollide = false
  2715. obj70.Transparency = 1
  2716. obj70.TopSurface = Enum.SurfaceType.Smooth
  2717. obj70.BottomSurface = Enum.SurfaceType.Smooth
  2718. obj70.Material = Enum.Material.SmoothPlastic
  2719. obj70.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2720. obj70.BrickColor = BrickColor.new("Pastel brown")
  2721. obj70.Friction = 0.30000001192093
  2722. obj70.Shape = Enum.PartType.Ball
  2723. obj70.Name = "stretchlol"
  2724. obj70.Parent = obj41
  2725.  
  2726. -- 71 - stretchlol
  2727. local obj71 = Instance.new("Part")
  2728. obj71.CFrame = CFrame.new(Vector3.new(67.1960983, 3.65356374, 6.79175806)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2729. obj71.CanCollide = false
  2730. obj71.Transparency = 1
  2731. obj71.TopSurface = Enum.SurfaceType.Smooth
  2732. obj71.BottomSurface = Enum.SurfaceType.Smooth
  2733. obj71.Material = Enum.Material.SmoothPlastic
  2734. obj71.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2735. obj71.BrickColor = BrickColor.new("Pastel brown")
  2736. obj71.Friction = 0.30000001192093
  2737. obj71.Shape = Enum.PartType.Ball
  2738. obj71.Name = "stretchlol"
  2739. obj71.Parent = obj41
  2740.  
  2741. -- 72 - stretchlol
  2742. local obj72 = Instance.new("Part")
  2743. obj72.CFrame = CFrame.new(Vector3.new(66.944519, 3.22988653, 7.64748716)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2744. obj72.CanCollide = false
  2745. obj72.Transparency = 1
  2746. obj72.TopSurface = Enum.SurfaceType.Smooth
  2747. obj72.BottomSurface = Enum.SurfaceType.Smooth
  2748. obj72.Material = Enum.Material.SmoothPlastic
  2749. obj72.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2750. obj72.BrickColor = BrickColor.new("Pastel brown")
  2751. obj72.Friction = 0.30000001192093
  2752. obj72.Shape = Enum.PartType.Ball
  2753. obj72.Name = "stretchlol"
  2754. obj72.Parent = obj41
  2755.  
  2756. -- 73 - stretchlol
  2757. local obj73 = Instance.new("Part")
  2758. obj73.CFrame = CFrame.new(Vector3.new(66.851532, 3.04020095, 7.04717398)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  2759. obj73.CanCollide = false
  2760. obj73.Transparency = 1
  2761. obj73.TopSurface = Enum.SurfaceType.Smooth
  2762. obj73.BottomSurface = Enum.SurfaceType.Smooth
  2763. obj73.Material = Enum.Material.SmoothPlastic
  2764. obj73.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2765. obj73.BrickColor = BrickColor.new("Pastel brown")
  2766. obj73.Friction = 0.30000001192093
  2767. obj73.Shape = Enum.PartType.Ball
  2768. obj73.Name = "stretchlol"
  2769. obj73.Parent = obj41
  2770.  
  2771. -- 74 - stretchlol
  2772. local obj74 = Instance.new("Part")
  2773. obj74.CFrame = CFrame.new(Vector3.new(66.5551376, 3.48395109, 7.33871603)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  2774. obj74.CanCollide = false
  2775. obj74.Transparency = 1
  2776. obj74.TopSurface = Enum.SurfaceType.Smooth
  2777. obj74.BottomSurface = Enum.SurfaceType.Smooth
  2778. obj74.Material = Enum.Material.SmoothPlastic
  2779. obj74.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2780. obj74.BrickColor = BrickColor.new("Pastel brown")
  2781. obj74.Friction = 0.30000001192093
  2782. obj74.Shape = Enum.PartType.Ball
  2783. obj74.Name = "stretchlol"
  2784. obj74.Parent = obj41
  2785.  
  2786. -- 75 - stretchlol
  2787. local obj75 = Instance.new("Part")
  2788. obj75.CFrame = CFrame.new(Vector3.new(66.8069, 3.60357046, 7.60786104)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2789. obj75.CanCollide = false
  2790. obj75.Transparency = 1
  2791. obj75.TopSurface = Enum.SurfaceType.Smooth
  2792. obj75.BottomSurface = Enum.SurfaceType.Smooth
  2793. obj75.Material = Enum.Material.SmoothPlastic
  2794. obj75.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2795. obj75.BrickColor = BrickColor.new("Pastel brown")
  2796. obj75.Friction = 0.30000001192093
  2797. obj75.Shape = Enum.PartType.Ball
  2798. obj75.Name = "stretchlol"
  2799. obj75.Parent = obj41
  2800.  
  2801. -- 76 - stretchlol
  2802. local obj76 = Instance.new("Part")
  2803. obj76.CFrame = CFrame.new(Vector3.new(67.0182953, 3.88547921, 6.72704411)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  2804. obj76.CanCollide = false
  2805. obj76.Transparency = 1
  2806. obj76.TopSurface = Enum.SurfaceType.Smooth
  2807. obj76.BottomSurface = Enum.SurfaceType.Smooth
  2808. obj76.Material = Enum.Material.SmoothPlastic
  2809. obj76.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2810. obj76.BrickColor = BrickColor.new("Pastel brown")
  2811. obj76.Friction = 0.30000001192093
  2812. obj76.Shape = Enum.PartType.Ball
  2813. obj76.Name = "stretchlol"
  2814. obj76.Parent = obj41
  2815. obj1.PrimaryPart = obj4
  2816.  
  2817. local stretches = obj41:GetChildren()
  2818. for i,v in pairs(stretches) do
  2819. v.Anchored = true
  2820. v.Parent = obj1
  2821. end
  2822. for i,v in pairs(obj2:GetChildren()) do
  2823. v.Anchored = true
  2824. v.Parent = obj1
  2825. end
  2826. obj2:Destroy()
  2827. obj41:Destroy()
  2828.  
  2829. local previous = nil
  2830. for i,v in pairs(obj1:GetChildren()) do
  2831. if v:IsA('BasePart') then
  2832. if previous then
  2833. local weld = Instance.new('Weld',v)
  2834. weld.Part0 = v
  2835. weld.Part1 = previous
  2836. weld.C0 = v.CFrame:inverse() * previous.CFrame
  2837. previous.Anchored = false
  2838. previous.CanCollide = false
  2839. local vee = v
  2840. weld.AncestryChanged:connect(function(mez,par)
  2841. wait()
  2842. weld.Parent = vee
  2843. end)
  2844. end
  2845. previous = v
  2846. end
  2847. end
  2848. previous.Anchored = false
  2849. previous.CanCollide = false
  2850. obj1:SetPrimaryPartCFrame(handle.CFrame*CFrame.Angles(0,math.rad(180),0)+Vector3.new(0,100,0))
  2851. -- 2 - Part
  2852. local ree = Instance.new("Part")
  2853. ree.CFrame = CFrame.new(Vector3.new(50.5, 141, 5.5))
  2854. ree.Transparency = 0.80000001192093
  2855. ree.Material = Enum.Material.Neon
  2856. ree.CFrame = CFrame.new(obj4.Position)
  2857. ree.Size = Vector3.new(5, math.huge, 5)
  2858. ree.BrickColor = BrickColor.new("New Yeller")
  2859. ree.Friction = 0.30000001192093
  2860. ree.Shape = Enum.PartType.Block
  2861. ree.Parent = handle
  2862.  
  2863. -- 3 - Mesh
  2864. local ree2 = Instance.new("CylinderMesh")
  2865. ree2.Parent = ree
  2866. local thing = Instance.new('BodyPosition',obj9)
  2867. local thing2 = Instance.new('BodyPosition',ree)
  2868. thing2.P = 100000
  2869. thing2.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  2870. thing.MaxForce = Vector3.new(10000,10000,10000)
  2871. for i=1,100 do
  2872. thing2.Position = obj4.Position
  2873. 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))
  2874. thing.Position = handle.Position+(handle.CFrame.rightVector*0.5)
  2875. wait()
  2876. end
  2877. thing:Destroy()
  2878. local lmfao = Instance.new('Weld',obj4)
  2879. lmfao.C0 = CFrame.new(2.5,0.2,0)*CFrame.Angles(0,math.rad(180),0)
  2880. lmfao.Part0 = obj4
  2881. lmfao.Part1 = handle
  2882. ree:Destroy()
  2883. working = false
  2884. end
  2885.  
  2886. function katanamode()
  2887. blademode = "katana"
  2888. -- 1 - weeb shit
  2889. local weebshit1 = handle
  2890.  
  2891. -- 16 - top cap
  2892. local weebshit16 = Instance.new("Part")
  2893. weebshit16.CFrame = CFrame.new(Vector3.new(206.400146, 11.5499945, 5.00058556)) * CFrame.Angles(-3.1415927410126, 0, 1.5707963705063)
  2894. weebshit16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2895. weebshit16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2896. weebshit16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2897. weebshit16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2898. weebshit16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2899. weebshit16.Size = Vector3.new(0.1, 0.05,0.05) --0.65, 0.65
  2900. weebshit16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2901. weebshit16.Anchored = false
  2902. weebshit16.BrickColor = BrickColor.new("Really black")
  2903. weebshit16.Friction = 0.30000001192093
  2904. weebshit16.Shape = Enum.PartType.Cylinder
  2905. weebshit16.Name = "top cap"
  2906. weebshit16.Parent = weebshit1
  2907. local weld = Instance.new('Weld',weebshit16)
  2908. weld.Part0 = weebshit16
  2909. weld.Part1 = handle
  2910. weld.C1 = CFrame.new(0.6, 0, 0, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
  2911. --weld,part,endsize,endpos,amntime
  2912. 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)
  2913.  
  2914. -- 8 - blade
  2915. local weebshit8 = Instance.new("Part")
  2916. weebshit8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2917. weebshit8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2918. weebshit8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2919. weebshit8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2920. weebshit8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2921. weebshit8.Material = Enum.Material.Metal
  2922. weebshit8.Size = Vector3.new(0.23,0.05, 0.1)
  2923. weebshit8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2924. weebshit8.Anchored = false
  2925. weebshit8.BrickColor = BrickColor.new("Dark stone grey")
  2926. weebshit8.Friction = 0.30000001192093
  2927. weebshit8.Shape = Enum.PartType.Block
  2928. weebshit8.Name = "blade"
  2929. weebshit8.Parent = weebshit1
  2930. weebshit8:BreakJoints()
  2931. local bld1 = weebshit8
  2932. local weld2 = Instance.new('Weld',weebshit8)
  2933. weld2.Part0 = weebshit8
  2934. weld2.Part1 = handle
  2935. weld2.C1 = CFrame.new(0.75, 0, 0) * CFrame.Angles(math.rad(180), 0, math.rad(-90))
  2936. local coru=coroutine.wrap(function()
  2937. 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)
  2938. end)
  2939. coru()
  2940.  
  2941. -- 9 - blade
  2942. local weebshit9 = Instance.new("Part")
  2943. weebshit9.CFrame = CFrame.new(Vector3.new(206.475388, 13.3372736, 5.00158167)) * CFrame.Angles(-0, 0, 0.052359949797392)
  2944. weebshit9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2945. weebshit9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2946. weebshit9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2947. weebshit9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2948. weebshit9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. weebshit9.Material = Enum.Material.Metal
  2950. weebshit9.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  2951. weebshit9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2952. weebshit9.Anchored = false
  2953. weebshit9.BrickColor = BrickColor.new("Pearl")
  2954. weebshit9.Friction = 0.30000001192093
  2955. weebshit9.Shape = Enum.PartType.Block
  2956. weebshit9.Name = "blade"
  2957. weebshit9.Parent = weebshit8
  2958. local bld2 = weebshit9
  2959. local weld3 = Instance.new('Weld',weebshit9)
  2960. weld3.Part0 = weebshit9
  2961. weld3.Part1 = weebshit8
  2962. weld3.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  2963. grow(weld3,weebshit9,Vector3.new(0.100000009, 1.17, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.05)
  2964. -- 10 - blade
  2965. local weebshit10 = Instance.new("Part")
  2966. weebshit10.CFrame = CFrame.new(Vector3.new(206.26973, 14.458313, 5)) * CFrame.Angles(-0, 0, 0.10472027212381)
  2967. weebshit10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2968. weebshit10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2969. weebshit10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2970. weebshit10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2971. weebshit10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2972. weebshit10.Material = Enum.Material.Metal
  2973. weebshit10.Size = Vector3.new(0.229999945, 0.05, 0.100000009)
  2974. weebshit10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2975. weebshit10.Anchored = false
  2976. weebshit10.BrickColor = BrickColor.new("Dark stone grey")
  2977. weebshit10.Friction = 0.30000001192093
  2978. weebshit10.Shape = Enum.PartType.Block
  2979. weebshit10.Name = "blade"
  2980. weebshit10.Parent = weebshit1
  2981. local weld4 = Instance.new('Weld',weebshit10)
  2982. weld4.Part0 = weebshit10
  2983. weld4.Part1 = weebshit8
  2984. 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)
  2985. local coru=coroutine.wrap(function()
  2986. 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)
  2987. end)
  2988. coru()
  2989. -- 11 - blade
  2990. local weebshit11 = Instance.new("Part")
  2991. weebshit11.CFrame = CFrame.new(Vector3.new(206.384079, 14.4703341, 5.00158167)) * CFrame.Angles(-0, 0, 0.10472027212381)
  2992. weebshit11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2993. weebshit11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2994. weebshit11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2995. weebshit11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2996. weebshit11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2997. weebshit11.Material = Enum.Material.Metal
  2998. weebshit11.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  2999. weebshit11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3000. weebshit11.Anchored = false
  3001. weebshit11.BrickColor = BrickColor.new("Pearl")
  3002. weebshit11.Friction = 0.30000001192093
  3003. weebshit11.Shape = Enum.PartType.Block
  3004. weebshit11.Name = "blade"
  3005. weebshit11.Parent = weebshit1
  3006. local weld5 = Instance.new('Weld',weebshit10)
  3007. weld5.Part0 = weebshit10
  3008. weld5.Part1 = weebshit11
  3009. weld5.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  3010. grow(weld5,weebshit11,Vector3.new(0.100000009, 1.16999841, 0.0500000007),CFrame.new(-0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  3011.  
  3012. -- 15 - blade
  3013. local weebshit15 = Instance.new("Part")
  3014. weebshit15.CFrame = CFrame.new(Vector3.new(206.36055, 13.3312511, 5)) * CFrame.Angles(-0, 0, 0.052359949797392)
  3015. weebshit15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3016. weebshit15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3017. weebshit15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3018. weebshit15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. weebshit15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. weebshit15.Material = Enum.Material.Metal
  3021. weebshit15.Size = Vector3.new(0.229999945, 0.55, 0.100000009)
  3022. weebshit15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3023. weebshit15.Anchored = false
  3024. weebshit15.BrickColor = BrickColor.new("Dark stone grey")
  3025. weebshit15.Friction = 0.30000001192093
  3026. weebshit15.Shape = Enum.PartType.Block
  3027. weebshit15.Name = "blade"
  3028. weebshit15.Parent = weebshit1
  3029. local weld6 = Instance.new('Weld',weebshit15)
  3030. weld6.Part0 = weebshit15
  3031. weld6.Part1 = weebshit10
  3032. 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)
  3033. local coru=coroutine.wrap(function()
  3034. 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)
  3035. end)
  3036. coru()
  3037.  
  3038. -- 12 - blade
  3039. local weebshit12 = Instance.new("Part")
  3040. weebshit12.CFrame = CFrame.new(Vector3.new(206.50705, 12.1849957, 5.00158167)) * CFrame.Angles(-0, 0, -0)
  3041. weebshit12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3042. weebshit12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3043. weebshit12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3044. weebshit12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3045. weebshit12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3046. weebshit12.Material = Enum.Material.Metal
  3047. weebshit12.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  3048. weebshit12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3049. weebshit12.Anchored = false
  3050. weebshit12.BrickColor = BrickColor.new("Pearl")
  3051. weebshit12.Friction = 0.30000001192093
  3052. weebshit12.Shape = Enum.PartType.Block
  3053. weebshit12.Name = "blade"
  3054. weebshit12.Parent = weebshit1
  3055. local weld7 = Instance.new('Weld',weebshit12)
  3056. weld7.Part0 = weebshit12
  3057. weld7.Part1 = weebshit15
  3058. weld7.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  3059. grow(weld7,weebshit12,Vector3.new(0.100000009, 1.16999841, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  3060.  
  3061. -- 14 - blade
  3062. local weebshit14 = Instance.new("Part")
  3063. weebshit14.CFrame = CFrame.new(Vector3.new(206.155365, 15.3628922, 5)) * CFrame.Angles(-0, 0, 0.15708021819592)
  3064. weebshit14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3065. weebshit14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3066. weebshit14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3067. weebshit14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3068. weebshit14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3069. weebshit14.Material = Enum.Material.Metal
  3070. weebshit14.Size = Vector3.new(0.229999945, 0.05, 0.100000009)
  3071. weebshit14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3072. weebshit14.Anchored = false
  3073. weebshit14.BrickColor = BrickColor.new("Dark stone grey")
  3074. weebshit14.Friction = 0.30000001192093
  3075. weebshit14.Shape = Enum.PartType.Block
  3076. weebshit14.Name = "blade"
  3077. weebshit14.Parent = weebshit1
  3078. local weld8 = Instance.new('Weld',weebshit14)
  3079. weld8.Part0 = weebshit14
  3080. weld8.Part1 = weebshit15
  3081. 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)
  3082. local coru=coroutine.wrap(function()
  3083. 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)
  3084. end)
  3085. coru()
  3086.  
  3087. -- 13 - blade
  3088. local weebshit13 = Instance.new("Part")
  3089. weebshit13.CFrame = CFrame.new(Vector3.new(206.268967, 15.3808832, 5.00158167)) * CFrame.Angles(-0, 0, 0.15708021819592)
  3090. weebshit13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. weebshit13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. weebshit13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. weebshit13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. weebshit13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3095. weebshit13.Material = Enum.Material.Metal
  3096. weebshit13.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  3097. weebshit13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3098. weebshit13.Anchored = false
  3099. weebshit13.BrickColor = BrickColor.new("Pearl")
  3100. weebshit13.Friction = 0.30000001192093
  3101. weebshit13.Shape = Enum.PartType.Block
  3102. weebshit13.Name = "blade"
  3103. weebshit13.Parent = weebshit1
  3104. local weld9 = Instance.new('Weld',weebshit13)
  3105. weld9.Part0 = weebshit13
  3106. weld9.Part1 = weebshit14
  3107. weld9.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  3108. grow(weld9,weebshit13,Vector3.new(0.100000009, 0.699998796, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  3109.  
  3110. -- 18 - blade
  3111. local weebshit18 = Instance.new("WedgePart")
  3112. weebshit18.CFrame = CFrame.new(Vector3.new(206.077118, 15.85674, 5)) * CFrame.Angles(1.5707963705063, -1.4137160778046, 1.5707963705063)
  3113. weebshit18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. weebshit18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3115. weebshit18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3116. weebshit18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3117. weebshit18.Material = Enum.Material.Metal
  3118. weebshit18.Size = Vector3.new(0.100000009, 0.05, 0.230000108)
  3119. weebshit18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3120. weebshit18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3121. weebshit18.Anchored = false
  3122. weebshit18.BrickColor = BrickColor.new("Dark stone grey")
  3123. weebshit18.Friction = 0.30000001192093
  3124. weebshit18.Name = "blade"
  3125. weebshit18.Parent = weebshit1
  3126. local weld10 = Instance.new('Weld',weebshit18)
  3127. weld10.Part0 = weebshit18
  3128. weld10.Part1 = weebshit14
  3129. weld10.C1 = CFrame.new(-0.015, 0.299937057, 2.86102295e-06)*CFrame.Angles(0,math.rad(-90),0)
  3130. local coru=coroutine.wrap(function()
  3131. 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)
  3132. end)
  3133. coru()
  3134.  
  3135. -- 19 - blade
  3136. local weebshit19 = Instance.new("WedgePart")
  3137. weebshit19.CFrame = CFrame.new(Vector3.new(206.096375, 15.8952179, 5.00177383)) * CFrame.Angles(1.5707963705063, -1.4137160778046, 1.5707963705063)
  3138. weebshit19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3139. weebshit19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3140. weebshit19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3141. weebshit19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. weebshit19.Material = Enum.Material.Metal
  3143. weebshit19.Size = Vector3.new(0.0500000007, 0.05, 0.280000091)
  3144. weebshit19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. weebshit19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3146. weebshit19.Anchored = false
  3147. weebshit19.BrickColor = BrickColor.new("Pearl")
  3148. weebshit19.Friction = 0.30000001192093
  3149. weebshit19.Name = "blade"
  3150. weebshit19.Parent = weebshit1
  3151. local weld11 = Instance.new('Weld',weebshit19)
  3152. weld11.Part0 = weebshit19
  3153. weld11.Part1 = weebshit18
  3154. weld11.C1 = CFrame.new(0, 0, -0.029) * CFrame.Angles(0, 0, 0)
  3155. local coru=coroutine.wrap(function()
  3156. 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)
  3157. end)
  3158. coru()
  3159. end
  3160.  
  3161. function gunmode()
  3162. working = true
  3163.  
  3164. working = false
  3165. end
  3166.  
  3167. function knifemode()
  3168. blademode = "knife"
  3169. -- 6 - thicc cap
  3170. local obj6 = Instance.new("Part")
  3171. obj6.CFrame = CFrame.new(Vector3.new(202.399948, 10.5999813, 5.00099993)) * CFrame.Angles(-0, 0, 3.5017728805542e-07)
  3172. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3173. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3174. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3175. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3176. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. obj6.Size = Vector3.new(0.3, 0.3, 0.3)
  3178. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. obj6.Anchored = false
  3180. obj6.BrickColor = BrickColor.new("Really black")
  3181. obj6.Friction = 0.30000001192093
  3182. obj6.Shape = Enum.PartType.Ball
  3183. obj6.Name = "thicc cap"
  3184. obj6.Parent = handle
  3185. local weld2 = Instance.new('Weld',obj6)
  3186. weld2.Part0 = obj6
  3187. weld2.Part1 = handle
  3188. weld2.C0 = CFrame.new(0.4, 0, 0)
  3189. grow(weld2,obj6,Vector3.new(0.3, 0.3, 0.3),CFrame.new(-0.15, 0, 0),0.1)
  3190.  
  3191. -- 8 - thicc top cap
  3192. local obj8 = Instance.new("Part")
  3193. obj8.CFrame = CFrame.new(Vector3.new(202.399963, 11.3000078, 5.00099993)) * CFrame.Angles(-0, 0, 3.5017728805542e-07)
  3194. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3195. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3196. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. obj8.Size = Vector3.new(0.3, 0.3, 0.3)
  3200. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. obj8.Anchored = false
  3202. obj8.BrickColor = BrickColor.new("Really black")
  3203. obj8.Friction = 0.30000001192093
  3204. obj8.Shape = Enum.PartType.Ball
  3205. obj8.Name = "thicc top cap"
  3206. obj8.Parent = handle
  3207. local weld1 = Instance.new('Weld',obj8)
  3208. weld1.Part0 = obj8
  3209. weld1.Part1 = handle
  3210. weld1.C0 = CFrame.new(-0.4, 0, 0)
  3211. grow(weld1,obj8,Vector3.new(0.3, 0.3, 0.3),CFrame.new(0.15, 0, 0),0.1)
  3212. -- 4 - thicc blade
  3213. local obj4 = Instance.new("Part")
  3214. obj4.CFrame = CFrame.new(Vector3.new(202.40007, 12.1600046, 5.00099707)) * CFrame.Angles(-0, 0, -0)
  3215. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3216. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3217. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. obj4.Material = Enum.Material.Metal
  3221. obj4.Size = Vector3.new(0.23, 0.1, 0.1)
  3222. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3223. obj4.Anchored = false
  3224. obj4.BrickColor = BrickColor.new("Dark stone grey")
  3225. obj4.Friction = 0.30000001192093
  3226. obj4.Shape = Enum.PartType.Block
  3227. obj4.Name = "blade"
  3228. obj4.Parent = handle
  3229. local weld4 = Instance.new('Weld',obj4)
  3230. weld4.Part0 = obj4
  3231. weld4.Part1 = handle
  3232. weld4.C0 = CFrame.new(0, -0.535, 0)*CFrame.Angles(0,0,math.rad(90))
  3233. local coru=coroutine.wrap(function()
  3234. grow(weld4,obj4,Vector3.new(0.23, 1.19, 0.1),CFrame.new(0.5, 0, 0),0.1)
  3235. end)
  3236. coru()
  3237.  
  3238. -- 5 - thicc blade
  3239. local obj5 = Instance.new("Part")
  3240. obj5.CFrame = CFrame.new(Vector3.new(202.507141, 12.1749954, 5.00158167)) * CFrame.Angles(-0, 0, -0)
  3241. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3242. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3243. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3244. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3245. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3246. obj5.Material = Enum.Material.Metal
  3247. obj5.Size = Vector3.new(0.100000009, 0.1, 0.0500000007)
  3248. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3249. obj5.Anchored = false
  3250. obj5.BrickColor = BrickColor.new("Pearl")
  3251. obj5.Friction = 0.30000001192093
  3252. obj5.Shape = Enum.PartType.Block
  3253. obj5.Name = "blade"
  3254. obj5.Parent = handle
  3255. local weld5 = Instance.new('Weld',obj5)
  3256. weld5.Part0 = obj5
  3257. weld5.Part1 = obj4
  3258. weld5.C0 = CFrame.new(0.09, 0, 0)*CFrame.Angles(0,0,0)
  3259. grow(weld5,obj5,Vector3.new(0.1, 1.19, 0.05),CFrame.new(0, 0, 0),0.1)
  3260.  
  3261. -- 3 - thicc blade
  3262. local obj3 = Instance.new("WedgePart")
  3263. obj3.CFrame = CFrame.new(Vector3.new(202.40007, 12.9000006, 5.00099707)) * CFrame.Angles(-0, -1.5707963705063, 0)
  3264. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3265. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3266. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3267. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3268. obj3.Material = Enum.Material.Metal
  3269. obj3.Size = Vector3.new(0.1, 0, 0.23)
  3270. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3271. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3272. obj3.Anchored = false
  3273. obj3.BrickColor = BrickColor.new("Dark stone grey")
  3274. obj3.Friction = 0.30000001192093
  3275. obj3.Name = "blade"
  3276. obj3.Parent = handle
  3277. local weld6 = Instance.new('Weld',obj3)
  3278. weld6.Part0 = obj3
  3279. weld6.Part1 = obj4
  3280. weld6.C0 = CFrame.new(0, -0.595, 0)*CFrame.Angles(math.rad(0),math.rad(270),math.rad(0))
  3281. local coru=coroutine.wrap(function()
  3282. grow(weld6,obj3,Vector3.new(0.1, 0.3, 0.23),CFrame.new(0, 0.15, 0),0.05)
  3283. end)
  3284. coru()
  3285.  
  3286. -- 2 - thicc blade
  3287. local obj2 = Instance.new("WedgePart")
  3288. obj2.CFrame = CFrame.new(Vector3.new(202.423431, 12.9305696, 5.00099707)) * CFrame.Angles(-0, -1.5707963705063, 0)
  3289. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3290. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3291. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3292. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3293. obj2.Material = Enum.Material.Metal
  3294. obj2.Size = Vector3.new(0.05, 0, 0.26)
  3295. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. obj2.Anchored = false
  3298. obj2.BrickColor = BrickColor.new("Lily white")
  3299. obj2.Friction = 0.30000001192093
  3300. obj2.Name = "blade"
  3301. obj2.Parent = handle
  3302. local weld7 = Instance.new('Weld',obj2)
  3303. weld7.Part0 = obj2
  3304. weld7.Part1 = obj4
  3305. weld7.C0 = CFrame.new(0, -0.595, 0)*CFrame.Angles(math.rad(0),math.rad(270),math.rad(0))
  3306. grow(weld7,obj2,Vector3.new(0.05, 0.33, 0.24),CFrame.new(-0.02, 0.165, 0),0.05)
  3307. end
  3308.  
  3309. function raep()
  3310. working = true
  3311. pcall(function()
  3312. local holyshit = Instance.new("Sound", handle)
  3313. holyshit.SoundId = "rbxassetid://345287845"
  3314. holyshit.Volume = 5
  3315. holyshit:Play()
  3316. holyshit.TimePosition = 0.6
  3317. --[[local waitwhatthefuck = Instance.new("Sound", handle)
  3318. waitwhatthefuck.SoundId = "rbxassetid://864314263"
  3319. waitwhatthefuck:Play()]]--
  3320. local coru=coroutine.wrap(function()
  3321. wait(1.95)
  3322. holyshit.TimePosition = 2.8
  3323. end)
  3324. coru()
  3325. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3326. tweld.Part0 = char.HumanoidRootPart
  3327. tweld.Part1 = char.Torso
  3328. local rweld = Instance.new("Weld", char["Right Arm"])
  3329. rweld.Part0 = char["Torso"]
  3330. rweld.Part1 = char["Right Arm"]
  3331. rweld.C0 = CFrame.new(1.5, 0, 0)
  3332. local lweld = Instance.new("Weld", char["Left Arm"])
  3333. lweld.Part0 = char.Torso
  3334. lweld.Part1 = char["Left Arm"]
  3335. lweld.C0 = CFrame.new(-1.5, 0, 0)
  3336.  
  3337. char.Humanoid.WalkSpeed = 16
  3338.  
  3339. local cor = coroutine.wrap(function()
  3340. lerp(rweld,rweld.C0,CFrame.new(1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(50)),0.2)
  3341. end)
  3342. local cor2 = coroutine.wrap(function()
  3343. lerp(tweld,tweld.C0,CFrame.new(0, -0.25, 0) * CFrame.Angles(math.rad(-15), math.rad(-45), math.rad(0)),0.2)
  3344. end)
  3345. cor()
  3346. cor2()
  3347. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, -0.35) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)),0.2)
  3348.  
  3349. local particl = Instance.new("ParticleEmitter")
  3350. particl.LightEmission = 3
  3351. 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))})
  3352. particl.LightInfluence = 0.75
  3353. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3354. particl.Lifetime = NumberRange.new(0.1, 0.5)
  3355. particl.Rate = 50
  3356. particl.RotSpeed = NumberRange.new(300, 300)
  3357. particl.Speed = NumberRange.new(0, 1)
  3358. particl.SpreadAngle = Vector2.new(90, 90)
  3359. particl.Parent = handle
  3360.  
  3361. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  3362. if v:IsA("Part") then
  3363. cooldildo = particl:Clone()
  3364. cooldildo.Parent = v
  3365. end
  3366. end
  3367.  
  3368. particl:Remove()
  3369.  
  3370. wait(1)
  3371. MOAN = true
  3372.  
  3373. char.Humanoid.WalkSpeed = 75
  3374.  
  3375.  
  3376. local cor = coroutine.wrap(function()
  3377. lerp(rweld,rweld.C0,CFrame.new(1.6, 0.5, -0.75) * CFrame.Angles(0, math.rad(55), math.rad(90)),0.06)
  3378. end)
  3379. local cor2 = coroutine.wrap(function()
  3380. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)),0.06)
  3381. end)
  3382. local cor3 = coroutine.wrap(function()
  3383. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-90),math.rad(180)), 0.06)
  3384. end)
  3385. cor()
  3386. cor2()
  3387. cor3()
  3388. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.06)
  3389. local omgg = 0
  3390. repeat wait(0.05) omgg = omgg+0.05 until aidsificating ~= nil or omgg > 2
  3391. holyshit:Destroy()
  3392. char.Humanoid.WalkSpeed = 16
  3393. MOAN = false
  3394. if aidsificating == nil then
  3395. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  3396. if v:IsA("Part") then
  3397. v:FindFirstChild("ParticleEmitter"):Destroy()
  3398. end
  3399. end
  3400. local cor = coroutine.wrap(function()
  3401. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  3402. end)
  3403. local cor2 = coroutine.wrap(function()
  3404. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  3405. end)
  3406. local cor3 = coroutine.wrap(function()
  3407. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.08)
  3408. end)
  3409. cor()
  3410. cor2()
  3411. cor3()
  3412. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.08)
  3413.  
  3414. lweld:Remove()
  3415. rweld:Remove()
  3416. tweld:Remove()
  3417.  
  3418. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  3419. local clone = torsoclone:Clone()
  3420. clone.Part0 = char.HumanoidRootPart
  3421. clone.Part1 = char.Torso
  3422. clone.Parent = char.HumanoidRootPart
  3423. end
  3424. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3425. local clone = leftclone:Clone()
  3426. clone.Part0 = char.Torso
  3427. clone.Part1 = char["Left Arm"]
  3428. clone.Parent = char.Torso
  3429. end
  3430. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3431. local clone = rightclone:Clone()
  3432. clone.Part0 = char.Torso
  3433. clone.Part1 = char["Right Arm"]
  3434. clone.Parent = char.Torso
  3435. end
  3436. else
  3437. pcall(function()
  3438. aidsificating.HumanoidRootPart:Destroy()
  3439. end)
  3440. pcall(function()
  3441. ragdollpart(aidsificating,"Right Arm")
  3442. ragdollpart(aidsificating,"Right Leg")
  3443. ragdollpart(aidsificating,"Left Arm")
  3444. ragdollpart(aidsificating,"Left Leg")
  3445. end)
  3446. pcall(function()
  3447. ragdollpart(aidsificating,"RightUpperArm")
  3448. ragdollpart(aidsificating,"RightUpperLeg")
  3449. ragdollpart(aidsificating,"LeftUpperArm")
  3450. ragdollpart(aidsificating,"LeftUpperLeg")
  3451. end)
  3452. pcall(function()
  3453. local weld = Instance.new('Weld',aidsificating.Torso)
  3454. weld.Part0 = aidsificating.Torso
  3455. weld.Part1 = handle
  3456. weld.C0 = CFrame.new(0.2,-2.5,2)*CFrame.Angles(math.rad(135),0,math.rad(-90))
  3457. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  3458. if v:IsA('BasePart') and v.Name == "stretchlol" then
  3459. v.BrickColor = aidsificating.Torso.BrickColor
  3460. v.Transparency = 0
  3461. end
  3462. end
  3463. end)
  3464. pcall(function()
  3465. local weld = Instance.new('Weld',aidsificating.UpperTorso)
  3466. weld.Part0 = aidsificating.UpperTorso
  3467. weld.Part1 = handle
  3468. weld.C0 = CFrame.new(0.2,-2.5,2)*CFrame.Angles(math.rad(135),0,math.rad(-90))
  3469. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  3470. if v:IsA('BasePart') and v.Name == "stretchlol" then
  3471. v.BrickColor = aidsificating.UpperTorso.BrickColor
  3472. v.Transparency = 0
  3473. end
  3474. end
  3475. end)
  3476. lerp(rweld,rweld.C0,CFrame.new(1.6, 1, -0.5) * CFrame.Angles(0, math.rad(55), math.rad(145)),0.06)
  3477. wait(2)
  3478. for i,v in pairs(aidsificating:GetDescendants()) do
  3479. if v:IsA('Weld') then v:Destroy() end
  3480. end
  3481. pcall(function()
  3482. ragdollpart(aidsificating,"Head")
  3483. end)
  3484. pcall(function()
  3485. local thang = "Torso"
  3486. if aidsificating:FindFirstChild('UpperTorso') then
  3487. thang = "UpperTorso"
  3488. end
  3489. local ayybleed = Instance.new('Part',aidsificating)
  3490. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  3491. ayybleed.BrickColor = BrickColor.new('Maroon')
  3492. ayybleed.Material = Enum.Material.SmoothPlastic
  3493. ayybleed.Name = "ayybleed"
  3494. ayybleed.CanCollide = false
  3495. ayybleed.Transparency = 1
  3496. ayybleed.CFrame = aidsificating[thang].CFrame
  3497. ayybleed:BreakJoints()
  3498. local attachment1 = Instance.new('Attachment',ayybleed)
  3499. attachment1.Position = Vector3.new(0,-1,0)
  3500. attachment1.Orientation = Vector3.new(180, 0, 0)
  3501. local attachment0 = Instance.new('Attachment',aidsificating[thang])
  3502. if attachment0 and attachment1 then
  3503. local constraint = Instance.new("HingeConstraint")
  3504. constraint.Attachment0 = attachment0
  3505. constraint.Attachment1 = attachment1
  3506. constraint.LimitsEnabled = true
  3507. constraint.UpperAngle = 0
  3508. constraint.LowerAngle = 0
  3509. constraint.Parent = aidsificating
  3510. end
  3511. local bleedBLEED= coroutine.wrap(function()
  3512. bleed(ayybleed,true)
  3513. end)
  3514. bleedBLEED()
  3515. end)
  3516. aidsificating = nil
  3517. pcall(function()
  3518. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  3519. if v:IsA('BasePart') and v.Name == "stretchlol" then
  3520. v.Transparency = 1
  3521. end
  3522. end
  3523. end)
  3524. local cor = coroutine.wrap(function()
  3525. lerp(rweld,rweld.C0,CFrame.new(1.6, -0.25, 0.75) * CFrame.Angles(0, math.rad(55), math.rad(145)),0.04)
  3526. end)
  3527. local cor2 = coroutine.wrap(function()
  3528. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)),0.04)
  3529. end)
  3530. cor()
  3531. cor2()
  3532. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.04)
  3533. wait(0.1)
  3534. local cor = coroutine.wrap(function()
  3535. lerp(rweld,rweld.C0,CFrame.new(1.6, -0.5, 1) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3536. end)
  3537. local cor2 = coroutine.wrap(function()
  3538. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)),0.08)
  3539. end)
  3540. local cor3 = coroutine.wrap(function()
  3541. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.08)
  3542. end)
  3543. cor()
  3544. cor2()
  3545. cor3()
  3546. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  3547.  
  3548. lweld:Remove()
  3549. rweld:Remove()
  3550. tweld:Remove()
  3551.  
  3552. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  3553. local clone = torsoclone:Clone()
  3554. clone.Part0 = char.HumanoidRootPart
  3555. clone.Part1 = char.Torso
  3556. clone.Parent = char.HumanoidRootPart
  3557. end
  3558. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3559. local clone = leftclone:Clone()
  3560. clone.Part0 = char.Torso
  3561. clone.Part1 = char["Left Arm"]
  3562. clone.Parent = char.Torso
  3563. end
  3564. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3565. local clone = rightclone:Clone()
  3566. clone.Part0 = char.Torso
  3567. clone.Part1 = char["Right Arm"]
  3568. clone.Parent = char.Torso
  3569. end
  3570. end
  3571. end)
  3572. working = false
  3573. end
  3574.  
  3575. function katanaQ()
  3576. working = true
  3577. swinging = true
  3578. gettingeem = true
  3579. pcall(function()
  3580. local rweld = Instance.new("Weld", char["Right Arm"])
  3581. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3582. pcall(function()
  3583. rweld.Part0 = char["Torso"]
  3584. rweld.Part1 = char["Right Arm"]
  3585. rweld.C0 = CFrame.new(1.5, 0, 0)
  3586. tweld.Part0 = char.HumanoidRootPart
  3587. tweld.Part1 = char.Torso
  3588. end)
  3589.  
  3590. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 100
  3591.  
  3592. local at1 = Instance.new("Attachment", handle)
  3593. local at2 = Instance.new("Attachment", handle)
  3594. at1.Visible = false
  3595. at1.Position = Vector3.new(5, 0, 0)
  3596. at2.Visible = false
  3597. at2.Position = Vector3.new(1, 0, 0)
  3598.  
  3599. local trail = Instance.new("Trail", handle)
  3600. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  3601. trail.LightEmission = 0.25
  3602. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  3603. trail.Lifetime = 0.10
  3604. trail.MinLength = 0.05
  3605. trail.Attachment0 = at1
  3606. trail.Attachment1 = at2
  3607. local coru=coroutine.wrap(function()
  3608. lerp(rweld,rweld.C0,CFrame.new(1.35, 0.5, -1.2) * CFrame.Angles(0, math.rad(90), math.rad(90)),0.08)
  3609. end)
  3610. coru()
  3611. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-90),math.rad(180)), 0.08)
  3612. local ree=0
  3613. while goteem == nil and ree < 1 do
  3614. wait(0.05)
  3615. ree=ree+0.05
  3616. end
  3617. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  3618. gettingeem = false
  3619. swinging = false
  3620. if goteem then
  3621. wait(2)
  3622. pcall(function()
  3623. local sounn = Instance.new("Sound", goteem.Torso)
  3624. local lipp = math.random(1, 3)
  3625. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  3626. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  3627. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  3628. sounn:Play()
  3629. end)
  3630. ragdollpart(goteem,"Head")
  3631. for i,v in pairs(goteem:GetDescendants()) do
  3632. if v:IsA('Weld') then v:Destroy() end
  3633. end
  3634. goteem = nil
  3635. end
  3636. trail:Destroy()
  3637. at1:Destroy()
  3638. at2:Destroy()
  3639. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.05)
  3640. local cor = coroutine.wrap(function()
  3641. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3642. end)
  3643. cor()
  3644. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3645. rweld:Destroy()
  3646. tweld:Destroy()
  3647. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3648. local clone = rightclone:Clone()
  3649. clone.Part0 = char.Torso
  3650. clone.Part1 = char["Right Arm"]
  3651. clone.Parent = char.Torso
  3652. end
  3653. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3654. local clone = torsoclone:Clone()
  3655. clone.Part0 = char.HumanoidRootPart
  3656. clone.Part1 = char.Torso
  3657. clone.Parent = char.HumanoidRootPart
  3658. end
  3659. end)
  3660. swinging = false
  3661. gettingeem = false
  3662. working = false
  3663. end
  3664. local function katanaE()
  3665. working = true
  3666. swinging = true
  3667. SLESH = true
  3668. pcall(function()
  3669. local rweld = Instance.new("Weld", char["Right Arm"])
  3670. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3671. rweld.Part0 = char["Torso"]
  3672. rweld.Part1 = char["Right Arm"]
  3673. rweld.C0 = CFrame.new(1.5, 0, 0)
  3674. tweld.Part0 = char.HumanoidRootPart
  3675. tweld.Part1 = char.Torso
  3676.  
  3677. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 100
  3678.  
  3679. local at1 = Instance.new("Attachment", handle)
  3680. local at2 = Instance.new("Attachment", handle)
  3681. at1.Visible = false
  3682. at1.Position = Vector3.new(5, 0, 0)
  3683. at2.Visible = false
  3684. at2.Position = Vector3.new(1, 0, 0)
  3685.  
  3686. local trail = Instance.new("Trail", handle)
  3687. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  3688. trail.LightEmission = 0.25
  3689. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  3690. trail.Lifetime = 0.10
  3691. trail.MinLength = 0.05
  3692. trail.Attachment0 = at1
  3693. trail.Attachment1 = at2
  3694. local coru=coroutine.wrap(function()
  3695. lerp(rweld,rweld.C0,CFrame.new(2, 1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(60)),0.08)
  3696. end)
  3697. coru()
  3698. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-270),math.rad(0)), 0.08)
  3699.  
  3700. wait(1)
  3701. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  3702. trail:Destroy()
  3703. at1:Destroy()
  3704. at2:Destroy()
  3705. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.05)
  3706. local cor = coroutine.wrap(function()
  3707. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3708. end)
  3709. cor()
  3710. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3711. rweld:Destroy()
  3712. tweld:Destroy()
  3713. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3714. local clone = rightclone:Clone()
  3715. clone.Part0 = char.Torso
  3716. clone.Part1 = char["Right Arm"]
  3717. clone.Parent = char.Torso
  3718. end
  3719. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3720. local clone = torsoclone:Clone()
  3721. clone.Part0 = char.HumanoidRootPart
  3722. clone.Part1 = char.Torso
  3723. clone.Parent = char.HumanoidRootPart
  3724. end
  3725. end)
  3726. swinging = false
  3727. SLESH = false
  3728. working = false
  3729. end
  3730.  
  3731. function begoneTHOUGHT()
  3732. working = true
  3733. pcall(function()
  3734. local thott = Instance.new("Sound", char)
  3735. thott.SoundId = "rbxassetid://949916584"
  3736. thott.Volume = 1
  3737. thott.TimePosition = 0.5
  3738. thott.PlaybackSpeed = 1
  3739. thott.EmitterSize = player.CameraMaxZoomDistance+1
  3740. thott.MaxDistance = player.CameraMaxZoomDistance+1
  3741. thott:Play()
  3742.  
  3743. local rweld = Instance.new("Weld", char["Right Arm"])
  3744. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3745. rweld.Part0 = char["Torso"]
  3746. rweld.Part1 = char["Right Arm"]
  3747. rweld.C0 = CFrame.new(1.5, 0, 0)
  3748. tweld.Part0 = char.HumanoidRootPart
  3749. tweld.Part1 = char.Torso
  3750.  
  3751. local coru=coroutine.wrap(function()
  3752. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)),0.25)
  3753. end)
  3754. coru()
  3755. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(-45),math.rad(0)), 0.25)
  3756.  
  3757. wait(0.5)
  3758. local thote = Instance.new("Sound", char.Head)
  3759. thote.SoundId = "rbxassetid://358498516"
  3760. thote.Volume = 1
  3761. thote:Play()
  3762.  
  3763.  
  3764.  
  3765. local coru=coroutine.wrap(function()
  3766. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)),0.04)
  3767. end)
  3768. coru()
  3769. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.04)
  3770. wait(0.04)
  3771. local ree = Instance.new('Part',workspace)
  3772. ree.Shape = Enum.PartType.Cylinder
  3773. ree.CanCollide = false
  3774. ree.Anchored = false
  3775. ree.Size = Vector3.new(0.5,2,2)
  3776. ree.TopSurface = Enum.SurfaceType.Smooth
  3777. ree.BottomSurface = Enum.SurfaceType.Smooth
  3778. ree.Transparency = 0.8
  3779. ree.Material =Enum.Material.Neon
  3780. ree.BrickColor = BrickColor.new('Toothpaste')
  3781. ree.CFrame = handle.CFrame*CFrame.Angles(0,0,math.rad(90))
  3782. ree:BreakJoints()
  3783. local reee = Instance.new("Sound", ree)
  3784. reee.SoundId = "rbxassetid://138677306"
  3785. reee:Play()
  3786. local heck = Instance.new('BodyVelocity',ree)
  3787. heck.Velocity = ree.CFrame.rightVector*50
  3788. heck.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  3789. local coru=coroutine.wrap(function()
  3790. for i=1,21 do
  3791. local cf = ree.CFrame
  3792. ree.Size = ree.Size+Vector3.new(0,2,2)
  3793. ree.CFrame = cf
  3794. wait()
  3795. end
  3796. for i=1,4 do
  3797. local cf = ree.CFrame
  3798. ree.Size = ree.Size+Vector3.new(0,2,2)
  3799. ree.CFrame = cf
  3800. ree.Transparency = ree.Transparency + 0.05
  3801. wait()
  3802. end
  3803. ree:Destroy()
  3804. end)
  3805. coru()
  3806. ree.Touched:connect(function(hit)
  3807. if hit.Parent and hit.Parent ~= char and hit.Parent:FindFirstChildOfClass('Humanoid') then
  3808. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 100
  3809. ragdollpart(hit.Parent,"Head")
  3810. end
  3811. end)
  3812. wait(0.5)
  3813. local coru=coroutine.wrap(function()
  3814. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.8)
  3815. end)
  3816. coru()
  3817. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)
  3818.  
  3819. rweld:Destroy()
  3820. tweld:Destroy()
  3821. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3822. local clone = rightclone:Clone()
  3823. clone.Part0 = char.Torso
  3824. clone.Part1 = char["Right Arm"]
  3825. clone.Parent = char.Torso
  3826. end
  3827. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3828. local clone = torsoclone:Clone()
  3829. clone.Part0 = char.HumanoidRootPart
  3830. clone.Part1 = char.Torso
  3831. clone.Parent = char.HumanoidRootPart
  3832. end
  3833. end)
  3834. working = false
  3835. end
  3836.  
  3837. function katanaswing()
  3838. working = true
  3839. pcall(function()
  3840. local rweld = Instance.new("Weld", char["Right Arm"])
  3841. local lweld = Instance.new("Weld", char["Left Arm"])
  3842. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3843. rweld.Part0 = char["Torso"]
  3844. rweld.Part1 = char["Right Arm"]
  3845. rweld.C0 = CFrame.new(1.5, 0, 0)
  3846. lweld.Part0 = char.Torso
  3847. lweld.Part1 = char["Left Arm"]
  3848. lweld.C0 = CFrame.new(-1.5, 0, 0)
  3849. tweld.Part0 = char.HumanoidRootPart
  3850. tweld.Part1 = char.Torso
  3851.  
  3852. local cor = coroutine.wrap(function()
  3853. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(45), 0),0.08)
  3854. end)
  3855. cor()
  3856. lerp(rweld,rweld.C0,CFrame.new(1.35, 0.5, -1.2) * CFrame.Angles(0, math.rad(110), math.rad(90)),0.08)
  3857. wait(0.2)
  3858. local at1 = Instance.new("Attachment", handle)
  3859. local at2 = Instance.new("Attachment", handle)
  3860. at1.Visible = false
  3861. at1.Position = Vector3.new(5, 0, 0)
  3862. at2.Visible = false
  3863. at2.Position = Vector3.new(1, 0, 0)
  3864.  
  3865. local trail = Instance.new("Trail", handle)
  3866. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, trail.Parent.Color), ColorSequenceKeypoint.new(1, trail.Parent.Color)})
  3867. trail.LightEmission = 0.25
  3868. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  3869. trail.Lifetime = 0.10
  3870. trail.MinLength = 0.05
  3871. trail.Attachment0 = at1
  3872. trail.Attachment1 = at2
  3873.  
  3874. swinging = true
  3875.  
  3876. local cor = coroutine.wrap(function()
  3877. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-45), 0),0.04)
  3878. end)
  3879. cor()
  3880. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.04)
  3881. wait(0.2)
  3882. swinging = false
  3883. trail:Destroy()
  3884. at1:Destroy()
  3885. at2:Destroy()
  3886. local cor = coroutine.wrap(function()
  3887. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3888. end)
  3889. cor()
  3890. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  3891. rweld:Destroy()
  3892. lweld:Destroy()
  3893. tweld:Destroy()
  3894. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3895. local clone = rightclone:Clone()
  3896. clone.Part0 = char.Torso
  3897. clone.Part1 = char["Right Arm"]
  3898. clone.Parent = char.Torso
  3899. end
  3900. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3901. local clone = leftclone:Clone()
  3902. clone.Part0 = char.Torso
  3903. clone.Part1 = char["Left Arm"]
  3904. clone.Parent = char.Torso
  3905. end
  3906. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3907. local clone = torsoclone:Clone()
  3908. clone.Part0 = char.HumanoidRootPart
  3909. clone.Part1 = char.Torso
  3910. clone.Parent = char.HumanoidRootPart
  3911. end
  3912. end)
  3913. working = false
  3914. end
  3915.  
  3916. function throw()
  3917. working = true
  3918. pcall(function()
  3919. local rweld = char["Right Arm"]:FindFirstChild("Weld")
  3920. local lweld = char["Left Arm"]:FindFirstChild("Weld")
  3921. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  3922. tweld.Part0 = char.HumanoidRootPart
  3923. tweld.Part1 = char.Torso
  3924. local throwsound = Instance.new("Sound", char.Head)
  3925. throwsound.SoundId = "rbxassetid://711753382"
  3926. throwsound.PlaybackSpeed = 0.75
  3927.  
  3928. local cor = coroutine.wrap(function()
  3929. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-30), 0),0.04)
  3930. end)
  3931. local cor2 = coroutine.wrap(function()
  3932. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-30), math.rad(15)),0.04)
  3933. end)
  3934. cor()
  3935. cor2()
  3936. grabweld:Remove()
  3937. throwsound:Play()
  3938.  
  3939. local throwvel = Instance.new("BodyThrust")
  3940. throwvel.Force = Vector3.new(0, 3000, -2000)
  3941. pcall(function()
  3942. throwvel.Parent = grabbed.Torso
  3943. end)
  3944. pcall(function()
  3945. throwvel.Parent = grabbed.UpperTorso
  3946. end)
  3947.  
  3948. lerp(lweld,lweld.C0,CFrame.new(-1.3, 0.7, -1) * CFrame.Angles(0, math.rad(-70), math.rad(-105)),0.04)
  3949. wait(0.15)
  3950. throwvel:Remove()
  3951. local cor = coroutine.wrap(function()
  3952. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3953. end)
  3954. local cor2 = coroutine.wrap(function()
  3955. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3956. end)
  3957. cor()
  3958. cor2()
  3959. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3960. lweld:Remove()
  3961. rweld:Remove()
  3962. tweld:Remove()
  3963. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3964. local clone = rightclone:Clone()
  3965. clone.Part0 = char.Torso
  3966. clone.Part1 = char["Right Arm"]
  3967. clone.Parent = char.Torso
  3968. end
  3969. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  3970. local clone = leftclone:Clone()
  3971. clone.Part0 = char.Torso
  3972. clone.Part1 = char["Left Arm"]
  3973. clone.Parent = char.Torso
  3974. end
  3975. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  3976. local clone = torsoclone:Clone()
  3977. clone.Part0 = char.HumanoidRootPart
  3978. clone.Part1 = char.Torso
  3979. clone.Parent = char.HumanoidRootPart
  3980. end
  3981. local lolgrabbed = grabbed
  3982. spawn(function()
  3983. wait(2)
  3984. unstun(lolgrabbed)
  3985. end)
  3986. end)
  3987. grabbed = nil
  3988. working = false
  3989. end
  3990.  
  3991. function whoosh(vroom)
  3992. vroom.Parent = workspace
  3993. vroom.Name = "Projectile"
  3994. vroom.CFrame = CFrame.new(char.Head.CFrame.p,mouse.Hit.p)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  3995. vroom.Anchored = true
  3996. vroom.Velocity = Vector3.new(0,0,0)
  3997. vroom.RotVelocity = Vector3.new(0,0,0)
  3998. vroom.Anchored = false
  3999. game:GetService('Debris'):AddItem(vroom,10)
  4000. local flyy = Instance.new('BodyVelocity',vroom)
  4001. flyy.Velocity = vroom.CFrame.rightVector*200
  4002. local touched = false
  4003. for i,v in pairs(vroom:GetChildren()) do
  4004. if v:IsA('BasePart') then
  4005. v.Touched:connect(function(hit)
  4006. local pos = vroom.CFrame
  4007. if touched == false then
  4008. if hit and hit.Parent and hit.Transparency ~= 1 and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent~= char then
  4009. touched = true
  4010. local before = hit.Anchored
  4011. vroom.Anchored = true
  4012. vroom.Velocity = Vector3.new(0,0,0)
  4013. vroom.RotVelocity = Vector3.new(0,0,0)
  4014. vroom.CFrame = vroom.CFrame-(vroom.CFrame.rightVector)
  4015. hit.Anchored = true
  4016. flyy:Destroy()
  4017. pcall(function()
  4018. local weld = Instance.new('Weld',hit)
  4019. weld.Part0 = hit
  4020. weld.Part1 = vroom
  4021. weld.C0 = hit.CFrame:toObjectSpace(vroom.CFrame)
  4022. local ayybleed = Instance.new('Part',hit)
  4023. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  4024. ayybleed.BrickColor = BrickColor.new('Maroon')
  4025. ayybleed.Material = Enum.Material.SmoothPlastic
  4026. ayybleed.Name = "ayybleed"
  4027. ayybleed.CanCollide = false
  4028. ayybleed.Transparency = 1
  4029. ayybleed.CFrame = hit.CFrame
  4030. ayybleed:BreakJoints()
  4031. local attachment1 = Instance.new('Attachment',ayybleed)
  4032. local attachment0 = Instance.new('Attachment',hit)
  4033. for i,v in pairs(vroom:GetChildren()) do
  4034. if v.Name == "blade" and v.Size == Vector3.new(0.23, 1.19, 0.1) then
  4035. v.Name = "REEEE"
  4036. end
  4037. end
  4038. attachment1.Orientation = vroom["REEEE"].Orientation+Vector3.new(90,0,0)
  4039. attachment0.Position = hit.CFrame:toObjectSpace(vroom["REEEE"].CFrame).p-(hit.CFrame:toObjectSpace(vroom["REEEE"].CFrame).upVector)
  4040. if attachment0 and attachment1 then
  4041. local constraint = Instance.new("HingeConstraint")
  4042. constraint.Attachment0 = attachment0
  4043. constraint.Attachment1 = attachment1
  4044. constraint.LimitsEnabled = true
  4045. constraint.UpperAngle = 0
  4046. constraint.LowerAngle = 0
  4047. constraint.Parent = attachment0
  4048. end
  4049. local bleedBLEED= coroutine.wrap(function()
  4050. bleed(ayybleed)
  4051. end)
  4052. bleedBLEED()
  4053. if hit.Name ~= "Head" and hit.Name ~= "UpperTorso" and hit.Name ~= "Torso" and hit.Name ~= "LowerTorso" then
  4054. game:GetService('Debris'):AddItem(ayybleed,7.5)
  4055. end
  4056. end)
  4057. hit.Anchored = before
  4058. vroom.Anchored = false
  4059. vroom.CanCollide = true
  4060. pcall(function()
  4061. vroom:FindFirstChildOfClass('Trail'):Destroy()
  4062. end)
  4063. for i,v in pairs(vroom:GetChildren()) do
  4064. if v:IsA('BasePart') then
  4065. v.CanCollide = true
  4066. end
  4067. end
  4068. if hit.Name == "Head" or hit.Name == "UpperTorso" or hit.Name == "Torso" or hit.Name == "LowerTorso" then
  4069. pcall(function()
  4070. hit.Parent.HumanoidRootPart:Destroy()
  4071. end)
  4072. pcall(function()
  4073. ragdollpart(hit.Parent,"Left Arm")
  4074. ragdollpart(hit.Parent,"Left Leg")
  4075. ragdollpart(hit.Parent,"Right Arm")
  4076. ragdollpart(hit.Parent,"Right Leg")
  4077. end)
  4078. pcall(function()
  4079. ragdollpart(hit.Parent,"LeftUpperLeg")
  4080. ragdollpart(hit.Parent,"RightUpperLeg")
  4081. ragdollpart(hit.Parent,"LeftUpperArm")
  4082. ragdollpart(hit.Parent,"RightUpperArm")
  4083. end)
  4084. spawn(function()
  4085. wait(5)
  4086. ragdollpart(hit.Parent,"Head")
  4087. end)
  4088. else
  4089. pcall(function()
  4090. ragdollpart(hit.Parent,hit.Name)
  4091. end)
  4092. end
  4093. elseif hit and hit.CanCollide == true and hit.Parent and hit.Parent ~= char then
  4094. touched = true
  4095. local before = hit.Anchored
  4096. vroom.Anchored = true
  4097. vroom.Velocity = Vector3.new(0,0,0)
  4098. vroom.RotVelocity = Vector3.new(0,0,0)
  4099. hit.Anchored = true
  4100. flyy:Destroy()
  4101. vroom.CFrame = vroom.CFrame-vroom.CFrame.rightVector
  4102. pcall(function()
  4103. local weld = Instance.new('Weld',hit)
  4104. weld.Part0 = hit
  4105. weld.Part1 = vroom
  4106. weld.C0 = hit.CFrame:toObjectSpace(vroom.CFrame)
  4107. end)
  4108. pcall(function()
  4109. vroom:FindFirstChildOfClass('Trail'):Destroy()
  4110. end)
  4111. hit.Anchored = before
  4112. vroom.Anchored = false
  4113. end
  4114. end
  4115. end)
  4116. end
  4117. end
  4118. end
  4119.  
  4120. function fling()
  4121. working = true
  4122. pcall(function()
  4123. local rweld = Instance.new("Weld", char["Right Arm"])
  4124. local lweld = Instance.new("Weld", char["Left Arm"])
  4125. rweld.Part0 = char["Torso"]
  4126. rweld.Part1 = char["Right Arm"]
  4127. rweld.C0 = CFrame.new(1.5, 0, 0)
  4128. lweld.Part0 = char.Torso
  4129. lweld.Part1 = char["Left Arm"]
  4130. lweld.C0 = CFrame.new(-1.5, 0, 0)
  4131. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  4132. tweld.Part0 = char.HumanoidRootPart
  4133. tweld.Part1 = char.Torso
  4134.  
  4135. local at1 = Instance.new("Attachment", handle)
  4136. local at2 = Instance.new("Attachment", handle)
  4137. at1.Visible = false
  4138. at1.Position = Vector3.new(2, 0, 0)
  4139. at2.Visible = false
  4140. at2.Position = Vector3.new(-0.3, 0, 0)
  4141.  
  4142. local trail = Instance.new("Trail", handle)
  4143. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  4144. trail.LightEmission = 0.25
  4145. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  4146. trail.Lifetime = 0.10
  4147. trail.MinLength = 0.05
  4148. trail.Attachment0 = at1
  4149. trail.Attachment1 = at2
  4150.  
  4151. local cor = coroutine.wrap(function()
  4152. lerp(rweld,rweld.C0,CFrame.new(1.75, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(45)),0.07)
  4153. end)
  4154. cor()
  4155. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, -0.5) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.07)
  4156.  
  4157. local cor = coroutine.wrap(function()
  4158. lerp(rweld,rweld.C0,CFrame.new(1.75, 1, 0.25) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(150)),0.07)
  4159. end)
  4160. local cor2 = coroutine.wrap(function()
  4161. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-45), math.rad(0)),0.07)
  4162. end)
  4163. local cor3 = coroutine.wrap(function()
  4164. lerp(hweld,hweld.C0,CFrame.new(0, -2.5, 0) * CFrame.Angles(math.rad(90),math.rad(90), 0),0.12)
  4165. end)
  4166. cor()
  4167. cor2()
  4168. cor3()
  4169. 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)
  4170. wait(0.2)
  4171.  
  4172. local cor = coroutine.wrap(function()
  4173. lerp(rweld,rweld.C0,CFrame.new(1.5, 1, 0.25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(170)),0.03)
  4174. end)
  4175. local cor2 = coroutine.wrap(function()
  4176. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.03)
  4177. end)
  4178. cor()
  4179. cor2()
  4180. lerp(lweld,lweld.C0,CFrame.new(-1, 0, -0.45) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(45)),0.03)
  4181.  
  4182. local cor = coroutine.wrap(function()
  4183. 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)
  4184. end)
  4185. local cor2 = coroutine.wrap(function()
  4186. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(45), math.rad(0)),0.01)
  4187. end)
  4188. cor()
  4189. cor2()
  4190. whoosh(handle:Clone())
  4191. for i, v in pairs(handle:GetChildren()) do
  4192. if v:IsA("Part") then
  4193. v.Transparency = 1
  4194. end
  4195. end
  4196. handle.Transparency = 1
  4197. trail:Remove()
  4198. at1:Remove()
  4199. at2:Remove()
  4200. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.01)
  4201. local cor = coroutine.wrap(function()
  4202. lerp(rweld,rweld.C0,CFrame.new(0.5, 0.4, -1) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(75)),0.04)
  4203. end)
  4204. local cor2 = coroutine.wrap(function()
  4205. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(55), math.rad(0)),0.04)
  4206. end)
  4207. cor()
  4208. cor2()
  4209. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.04)
  4210. wait(0.2)
  4211.  
  4212. local cor = coroutine.wrap(function()
  4213. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.07)
  4214. end)
  4215. local cor2 = coroutine.wrap(function()
  4216. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.07)
  4217. end)
  4218. cor()
  4219. cor2()
  4220. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.07)
  4221.  
  4222. for i, v in pairs(handle:GetChildren()) do
  4223. if v:IsA("Part") then
  4224. v.Transparency = 0
  4225. end
  4226. end
  4227. handle.Transparency = 0
  4228. hweld.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0)
  4229.  
  4230. lweld:Remove()
  4231. rweld:Remove()
  4232. tweld:Remove()
  4233.  
  4234. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  4235. local clone = torsoclone:Clone()
  4236. clone.Part0 = char.HumanoidRootPart
  4237. clone.Part1 = char.Torso
  4238. clone.Parent = char.HumanoidRootPart
  4239. end
  4240. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4241. local clone = leftclone:Clone()
  4242. clone.Part0 = char.Torso
  4243. clone.Part1 = char["Left Arm"]
  4244. clone.Parent = char.Torso
  4245. end
  4246. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4247. local clone = rightclone:Clone()
  4248. clone.Part0 = char.Torso
  4249. clone.Part1 = char["Right Arm"]
  4250. clone.Parent = char.Torso
  4251. end
  4252. end)
  4253. working = false
  4254. end
  4255.  
  4256. function kill()
  4257. working = true
  4258. pcall(function()
  4259. local rweld = char["Right Arm"]:FindFirstChild("Weld")
  4260. local lweld = char["Left Arm"]:FindFirstChild("Weld")
  4261. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  4262. tweld.Part0 = char.HumanoidRootPart
  4263. tweld.Part1 = char.Torso
  4264. local killsound = Instance.new("Sound", grabbed.Head)
  4265. killsound.SoundId = "rbxassetid://150315649"
  4266. killsound.PlaybackSpeed = 1.2
  4267. local killsoundac = Instance.new("Sound", grabbed.Head)
  4268. killsoundac.SoundId = "rbxassetid://162194585"
  4269. killsoundac.PlaybackSpeed = 1
  4270. killsoundac.Volume = 1
  4271. local throwsound = Instance.new("Sound", char.Head)
  4272. throwsound.SoundId = "rbxassetid://711753382"
  4273. throwsound.PlaybackSpeed = 0.75
  4274. local chokesound = Instance.new("Sound", grabbed.Head)
  4275. chokesound.SoundId = "rbxassetid://418658161"
  4276. chokesound.TimePosition = 3
  4277. chokesound.PlaybackSpeed = 1
  4278. local bleedsound = Instance.new("Sound", grabbed.Head)
  4279. bleedsound.SoundId = "rbxassetid://244502094"
  4280. bleedsound.PlaybackSpeed = 1.5
  4281. bleedsound.Volume = 1
  4282.  
  4283. pitchun = math.random(9, 12)/10
  4284. pitchdos = math.random(9, 13)/10
  4285.  
  4286. killsound.PlaybackSpeed = pitchun
  4287. killsoundac.PlaybackSpeed = pitchdos
  4288. chokesound.PlaybackSpeed = pitchun
  4289.  
  4290. pcall(function()
  4291. grabbed.HumanoidRootPart:Destroy()
  4292. end)
  4293.  
  4294. lerp(rweld,rweld.C0,CFrame.new(0.5, 0.7, -0.70) * CFrame.Angles(0, math.rad(100), math.rad(105)),0.1)
  4295. wait(0.2)
  4296. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.04)
  4297.  
  4298. killsound:Play()
  4299. killsoundac:Play()
  4300. chokesound:Play()
  4301. bleedsound:Play()
  4302.  
  4303. local ayybleed = Instance.new('Part',grabbed)
  4304. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  4305. ayybleed.BrickColor = BrickColor.new('Maroon')
  4306. ayybleed.Material = Enum.Material.SmoothPlastic
  4307. ayybleed.Name = "ayybleed"
  4308. ayybleed.CanCollide = false
  4309. ayybleed.Transparency = 0.5
  4310. ayybleed.CFrame = grabbed.Head.CFrame
  4311. ayybleed:BreakJoints()
  4312. local attachment1 = Instance.new('Attachment',ayybleed)
  4313. attachment1.Position = Vector3.new(-0.55,0,0)
  4314. attachment1.Orientation = Vector3.new(90, 0, -90)
  4315. local attachment0 = Instance.new('Attachment')
  4316. pcall(function()
  4317. attachment0.Parent = grabbed.Torso
  4318. end)
  4319. pcall(function()
  4320. attachment0.Parent = grabbed.UpperTorso
  4321. end)
  4322. if attachment0 and attachment1 then
  4323. local constraint = Instance.new("HingeConstraint")
  4324. constraint.Attachment0 = attachment0
  4325. constraint.Attachment1 = attachment1
  4326. constraint.LimitsEnabled = true
  4327. constraint.UpperAngle = 0
  4328. constraint.LowerAngle = 0
  4329. pcall(function()
  4330. constraint.Parent = grabbed.Torso
  4331. end)
  4332. pcall(function()
  4333. constraint.Parent = grabbed.UpperTorso
  4334. end)
  4335. end
  4336. local bleedBLEED= coroutine.wrap(function()
  4337. bleed(ayybleed)
  4338. end)
  4339. bleedBLEED()
  4340.  
  4341. wait(0.2)
  4342.  
  4343. local at1 = Instance.new("Attachment", handle)
  4344. local at2 = Instance.new("Attachment", handle)
  4345. at1.Visible = false
  4346. at1.Position = Vector3.new(2, 0, 0)
  4347. at2.Visible = false
  4348. at2.Position = Vector3.new(-0.3, 0, 0)
  4349.  
  4350. local trail = Instance.new("Trail", handle)
  4351. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  4352. trail.LightEmission = 0.25
  4353. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  4354. trail.Lifetime = 0.10
  4355. trail.MinLength = 0.05
  4356. trail.Attachment0 = at1
  4357. trail.Attachment1 = at2
  4358.  
  4359. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-40), math.rad(15)),0.08)
  4360. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-30), math.rad(15)),0.1)
  4361. local coru=coroutine.wrap(function()
  4362. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-90), 0), 0.07)
  4363. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.09)
  4364. end)
  4365. coru()
  4366. local cor = coroutine.wrap(function()
  4367. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-30), 0),0.04)
  4368. end)
  4369. cor()
  4370. grabweld:Remove()
  4371. throwsound:Play()
  4372.  
  4373. local throwvel = Instance.new("BodyThrust")
  4374. throwvel.Force = Vector3.new(0, 3000, -1000)
  4375. pcall(function()
  4376. throwvel.Parent = grabbed.Torso
  4377. end)
  4378. pcall(function()
  4379. throwvel.Parent = grabbed.UpperTorso
  4380. end)
  4381.  
  4382. trail:Remove()
  4383. at1:Remove()
  4384. at2:Remove()
  4385. lerp(lweld,lweld.C0,CFrame.new(-1.3, 0.7, -1) * CFrame.Angles(0, math.rad(-70), math.rad(-105)),0.04)
  4386. pcall(function()
  4387. ragdollpart(grabbed,"Left Arm")
  4388. ragdollpart(grabbed,"Left Leg")
  4389. ragdollpart(grabbed,"Right Arm")
  4390. ragdollpart(grabbed,"Right Leg")
  4391. end)
  4392. pcall(function()
  4393. ragdollpart(grabbed,"LeftUpperLeg")
  4394. ragdollpart(grabbed,"RightUpperLeg")
  4395. ragdollpart(grabbed,"LeftUpperArm")
  4396. ragdollpart(grabbed,"RightUpperArm")
  4397. end)
  4398. wait(0.15)
  4399. throwvel:Remove()
  4400. local cor = coroutine.wrap(function()
  4401. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4402. end)
  4403. local cor2 = coroutine.wrap(function()
  4404. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4405. end)
  4406. cor()
  4407. cor2()
  4408. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  4409.  
  4410. lweld:Remove()
  4411. rweld:Remove()
  4412. tweld:Remove()
  4413.  
  4414. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  4415. local clone = torsoclone:Clone()
  4416. clone.Part0 = char.HumanoidRootPart
  4417. clone.Part1 = char.Torso
  4418. clone.Parent = char.HumanoidRootPart
  4419. end
  4420. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4421. local clone = leftclone:Clone()
  4422. clone.Part0 = char.Torso
  4423. clone.Part1 = char["Left Arm"]
  4424. clone.Parent = char.Torso
  4425. end
  4426. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4427. local clone = rightclone:Clone()
  4428. clone.Part0 = char.Torso
  4429. clone.Part1 = char["Right Arm"]
  4430. clone.Parent = char.Torso
  4431. end
  4432. local coru2=coroutine.wrap(function()
  4433. local whyy = grabbed
  4434. local continue = true
  4435. local repeats = 0
  4436. while continue == true do
  4437. local ree = pcall(function()
  4438. if repeats < 20 then
  4439. whyy:FindFirstChildOfClass('Humanoid').Health = whyy:FindFirstChildOfClass('Humanoid').Health-4.9
  4440. repeats = repeats+1
  4441. if whyy:FindFirstChildOfClass('Humanoid').Health <= 0 then
  4442. continue = false
  4443. end
  4444. else
  4445. continue = false
  4446. end
  4447. end)
  4448. if ree == false then
  4449. continue = false
  4450. end
  4451. if continue == true then
  4452. wait(0.2)
  4453. end
  4454. end
  4455. ragdollpart(whyy,"Head")
  4456. end)
  4457. coru2()
  4458. throwsound:Remove()
  4459. killsound:Remove()
  4460. end)
  4461. grabbed = nil
  4462. working = false
  4463. end
  4464.  
  4465. function release()
  4466. working = true
  4467. pcall(function()
  4468. unstun(grabbed)
  4469. grabbed = nil
  4470. grabweld:Destroy()
  4471. removewelds(char["Right Arm"])
  4472. removewelds(char["Left Arm"])
  4473. local rweld = Instance.new("Weld", char["Right Arm"])
  4474. local lweld = Instance.new("Weld", char["Left Arm"])
  4475. rweld.Part0 = char["Torso"]
  4476. rweld.Part1 = char["Right Arm"]
  4477. rweld.C0 = CFrame.new(1, 0.7, -0.75) * CFrame.Angles(0, math.rad(95), math.rad(105))
  4478. lweld.Part0 = char.Torso
  4479. lweld.Part1 = char["Left Arm"]
  4480. lweld.C0 = CFrame.new(-1.25, 0.7, -0.75) * CFrame.Angles(0, math.rad(-140), math.rad(-105))
  4481. local cor = coroutine.wrap(function()
  4482. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4483. end)
  4484. local cor2 = coroutine.wrap(function()
  4485. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0),0.08)
  4486. end)
  4487. cor()
  4488. cor2()
  4489. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4490. lweld:Remove()
  4491. rweld:Remove()
  4492. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4493. local clone = leftclone:Clone()
  4494. clone.Part0 = char.Torso
  4495. clone.Part1 = char["Left Arm"]
  4496. clone.Parent = char.Torso
  4497. end
  4498. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4499. local clone = rightclone:Clone()
  4500. clone.Part0 = char.Torso
  4501. clone.Part1 = char["Right Arm"]
  4502. clone.Parent = char.Torso
  4503. end
  4504. end)
  4505. working = false
  4506. end
  4507.  
  4508. function grab()
  4509. working = true
  4510. pcall(function()
  4511. local rweld = Instance.new("Weld", char["Right Arm"])
  4512. local lweld = Instance.new("Weld", char["Left Arm"])
  4513. rweld.Part0 = char["Torso"]
  4514. rweld.Part1 = char["Right Arm"]
  4515. rweld.C0 = CFrame.new(1.5, 0, 0)
  4516. lweld.Part0 = char.Torso
  4517. lweld.Part1 = char["Left Arm"]
  4518. lweld.C0 = CFrame.new(-1.5, 0, 0)
  4519.  
  4520. local at1 = Instance.new("Attachment", handle)
  4521. local at2 = Instance.new("Attachment", handle)
  4522. at1.Visible = false
  4523. at1.Position = Vector3.new(2, 0, 0)
  4524. at2.Visible = false
  4525. at2.Position = Vector3.new(-0.3, 0, 0)
  4526.  
  4527. local trail = Instance.new("Trail", handle)
  4528. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  4529. trail.LightEmission = 0.25
  4530. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  4531. trail.Lifetime = 0.10
  4532. trail.MinLength = 0.05
  4533. trail.Attachment0 = at1
  4534. trail.Attachment1 = at2
  4535.  
  4536. local spinnyshit = coroutine.wrap(function()
  4537. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-90), 0), 0.07)
  4538. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(90), 0), 0.07)
  4539. end)
  4540. spinnyshit()
  4541. local cor = coroutine.wrap(function()
  4542. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.08)
  4543. end)
  4544. cor()
  4545. lerp(lweld,lweld.C0,CFrame.new(-2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(-90)),0.08)
  4546. wait(0.15)
  4547. grabbing = true
  4548. local cor = coroutine.wrap(function()
  4549. lerp(rweld,rweld.C0,CFrame.new(1, 0.7, -0.75) * CFrame.Angles(0, math.rad(95), math.rad(105)),0.08)
  4550. end)
  4551. cor()
  4552. lerp(lweld,lweld.C0,CFrame.new(-1.25, 0.7, -0.75) * CFrame.Angles(0, math.rad(-140), math.rad(-105)),0.08)
  4553. at1:Remove()
  4554. at2:Remove()
  4555. trail:Remove()
  4556. wait(0.3)
  4557. grabbing = false
  4558.  
  4559. if grabbed == nil then
  4560. local cor = coroutine.wrap(function()
  4561. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4562. end)
  4563. local cor2 = coroutine.wrap(function()
  4564. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0),0.08)
  4565. end)
  4566. cor()
  4567. cor2()
  4568. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  4569. lweld:Remove()
  4570. rweld:Remove()
  4571. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4572. local clone = leftclone:Clone()
  4573. clone.Part0 = char.Torso
  4574. clone.Part1 = char["Left Arm"]
  4575. clone.Parent = char.Torso
  4576. end
  4577. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4578. local clone = rightclone:Clone()
  4579. clone.Part0 = char.Torso
  4580. clone.Part1 = char["Right Arm"]
  4581. clone.Parent = char.Torso
  4582. end
  4583. end
  4584. end)
  4585. working = false
  4586. end
  4587.  
  4588. mouse.KeyDown:connect(function(kkk)
  4589. local key = kkk:lower()
  4590. if usable and working == false then
  4591. if key == "z" then
  4592. if equipped == false then
  4593. if firsttime then
  4594. firsttime = false
  4595. notify("Equipped || Press X or C to equip one of two weapons",true)
  4596. else
  4597. notify("Equipped")
  4598. end
  4599. equip()
  4600. else
  4601. notify("Unequipped")
  4602. unequip()
  4603. end
  4604. elseif key == "x" then
  4605. if blademode ~= "katana" and equipped == true then
  4606. getrid(handle)
  4607. if firsttime2 then
  4608. firsttime2 = false
  4609. notify("Katana mode enabled || Press Q, E, or click to perform an action",true)
  4610. else
  4611. notify("Katana mode enabled")
  4612. end
  4613. katanamode()
  4614. elseif blademode == "katana" then
  4615. getrid(handle)
  4616. notify("Katana mode disabled")
  4617. end
  4618. elseif key == "v" then
  4619. if blademode ~= "gun" and equipped == true then
  4620. getrid(handle)
  4621. if firsttime5 then
  4622. firsttime5 = false
  4623. notify("Gun mode enabled || Click to perform an action",true)
  4624. else
  4625. notify("Gun mode enabled")
  4626. end
  4627. gunmode()
  4628. elseif blademode == "gun" then
  4629. getrid(handle)
  4630. notify("Gun mode disabled")
  4631. end
  4632. elseif key == "b" then
  4633. if childlock == false then
  4634. if blademode ~= "dildo" and equipped == true then
  4635. getrid(handle)
  4636. if firsttime4 then
  4637. firsttime4 = false
  4638. notify("Dildo mode enabled || Click to perform an action",true)
  4639. else
  4640. notify("Dildo mode enabled")
  4641. end
  4642. dildo()
  4643. elseif blademode == "dildo" then
  4644. notify("Dildo mode disabled")
  4645. getrid(handle)
  4646. end
  4647. end
  4648. elseif key == "c" then
  4649. if blademode ~= "knife" and equipped == true then
  4650. getrid(handle)
  4651. if firsttime3 then
  4652. firsttime3 = false
  4653. notify("Knife mode enabled || Press F, E, T, or Q to set modes; Click to perform an action",true)
  4654. else
  4655. notify("Knife mode enabled")
  4656. end
  4657. knifemode()
  4658. elseif blademode == "knife" then
  4659. notify("Knife mode disabled")
  4660. getrid(handle)
  4661. end
  4662. elseif key == "q" then
  4663. if blademode == "katana" then
  4664. notify()
  4665. katanaQ()
  4666. elseif blademode == "knife" then
  4667. mode = "release"
  4668. notify("Mode changed to "..mode)
  4669. end
  4670. elseif key == "e" then
  4671. if blademode == "katana" then
  4672. notify()
  4673. katanaE()
  4674. elseif blademode == "knife" then
  4675. mode = "throw"
  4676. notify("Mode changed to "..mode)
  4677. end
  4678. elseif key == "f" then
  4679. if blademode == "handle" then
  4680. notify([[BEGONE
  4681. THOT]])
  4682. begoneTHOUGHT()
  4683. elseif blademode == "knife" then
  4684. mode = "kill"
  4685. notify("Mode changed to "..mode)
  4686. end
  4687. elseif key == "t" then
  4688. if blademode == "knife" then
  4689. mode = "fling"
  4690. notify("Mode changed to "..mode)
  4691. end
  4692. end
  4693. end
  4694. if key == "m" and sounding == false then
  4695. --badass mode
  4696. pcall(function()
  4697. if badass.Playing == false then
  4698. sounding = true
  4699. for i,v in pairs(workspace:GetDescendants()) do
  4700. if v:IsA('Sound') and v~=player.Character.Head.Badass then
  4701. v:Stop()
  4702. end
  4703. end
  4704. badass:Play()
  4705. badass.Volume = 10
  4706. sounding = false
  4707. else
  4708. sounding = true
  4709. for i=1,100 do
  4710. badass.Volume = badass.Volume-0.1
  4711. wait()
  4712. end
  4713. badass.Volume = 0
  4714. badass:Stop()
  4715. sounding = false
  4716. end
  4717. end)
  4718. end
  4719. if key == "r" then
  4720. rag1 = true
  4721. if rag1 == true and rag2 == true then
  4722. oogabooga()
  4723. end
  4724. end
  4725. if key == "g" then
  4726. rag2 = true
  4727. if rag1 == true and rag2 == true then
  4728. oogabooga()
  4729. end
  4730. end
  4731. end)
  4732. mouse.KeyUp:connect(function(key)
  4733. if key == "r" then
  4734. rag1 = false
  4735. end
  4736. if key == "g" then
  4737. rag2 = false
  4738. end
  4739. end)
  4740.  
  4741. handle.ChildAdded:connect(function(child)
  4742. if child:IsA('BasePart') then
  4743. child.CanCollide = false
  4744. if child.Name == "blade" then
  4745. child.Touched:connect(function(hit)
  4746. if blademode == "katana" and swinging then
  4747. if gettingeem then
  4748. if goteem == nil then
  4749. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4750. local sounn = Instance.new("Sound", char.Torso)
  4751. local lipp = math.random(1, 3)
  4752. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  4753. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  4754. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  4755. sounn:Play()
  4756. goteem = hit.Parent
  4757. pcall(function()
  4758. goteem.HumanoidRootPart:Destroy()
  4759. end)
  4760. pcall(function()
  4761. ragdollpart(goteem,"Right Arm")
  4762. ragdollpart(goteem,"Right Leg")
  4763. ragdollpart(goteem,"Left Arm")
  4764. ragdollpart(goteem,"Left Leg")
  4765. end)
  4766. pcall(function()
  4767. ragdollpart(goteem,"RightUpperArm")
  4768. ragdollpart(goteem,"RightUpperLeg")
  4769. ragdollpart(goteem,"LeftUpperArm")
  4770. ragdollpart(goteem,"LeftUpperLeg")
  4771. end)
  4772. pcall(function()
  4773. local weld = Instance.new('Weld',goteem.Torso)
  4774. weld.Part0 = goteem.Torso
  4775. weld.Part1 = handle
  4776. weld.C0 = CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  4777. end)
  4778. pcall(function()
  4779. local weld = Instance.new('Weld',goteem.UpperTorso)
  4780. weld.Part0 = goteem.UpperTorso
  4781. weld.Part1 = handle
  4782. weld.C0 = CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  4783. end)
  4784. pcall(function()
  4785. local thang = "Torso"
  4786. if goteem:FindFirstChild('UpperTorso') then
  4787. thang = "UpperTorso"
  4788. end
  4789. local ayybleed = Instance.new('Part',goteem)
  4790. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  4791. ayybleed.BrickColor = BrickColor.new('Maroon')
  4792. ayybleed.Material = Enum.Material.SmoothPlastic
  4793. ayybleed.Name = "ayybleed"
  4794. ayybleed.CanCollide = false
  4795. ayybleed.Transparency = 1
  4796. ayybleed.CFrame = goteem[thang].CFrame
  4797. ayybleed:BreakJoints()
  4798. local attachment1 = Instance.new('Attachment',ayybleed)
  4799. attachment1.Position = Vector3.new(0,0,0)
  4800. attachment1.Orientation = Vector3.new(-90, 0, -90)
  4801. local attachment0 = Instance.new('Attachment',goteem[thang])
  4802. if attachment0 and attachment1 then
  4803. local constraint = Instance.new("HingeConstraint")
  4804. constraint.Attachment0 = attachment0
  4805. constraint.Attachment1 = attachment1
  4806. constraint.LimitsEnabled = true
  4807. constraint.UpperAngle = 0
  4808. constraint.LowerAngle = 0
  4809. constraint.Parent = goteem
  4810. end
  4811. local bleedBLEED= coroutine.wrap(function()
  4812. bleed(ayybleed)
  4813. end)
  4814. bleedBLEED()
  4815. end)
  4816. end
  4817. end
  4818. elseif SLESH then
  4819.  
  4820. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4821. local sounn = Instance.new("Sound", char.Torso)
  4822. local lipp = math.random(1, 3)
  4823. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  4824. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  4825. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  4826. sounn:Play()
  4827. ragdollpart(hit.Parent,hit.Name,false)
  4828. end
  4829. else
  4830. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4831. local sounn = Instance.new("Sound", char.Torso)
  4832. local lipp = math.random(1, 3)
  4833. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  4834. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  4835. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  4836. sounn:Play()
  4837. swinging = false
  4838. ragdollpart(hit.Parent,"Head",true,false)
  4839. end
  4840. end
  4841. elseif blademode == "knife" then
  4842. if grabbing == true and grabbed == nil then
  4843. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4844. grabbed = hit.Parent
  4845.  
  4846. stun(grabbed)
  4847.  
  4848. local grabwelds = Instance.new("Weld", char.Torso)
  4849. grabwelds.Part0 = char.Torso
  4850. pcall(function()
  4851. grabwelds.Part1 = grabbed.Torso
  4852. end)
  4853. pcall(function()
  4854. grabwelds.Part1 = grabbed.UpperTorso
  4855. end)
  4856. grabwelds.C0 = CFrame.new(-0.45, 0, -1)
  4857. grabweld = grabwelds
  4858. end
  4859. end
  4860. end
  4861. end)
  4862. end
  4863. elseif child:IsA("Model") then
  4864. child.ChildAdded:connect(function(dildotip)
  4865. if dildotip:IsA('BasePart') then
  4866. dildotip.Touched:connect(function(hit)
  4867. if MOAN == true then
  4868. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  4869. local sound = Instance.new('Sound',hit.Parent.Head)
  4870. sound.SoundId = 'rbxassetid://959679286'
  4871. sound.Volume = 5
  4872. sound:Play()
  4873. local sound3 = Instance.new("Sound",hit.Parent.Head)
  4874. sound3.Volume = 5.5
  4875. sound3.SoundId = "rbxassetid://702631545"
  4876. sound3:Play()
  4877. pcall(function()
  4878. for i,v in pairs(hit.Parent.Head:GetChildren()) do
  4879. if v:IsA('Decal') then v:Destroy() end
  4880. end
  4881. end)
  4882. pcall(function()
  4883. local ree=Instance.new('Decal',hit.Parent.Head)
  4884. ree.Name = "face"
  4885. ree.Texture = "rbxassetid://996521543"
  4886. end)
  4887. MOAN = false
  4888. aidsificating = hit.Parent
  4889. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  4890. if v:IsA("Part") then
  4891. v:FindFirstChild("ParticleEmitter"):Destroy()
  4892. end
  4893. end
  4894. end
  4895. end
  4896. end)
  4897. end
  4898. end)
  4899. end
  4900. end)
  4901.  
  4902. mouse.Button1Down:connect(function(jew)
  4903. if usable and working == false and equipped then
  4904. if blademode == "katana" then
  4905. notify()
  4906. katanaswing()
  4907. elseif blademode == "knife" then
  4908. notify()
  4909. if grabbed == nil then
  4910. if mode == "fling" then
  4911. fling()
  4912. else
  4913. grab()
  4914. end
  4915. elseif grabbed ~= nil then
  4916. if mode == "kill" then
  4917. kill()
  4918. elseif mode == "throw" then
  4919. throw()
  4920. elseif mode == "release" then
  4921. release()
  4922. end
  4923. end
  4924. elseif blademode == "dildo" then
  4925. raep()
  4926. end
  4927. end
  4928. end)
  4929.  
  4930. end
  4931. spawned()
  4932.  
  4933. player.CharacterAdded:connect(function()
  4934. spawned()
  4935. end)
  4936. local avgs = {}
  4937.  
  4938. game:GetService('RunService').Heartbeat:connect(function(step)
  4939. local ofps = math.floor((60/(step*60))*10)/10
  4940. if #avgs > 100 then
  4941. table.remove(avgs,1)
  4942. end
  4943. table.insert(avgs,#avgs+1,ofps)
  4944. local fpsa = 0
  4945. for i,v in pairs(avgs) do
  4946. fpsa = fpsa+v
  4947. end
  4948. fpsa = math.floor(fpsa/#avgs)
  4949. fps.Text = 'FPS: '..tostring(fpsa)
  4950. end)
  4951.  
  4952. while true do
  4953. for i,v in pairs(rekt) do
  4954. if v.Parent ~= nil then
  4955. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChildOfClass('Humanoid').Health>0 then
  4956. for a,c in pairs(v:GetChildren()) do
  4957. if c:IsA('Tool') then
  4958. c.ManualActivationOnly = true
  4959. wait()
  4960. if game:GetService('Players'):GetPlayerFromCharacter(v) then
  4961. c.Parent = game:GetService('Players'):GetPlayerFromCharacter(v).Backpack
  4962. c.ManualActivationOnly = false
  4963. end
  4964. end
  4965. end
  4966. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4967. v:FindFirstChildOfClass('Humanoid').Sit = false
  4968. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4969. v:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  4970. v:FindFirstChildOfClass('Humanoid').Name = "hecc"
  4971. else
  4972. table.remove(rekt,i)
  4973. end
  4974. else
  4975. table.remove(rekt,i)
  4976. end
  4977. end
  4978. wait()
  4979. end
  4980. end)
  4981. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement