Advertisement
Plug_RBLX

12312313

Dec 2nd, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 214.94 KB | None | 0 0
  1. -- Objects
  2.  
  3. local OneBullet360GUI = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Gun = Instance.new("TextButton")
  6. local hang = Instance.new("TextButton")
  7. local BLEACHA = Instance.new("TextButton")
  8. local Triggered = Instance.new("TextButton")
  9. local SuicideBomb = Instance.new("TextButton")
  10. local Glock = Instance.new("TextButton")
  11. local Grenade = Instance.new("TextButton")
  12. local _360NOSCOPE = Instance.new("TextButton")
  13. local BleachC = Instance.new("TextButton")
  14. local Clown = Instance.new("TextButton")
  15. local ImageButton = Instance.new("ImageButton")
  16. local TextLabel = Instance.new("TextLabel")
  17. local TextButton = Instance.new("TextButton")
  18. local Close = Instance.new("TextButton")
  19.  
  20.  
  21. OneBullet360GUI.Name = "OneBullet360 GUI"
  22. OneBullet360GUI.Parent = game.CoreGui
  23.  
  24. Frame.Parent = OneBullet360GUI
  25. Frame.Active = true
  26. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  27. Frame.BackgroundTransparency = 0.10000000149012
  28. Frame.BorderColor3 = Color3.new(1, 0, 0.0156863)
  29. Frame.BorderSizePixel = 4
  30. Frame.Draggable = true
  31. Frame.Position = UDim2.new(0, 322, 0, 76)
  32. Frame.Size = UDim2.new(0, 602, 0, 485)
  33. Frame.Visible = false
  34.  
  35. Gun.Name = "Gun"
  36. Gun.Parent = Frame
  37. Gun.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  38. Gun.Position = UDim2.new(0, 399, 0, 393)
  39. Gun.Size = UDim2.new(0, 200, 0, 50)
  40. Gun.Font = Enum.Font.SourceSans
  41. Gun.FontSize = Enum.FontSize.Size14
  42. Gun.Text = "Gun"
  43. Gun.TextSize = 14
  44.  
  45. hang.Name = "hang"
  46. hang.Parent = Frame
  47. hang.BackgroundColor3 = Color3.new(1, 1, 1)
  48. hang.Position = UDim2.new(0, 399, 0, 300)
  49. hang.Size = UDim2.new(0, 200, 0, 50)
  50. hang.Font = Enum.Font.SourceSans
  51. hang.FontSize = Enum.FontSize.Size14
  52. hang.Text = "Hang"
  53. hang.TextSize = 14
  54.  
  55. BLEACHA.Name = "BLEACHA"
  56. BLEACHA.Parent = Frame
  57. BLEACHA.BackgroundColor3 = Color3.new(1, 1, 1)
  58. BLEACHA.Position = UDim2.new(0, 399, 0, 218)
  59. BLEACHA.Size = UDim2.new(0, 200, 0, 50)
  60. BLEACHA.Font = Enum.Font.SourceSans
  61. BLEACHA.FontSize = Enum.FontSize.Size14
  62. BLEACHA.Text = "Bleach"
  63. BLEACHA.TextSize = 14
  64.  
  65. Triggered.Name = "Triggered"
  66. Triggered.Parent = Frame
  67. Triggered.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  68. Triggered.Position = UDim2.new(0, 402, 0, 127)
  69. Triggered.Size = UDim2.new(0, 200, 0, 50)
  70. Triggered.Font = Enum.Font.SourceSans
  71. Triggered.FontSize = Enum.FontSize.Size14
  72. Triggered.Text = "Triggered"
  73. Triggered.TextSize = 14
  74.  
  75. SuicideBomb.Name = "SuicideBomb"
  76. SuicideBomb.Parent = Frame
  77. SuicideBomb.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  78. SuicideBomb.BorderColor3 = Color3.new(0, 0, 0)
  79. SuicideBomb.Position = UDim2.new(0, 0, 0, 393)
  80. SuicideBomb.Size = UDim2.new(0, 200, 0, 50)
  81. SuicideBomb.Font = Enum.Font.SourceSans
  82. SuicideBomb.FontSize = Enum.FontSize.Size14
  83. SuicideBomb.Text = "Suicide Bomb"
  84. SuicideBomb.TextSize = 14
  85.  
  86. Glock.Name = "Glock"
  87. Glock.Parent = Frame
  88. Glock.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Glock.Position = UDim2.new(0, 0, 0, 303)
  90. Glock.Size = UDim2.new(0, 200, 0, 50)
  91. Glock.Font = Enum.Font.SourceSans
  92. Glock.FontSize = Enum.FontSize.Size14
  93. Glock.Text = "Glock"
  94. Glock.TextSize = 14
  95.  
  96. Grenade.Name = "Grenade"
  97. Grenade.Parent = Frame
  98. Grenade.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Grenade.Position = UDim2.new(0, 0, 0, 218)
  100. Grenade.Size = UDim2.new(0, 200, 0, 50)
  101. Grenade.Font = Enum.Font.SourceSans
  102. Grenade.FontSize = Enum.FontSize.Size14
  103. Grenade.Text = "Grenade"
  104. Grenade.TextSize = 14
  105.  
  106. _360NOSCOPE.Name = "Hook"
  107. _360NOSCOPE.Parent = Frame
  108. _360NOSCOPE.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  109. _360NOSCOPE.Position = UDim2.new(0, 0, 0, 127)
  110. _360NOSCOPE.Size = UDim2.new(0, 200, 0, 50)
  111. _360NOSCOPE.Font = Enum.Font.SourceSans
  112. _360NOSCOPE.FontSize = Enum.FontSize.Size14
  113. _360NOSCOPE.Text = "Hook"
  114. _360NOSCOPE.TextSize = 14
  115.  
  116. BleachC.Name = "BleachC"
  117. BleachC.Parent = Frame
  118. BleachC.BackgroundColor3 = Color3.new(1, 1, 1)
  119. BleachC.Position = UDim2.new(0, 200, 0, 393)
  120. BleachC.Size = UDim2.new(0, 200, 0, 50)
  121. BleachC.Font = Enum.Font.SourceSans
  122. BleachC.FontSize = Enum.FontSize.Size14
  123. BleachC.Text = "Bleach (crashes when dead)"
  124. BleachC.TextSize = 14
  125.  
  126. Clown.Name = "Clown"
  127. Clown.Parent = Frame
  128. Clown.BackgroundColor3 = Color3.new(1, 1, 1)
  129. Clown.Position = UDim2.new(0, 201, 0, 127)
  130. Clown.Size = UDim2.new(0, 200, 0, 50)
  131. Clown.Font = Enum.Font.SourceSans
  132. Clown.FontSize = Enum.FontSize.Size14
  133. Clown.Text = "Clown"
  134. Clown.TextSize = 14
  135.  
  136. ImageButton.Parent = Frame
  137. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  138. ImageButton.Position = UDim2.new(0, 229, 0, 219)
  139. ImageButton.Size = UDim2.new(0, 144, 0, 132)
  140. ImageButton.Image = "rbxassetid://391347517"
  141.  
  142. TextLabel.Parent = Frame
  143. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  144. TextLabel.BackgroundTransparency = 9999
  145. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  146. TextLabel.BorderSizePixel = 0
  147. TextLabel.Position = UDim2.new(0, 15, 0, 17)
  148. TextLabel.Size = UDim2.new(0, 570, 0, 94)
  149. TextLabel.Font = Enum.Font.Antique
  150. TextLabel.FontSize = Enum.FontSize.Size48
  151. TextLabel.Text = "10 WAYS TO KILL YOURSELF"
  152. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  153. TextLabel.TextSize = 40
  154.  
  155. TextButton.Parent = OneBullet360GUI
  156. TextButton.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  157. TextButton.BackgroundTransparency = 0.10000000149012
  158. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  159. TextButton.Position = UDim2.new(0, 0, 0, 577)
  160. TextButton.Size = UDim2.new(0, 164, 0, 31)
  161. TextButton.Font = Enum.Font.Antique
  162. TextButton.FontSize = Enum.FontSize.Size24
  163. TextButton.Text = "Ready To Die"
  164. TextButton.TextSize = 22
  165.  
  166. Close.Name = "Close"
  167. Close.Parent = Frame
  168. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  169. Close.BackgroundTransparency = 0.30000001192093
  170. Close.Position = UDim2.new(0, 579, 0, 0)
  171. Close.Size = UDim2.new(0, 23, 0, 26)
  172. Close.Font = Enum.Font.SourceSans
  173. Close.FontSize = Enum.FontSize.Size14
  174. Close.Text = ""
  175. Close.TextSize = 14
  176.  
  177. Close.MouseButton1Down:connect(function()
  178. Frame.Visible = false
  179. TextButton.Visible = true
  180. end)
  181.  
  182. _360NOSCOPE.MouseButton1Down:connect(function()
  183. Victim = game.Players["LocalPlayer"]
  184. o1 = Instance.new("Model")
  185. o2 = Instance.new("Part")
  186. o3 = Instance.new("Part")
  187. o4 = Instance.new("Part")
  188. o6 = Instance.new("SpecialMesh")
  189. o7 = Instance.new("Decal")
  190. o8 = Instance.new("Part")
  191. o9 = Instance.new("Part")
  192. o10 = Instance.new("Part")
  193. o11 = Instance.new("Part")
  194. o1.Parent = workspace
  195. o2.Parent = o1
  196. o2.BrickColor = BrickColor.new("Maroon")
  197. o2.Position = Vector3.new(16.4000015, 6.98431778, 27.9250011)
  198. o2.Anchored = true
  199. o2.Size = Vector3.new(1.16000009, 4.64999819, 2.07000041)
  200. o2.CFrame = CFrame.new(16.4000015, 6.98431778, 27.9250011, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  201. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  202. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  203. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  204. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  205. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  206. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  207. o2.Color = Color3.new(0.458824, 0, 0)
  208. o3.Parent = o1
  209. o3.BrickColor = BrickColor.new("Maroon")
  210. o3.Position = Vector3.new(16.4000015, 3.88431764, 28.4150009)
  211. o3.Anchored = true
  212. o3.Size = Vector3.new(1.16000009, 1.80999804, 1.09000039)
  213. o3.CFrame = CFrame.new(16.4000015, 3.88431764, 28.4150009, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  214. o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  215. o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  216. o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  217. o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  218. o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  219. o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  220. o3.Color = Color3.new(0.458824, 0, 0)
  221. o4.Name = "Hook"
  222. o4.Parent = o1
  223. o4.BrickColor = BrickColor.new("Dark stone grey")
  224. o4.Reflectance = 0.40000000596046
  225. o4.Transparency = 1
  226. o4.Position = Vector3.new(16.3896065, 6.62427807, 29.5287743)
  227. o4.Rotation = Vector3.new(90, 0, -90)
  228. o4.Anchored = true
  229. o4.FormFactor = Enum.FormFactor.Plate
  230. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  231. o4.CFrame = CFrame.new(16.3896065, 6.62427807, 29.5287743, 0, 1, 0, 0, 0, -1, -1, 0, 0)
  232. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  233. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  234. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  235. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  236. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  237. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  238. o4.Color = Color3.new(0.388235, 0.372549, 0.384314)
  239. o6.Parent = o4
  240. o6.MeshId = "http://www.roblox.com/asset/?id=13160225"
  241. o6.Offset = Vector3.new(-.5, 0, -0.5)
  242. o6.TextureId = "rbxassetid://21424775"
  243. o6.MeshType = Enum.MeshType.FileMesh
  244. o7.Parent = o4
  245. o7.Texture = "http://www.roblox.com/asset/?id=21424775"
  246. o8.Parent = o1
  247. o8.Position = Vector3.new(16.4099998, 4.27501202, 27.8999996)
  248. o8.Anchored = true
  249. o8.Size = Vector3.new(0.980000019, 8.54999924, 2)
  250. o8.CFrame = CFrame.new(16.4099998, 4.27501202, 27.8999996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  251. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  252. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  253. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  254. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  255. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  256. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  257. o9.Parent = o1
  258. o9.BrickColor = BrickColor.new("Maroon")
  259. o9.Position = Vector3.new(16.3999996, 9.01431751, 29.3850002)
  260. o9.Anchored = true
  261. o9.Size = Vector3.new(1.12, 0.929998398, 4.97000027)
  262. o9.CFrame = CFrame.new(16.3999996, 9.01431751, 29.3850002, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  263. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  264. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  265. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  266. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  267. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  268. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  269. o9.Color = Color3.new(0.458824, 0, 0)
  270. o10.Name = "HumanoidRootPart"
  271. o10.Parent = o1
  272. o10.Transparency = 1
  273. o10.Position = Vector3.new(16.2296696, 4.7189579, 30.9502964)
  274. o10.Rotation = Vector3.new(-180, 0, -180)
  275. o10.Velocity = Vector3.new(0, 1.47054525e-005, 0)
  276. o10.Anchored = true
  277. o10.CanCollide = false
  278. o10.FormFactor = Enum.FormFactor.Symmetric
  279. o10.Size = Vector3.new(2, 2, 1)
  280. o10.CFrame = CFrame.new(16.2296696, 4.7189579, 30.9502964, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  281. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  282. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  283. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  284. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  285. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  286. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  287. o11.Parent = o1
  288. o11.Material = Enum.Material.Fabric
  289. o11.BrickColor = BrickColor.new("Maroon")
  290. o11.Position = Vector3.new(16.3899956, 7.89175797, 30.5800018)
  291. o11.Anchored = true
  292. o11.Size = Vector3.new(0.200000003, 1.26999843, 0.200000003)
  293. o11.CFrame = CFrame.new(16.3899956, 7.89175797, 30.1, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  294. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  295. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  296. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  297. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  298. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  299. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  300. o11.Color = Color3.new(0.458824, 0, 0)
  301. o1:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(5,0,5))
  302. Victim = Victim.Character
  303. o1 = Instance.new("Sound")
  304. o1.Parent = Victim.Head
  305. o1.SoundId = "rbxassetid://429400881"
  306. o1:Play()
  307. o1 = Instance.new("Sound")
  308. o1.Name = "SoundofPain"
  309. o1.Parent = Victim.Head
  310. o1.Volume = 3
  311. o1.SoundId = "rbxassetid://598660363"
  312. o1:Play()
  313. Victim.Head.face.Texture = "http://www.roblox.com/asset/?id=25686302"
  314. Victim.Head.BrickColor = BrickColor.New("Maroon")
  315. Victim.Torso.Neck.C0 = CFrame.new(.5,0,0) * CFrame.fromAxisAngle(Vector3.new(.5,0,0), .5)
  316. Victim.Torso.Neck.C1 = CFrame.new(.5,-1.2,.7)
  317. Victim.HumanoidRootPart.CFrame = o10.CFrame
  318. Victim.HumanoidRootPart.Anchored = true
  319. Victim.Head.Anchored = true
  320. Victim["Right Arm"].Anchored = true
  321. Victim["Left Arm"].Anchored = true
  322. for i=1, 100 do
  323. wait(.01)
  324. Victim.Humanoid.Health = Victim.Humanoid.Health - 1
  325. end
  326. Victim.HumanoidRootPart.Anchored = false
  327. Victim["Right Arm"].Anchored = false
  328. Victim["Left Arm"].Anchored = false
  329. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  330. player = game.Players[Victim.Name]
  331. char = player.Character
  332. char.Archivable = true
  333. local rg = char:Clone()
  334. rg.HumanoidRootPart:Destroy()
  335. rg.Name = ""
  336. rg.Humanoid.MaxHealth = 0
  337. for i, v in pairs(rg.Torso:GetChildren()) do
  338. if v:IsA("Motor6D") then
  339. v:Destroy()
  340. end
  341. end
  342.  
  343. local n = Instance.new("Glue", rg.Torso)
  344. n.Name = "Neck"
  345. n.Part0 = rg.Torso
  346. n.Part1 = rg.Head
  347. n.C0 = CFrame.new(0, 1, 0)
  348. n.C1 = CFrame.new(0, -0.5, 0)
  349.  
  350. local rs = Instance.new("Glue", rg.Torso)
  351. rs.Name = "Right Shoulder"
  352. rs.Part0 = rg.Torso
  353. rs.Part1 = rg["Right Arm"]
  354. rs.C0 = CFrame.new(1.5, 0.5, 0)
  355. rs.C1 = CFrame.new(0, 0.5, 0)
  356. local ls = Instance.new("Glue", rg.Torso)
  357. ls.Name = "Left Shoulder"
  358. ls.Part0 = rg.Torso
  359. ls.Part1 = rg["Left Arm"]
  360. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  361. ls.C1 = CFrame.new(0, 0.5, 0)
  362.  
  363. local rh = Instance.new("Glue", rg.Torso)
  364. rh.Name = "Right Hip"
  365. rh.Part0 = rg.Torso
  366. rh.Part1 = rg["Right Leg"]
  367. rh.C0 = CFrame.new(0.5, -1, 0)
  368. rh.C1 = CFrame.new(0, 1, 0)
  369. local lh = Instance.new("Glue", rg.Torso)
  370. lh.Name = "Left Hip"
  371. lh.Part0 = rg.Torso
  372. lh.Part1 = rg["Left Leg"]
  373. lh.C0 = CFrame.new(-0.5, -1, 0)
  374. lh.C1 = CFrame.new(0, 1, 0)
  375. char.Torso:Destroy()
  376. char.Head:Destroy()
  377. char["Left Leg"]:Destroy()
  378. char["Left Arm"]:Destroy()
  379. char["Right Leg"]:Destroy()
  380. char["Right Arm"]:Destroy()
  381. rg.Parent = game.Workspace
  382. rg.Head.BrickColor = BrickColor.new("Maroon")
  383. rg.Head.SoundofPain:Destroy()
  384. function DEATH ()
  385. OHHNELLY = Instance.new("Part")
  386. OHHNELLY.Parent = workspace
  387. OHHNELLY.Anchored = false
  388. OHHNELLY.Material = Enum.Material.SmoothPlastic
  389. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  390. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  391. OHHNELLY.Position = rg.Head.Position
  392. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  393. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  394. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  395. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  396. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  397. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  398. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  399. end
  400. for i=1, 500 do
  401. DEATH()
  402. print"BLOODY"
  403. wait()
  404. end
  405. end)
  406.  
  407. TextButton.MouseButton1Down:connect(function()
  408. Frame.Visible = true
  409. TextButton.Visible = false
  410. end)
  411.  
  412. Triggered.MouseButton1Down:connect(function()
  413. Victim = game.Players["LocalPlayer"]
  414. Victim = Victim.Character
  415. o1 = Instance.new("Sound")
  416. o1.Parent = Victim.Head
  417. o1.SoundId = "rbxassetid://429400881"
  418. o1:Play()
  419. o1 = Instance.new("Sound")
  420. o1.Name = "SoundofPain"
  421. o1.Parent = Victim.Head
  422. o1.Volume = 9
  423. o1.SoundId = "rbxassetid://606862847"
  424. o1:Play()
  425. Victim.Head.face.Texture = "http://www.roblox.com/asset/?id=412416747"
  426. Victim.Head.BrickColor = BrickColor.New("Maroon")
  427. for i=1, 10 do
  428. wait(.1)
  429. Victim.Head.Size = Victim.Head.Size *1.3
  430. end
  431. g = Instance.new("Explosion")
  432. g.Parent = workspace
  433. g.Position = Victim.Head.Position
  434. g.BlastRadius = 200
  435. g.BlastPressure = 100000
  436. PS33 = Instance.new("Sound")
  437. PS33.Name = "Boom"
  438. PS33.Parent = workspace
  439. PS33.SoundId = "rbxassetid://165969964"
  440. PS33.Volume = 10
  441. PS33:Play()
  442. Victim.Head:Destroy()
  443. end)
  444.  
  445. SuicideBomb.MouseButton1Down:connect(function()
  446. local Me = game:GetService("Players").LocalPlayer
  447. local Char = Me.Character
  448. local Torso = Char.Torso
  449. local TickWait = 1
  450. local Color = "Medium stone gray"
  451. local Dead = false
  452.  
  453. local Tool = Instance.new("HopperBin", Me.Backpack)
  454. Tool.Name = "Bomb Vest"
  455.  
  456. local Position = Vector3.new(0,100,0)
  457. function NewPart(Parent)
  458. local Part = Instance.new("Part", Parent)
  459. Part.CanCollide = false
  460. Part.FormFactor = "Custom"
  461. Part.Position = Position
  462. Part.TopSurface = "Smooth"
  463. Part.BottomSurface = "Smooth"
  464. Part.BrickColor = BrickColor.new(Color)
  465. Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
  466. return Part
  467. end
  468.  
  469. local Model = Char:FindFirstChild("Bomb")
  470. if Model then Model:Destroy() end
  471.  
  472. Model = Instance.new("Model", Char)
  473. Model.Name = "Bomb"
  474.  
  475. local Belt = NewPart(Model)
  476. Belt.Size = Vector3.new(2.2,0.5,1.2)
  477. local Weld = Instance.new("Weld", Belt)
  478. Weld.Part0 = Belt
  479. Weld.Part1 = Torso
  480. Weld.C0 = CFrame.new(0,1.1,0)
  481. local Light = Instance.new("PointLight", Belt)
  482. Light.Range = 15
  483. Light.Brightness = 5
  484. Light.Color = Color3.new(1,0,0)
  485. local Beep = Instance.new("Sound", Belt)
  486. Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
  487. local ExplodeSound = Instance.new("Sound", Belt)
  488. ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765
  489. ExplodeSound.Pitch = 2.8
  490. ExplodeSound.Volume = 3
  491.  
  492. local Back = NewPart(Model)
  493. Back.Size = Vector3.new(1.5,1.5,0.5)
  494. local Weld = Instance.new("Weld", Back)
  495. Weld.Part0 = Back
  496. Weld.Part1 = Torso
  497. Weld.C0 = CFrame.new(0,0.1,-0.75)
  498.  
  499. local StrapLeft = NewPart(Model)
  500. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  501. local Weld = Instance.new("Weld", StrapLeft)
  502. Weld.Part0 = StrapLeft
  503. Weld.Part1 = Torso
  504. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  505.  
  506. local BuckleLeft = NewPart(Model)
  507. BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
  508. local Weld = Instance.new("Weld", BuckleLeft)
  509. Weld.Part0 = BuckleLeft
  510. Weld.Part1 = Torso
  511. Weld.C0 = CFrame.new(0.65,0.1,0.5)
  512.  
  513. local StrapRight = NewPart(Model)
  514. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  515. local Weld = Instance.new("Weld", StrapRight)
  516. Weld.Part0 = StrapRight
  517. Weld.Part1 = Torso
  518. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  519.  
  520. local BuckleRight = NewPart(Model)
  521. BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
  522. local Weld = Instance.new("Weld", BuckleRight)
  523. Weld.Part0 = BuckleRight
  524. Weld.Part1 = Torso
  525. Weld.C0 = CFrame.new(-0.65,0.1,0.5)
  526.  
  527. Tool.Selected:connect(function(Mouse)
  528. TickWait = 0.3
  529. Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"
  530.  
  531. Mouse.Button1Down:connect(function()
  532. if Dead == false then
  533. Dead = true
  534. ExplodeSound:Play()
  535. wait(1.4)
  536. local Explosion = Instance.new("Explosion", Workspace)
  537. Explosion.Position = Belt.Position
  538. Explosion.BlastPressure = 100000
  539. Explosion.DestroyJointRadiusPercent = 0.7
  540. Explosion.ExplosionType = "CratersAndDebris"
  541. Explosion.BlastRadius = 50
  542. Explosion.Hit:connect(function(Part, Distance)
  543. Part.Anchored = false
  544. if Distance <= 10 then
  545. Part:BreakJoints()
  546. end
  547. end)
  548. end
  549. end)
  550. end)
  551.  
  552. Tool.Deselected:connect(function()
  553. TickWait = 1
  554. end)
  555.  
  556. coroutine.wrap(function()
  557. repeat
  558. wait(TickWait)
  559. Light.Enabled = not Light.Enabled
  560. Beep:Play()
  561. until Dead == true
  562. end)()
  563. end)
  564.  
  565. BLEACHA.MouseButton1Down:connect(function()
  566. print("Do ya need a bleach?")
  567. STOP = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  568. STOP.SoundId = "http://roblox.com/asset?id=356970690"
  569. STOP.Looped = true
  570. STOP:Play()
  571. STOP.Volume = 2
  572. plr = game.Players.LocalPlayer
  573. char = plr.Character
  574. mouse = plr:GetMouse()
  575. local cough = Instance.new("Sound", workspace)
  576. cough.SoundId = "http://roblox.com/asset?id=178522287"
  577. Bleach = Instance.new("Part", char["Left Arm"])
  578. Bleach.CanCollide = false
  579. Mesh = Instance.new("SpecialMesh", Bleach)
  580. Mesh.MeshId = "http://roblox.com/asset?id=483388971"
  581. Mesh.Scale = Vector3.new(0.005, 0.005, 0.005)
  582. Mesh.TextureId = "http://roblox.com/asset?id=520016684"
  583. Handy = Instance.new("Weld", Bleach)
  584. Handy.Part0 = Bleach
  585. Handy.Part1 = char["Left Arm"]
  586. Handy.C0 = CFrame.new(0.5,1.8,0)
  587. Handy.C1 = CFrame.Angles(0,4,1)
  588. drink = Instance.new("Sound", char.Head)
  589. drink.SoundId = "http://roblox.com/asset?id=10722059"
  590. function cringe(key)
  591. key = key:lower()
  592. if key == "q" then
  593. game.Chat:Chat(char.Head,"This is too cringe","Blue")
  594. wait(2)
  595. game.Chat:Chat(char.Head,"This needs to stop, now","Red")
  596. wait(2)
  597. game.Chat:Chat(char.Head,"This is cancer.","Red")
  598. wait(2)
  599. game.Chat:Chat(char.Head,"This is too strong","Red")
  600. wait(2)
  601. game.Chat:Chat(char.Head,"I need to die","Red")
  602. for i = 1,10 do
  603. wait()
  604. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.018,0,0)
  605. Handy.C0 = Handy.C0 * CFrame.new(-0.05,-0.07,0.09)
  606. Handy.C0 = Handy.C0 * CFrame.Angles(0.12,0,0)
  607. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(0.2,0,-0.1)
  608. end
  609. STOP.Volume = 0
  610. drink:Play()
  611. for i = 1,50 do
  612. wait()
  613. char.Humanoid.Health = char.Humanoid.Health - 1
  614. end
  615. char.Humanoid.WalkSpeed = 0
  616. wait(2)
  617. for i = 1,10 do
  618. wait()
  619. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0.018,0,0)
  620. Handy.C0 = Handy.C0 * CFrame.new(0.05,0.07,-0.09)
  621. Handy.C0 = Handy.C0 * CFrame.Angles(-0.12,0,0)
  622. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.2,0,0.1)
  623. end
  624. char.Humanoid.WalkSpeed = 6
  625. cough:Play()
  626. for i = 1,100 do
  627. wait(0.05)
  628. char.Humanoid.Health = char.Humanoid.Health - 1
  629. end
  630. end
  631. end
  632. function kys()
  633. cough:destroy()
  634. local ded = Instance.new("Sound", char.Head)
  635. ded.SoundId = "http://roblox.com/asset?id=393884633"
  636. ded:Play()
  637. end
  638. mouse.KeyDown:connect(cringe)
  639. char.Humanoid.Died:connect(kys)
  640. end)
  641.  
  642. hang.MouseButton1Down:connect(function()
  643. PLRS = game:GetService("Players")
  644. Hanger = PLRS.LocalPlayer
  645. Victim = PLRS["LocalPlayer"]
  646. NAME = "Lynched N1gger" --Name of the nub ur lyinching
  647. ChangeSkinColor = true --Change skin color like rocsim
  648. SkinColor = BrickColor.new("Reddish brown") --Color plz
  649. RemoveChar = true --Prevents the victim from respawning
  650. o1 = Instance.new("Model")
  651. o2 = Instance.new("Part")
  652. o3 = Instance.new("Part")
  653. o4 = Instance.new("SpecialMesh")
  654. o5 = Instance.new("Part")
  655. o6 = Instance.new("Part")
  656. o7 = Instance.new("Part")
  657. o8 = Instance.new("Part")
  658. o9 = Instance.new("Part")
  659. o10 = Instance.new("SpecialMesh")
  660. o11 = Instance.new("Part")
  661. o12 = Instance.new("Part")
  662. o13 = Instance.new("ClickDetector")
  663. o14 = Instance.new("Part")
  664. o15 = Instance.new("Part")
  665. o16 = Instance.new("SpecialMesh")
  666. o17 = Instance.new("Part")
  667. o18 = Instance.new("SpecialMesh")
  668. o19 = Instance.new("Part")
  669. o20 = Instance.new("SpecialMesh")
  670. o21 = Instance.new("Part")
  671. o22 = Instance.new("SpecialMesh")
  672. o23 = Instance.new("Part")
  673. o24 = Instance.new("Part")
  674. o25 = Instance.new("Part")
  675. o26 = Instance.new("SpecialMesh")
  676. o27 = Instance.new("Part")
  677. o28 = Instance.new("SpecialMesh")
  678. o29 = Instance.new("Part")
  679. o30 = Instance.new("SpecialMesh")
  680. o31 = Instance.new("Part")
  681. o32 = Instance.new("BlockMesh")
  682. o33 = Instance.new("Part")
  683. o34 = Instance.new("Part")
  684. o35 = Instance.new("Part")
  685. o36 = Instance.new("Part")
  686. o37 = Instance.new("SpecialMesh")
  687. o38 = Instance.new("Part")
  688. o39 = Instance.new("SpecialMesh")
  689. o40 = Instance.new("Part")
  690. o41 = Instance.new("SpecialMesh")
  691. o42 = Instance.new("Part")
  692. o43 = Instance.new("SpecialMesh")
  693. o44 = Instance.new("Part")
  694. o45 = Instance.new("SpecialMesh")
  695. o46 = Instance.new("Part")
  696. o47 = Instance.new("SpecialMesh")
  697. o48 = Instance.new("Part")
  698. o49 = Instance.new("SpecialMesh")
  699. o50 = Instance.new("Part")
  700. o51 = Instance.new("SpecialMesh")
  701. o52 = Instance.new("Part")
  702. o53 = Instance.new("Part")
  703. o54 = Instance.new("Part")
  704. o55 = Instance.new("Part")
  705. o56 = Instance.new("Part")
  706. o57 = Instance.new("Part")
  707. o1.Name = "Apparatus"
  708. o1.Parent = workspace
  709. o2.Name = "Border"
  710. o2.Parent = o1
  711. o2.Material = Enum.Material.Wood
  712. o2.BrickColor = BrickColor.new("Reddish brown")
  713. o2.Position = Vector3.new(3.7900939, 1.000139, -3.31000495)
  714. o2.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  715. o2.Anchored = true
  716. o2.Size = Vector3.new(1, 2, 1)
  717. o2.CFrame = CFrame.new(3.7900939, 1.000139, -3.31000495, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  718. o2.BottomSurface = Enum.SurfaceType.Smooth
  719. o2.TopSurface = Enum.SurfaceType.Smooth
  720. o2.Color = Color3.new(0.411765, 0.25098, 0.156863)
  721. o3.Name = "Border"
  722. o3.Parent = o1
  723. o3.Material = Enum.Material.Wood
  724. o3.BrickColor = BrickColor.new("Reddish brown")
  725. o3.Position = Vector3.new(3.29007602, 2.20012689, -5.81000376)
  726. o3.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  727. o3.Anchored = true
  728. o3.Size = Vector3.new(2, 0.400000006, 8)
  729. o3.CFrame = CFrame.new(3.29007602, 2.20012689, -5.81000376, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  730. o3.BottomSurface = Enum.SurfaceType.Smooth
  731. o3.TopSurface = Enum.SurfaceType.Smooth
  732. o3.Color = Color3.new(0.411765, 0.25098, 0.156863)
  733. o4.Parent = o3
  734. o4.Scale = Vector3.new(0.899999976, 1, 1)
  735. o4.MeshType = Enum.MeshType.Brick
  736. o5.Name = "Border"
  737. o5.Parent = o1
  738. o5.Material = Enum.Material.Wood
  739. o5.BrickColor = BrickColor.new("Reddish brown")
  740. o5.Position = Vector3.new(-8.7521944, 13.8946743, 0.150831997)
  741. o5.Rotation = Vector3.new(2.48885655, -4.51177645, -3.27863765)
  742. o5.RotVelocity = Vector3.new(-8.23543072, 2.20864725, -36.2339249)
  743. o5.Velocity = Vector3.new(11.6443367, -4.11698055, -1.26301694)
  744. o5.Anchored = true
  745. o5.Shape = Enum.PartType.Ball
  746. o5.Size = Vector3.new(1, 1, 1)
  747. o5.CFrame = CFrame.new(-8.7521944, 13.8946743, 0.150831997, 0.995269477, 0.0570145734, -0.0786639974, -0.0605482496, 0.997226059, -0.0432905145, 0.0759776011, 0.0478486978, 0.995960772)
  748. o5.BottomSurface = Enum.SurfaceType.Hinge
  749. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  750. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  751. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  752. o5.TopSurface = Enum.SurfaceType.Hinge
  753. o5.Color = Color3.new(0.411765, 0.25098, 0.156863)
  754. o6.Name = "Border"
  755. o6.Parent = o1
  756. o6.Material = Enum.Material.Wood
  757. o6.BrickColor = BrickColor.new("Reddish brown")
  758. o6.Position = Vector3.new(-8.92583179, 11.8788824, -0.0139640002)
  759. o6.Rotation = Vector3.new(3.3779223, 13.3131113, -4.63185549)
  760. o6.RotVelocity = Vector3.new(7.75854731, -0.508604288, -2.63357639)
  761. o6.Velocity = Vector3.new(1.77621865, 0.818187475, 0.0805187672)
  762. o6.Anchored = true
  763. o6.Shape = Enum.PartType.Ball
  764. o6.Size = Vector3.new(1, 1, 1)
  765. o6.CFrame = CFrame.new(-8.92583179, 11.8788824, -0.0139640002, 0.969948113, 0.0785829648, 0.230272427, -0.0670890734, 0.996098101, -0.0573382676, -0.23387973, 0.040166378, 0.971435487)
  766. o6.BottomSurface = Enum.SurfaceType.Weld
  767. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  768. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  769. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  770. o6.TopSurface = Enum.SurfaceType.Hinge
  771. o6.Color = Color3.new(0.411765, 0.25098, 0.156863)
  772. o7.Name = "Border"
  773. o7.Parent = o1
  774. o7.Material = Enum.Material.Wood
  775. o7.BrickColor = BrickColor.new("Reddish brown")
  776. o7.Position = Vector3.new(-9.00454807, 10.8700542, -0.0151049998)
  777. o7.Rotation = Vector3.new(0.000134483111, 2.62281871, -2.73956633)
  778. o7.RotVelocity = Vector3.new(0.00831637159, 0.000290604541, 0.181684732)
  779. o7.Velocity = Vector3.new(-1.5704602, -2.33770895, 0.0131324558)
  780. o7.Anchored = true
  781. o7.Shape = Enum.PartType.Ball
  782. o7.Size = Vector3.new(1, 1, 1)
  783. o7.CFrame = CFrame.new(-9.00454807, 10.8700542, -0.0151049998, 0.997810662, 0.0477461591, 0.0457608365, -0.0477961116, 0.99885726, -2.34471418e-006, -0.0457086638, -0.00218485086, 0.998952448)
  784. o7.BottomSurface = Enum.SurfaceType.Weld
  785. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  786. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  787. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  788. o7.TopSurface = Enum.SurfaceType.Hinge
  789. o7.Color = Color3.new(0.411765, 0.25098, 0.156863)
  790. o8.Name = "Border"
  791. o8.Parent = o1
  792. o8.Material = Enum.Material.Wood
  793. o8.BrickColor = BrickColor.new("Reddish brown")
  794. o8.Position = Vector3.new(-8.82881641, 12.88834, 0.0436379984)
  795. o8.Rotation = Vector3.new(5.5002017, -7.73406172, -4.38645411)
  796. o8.RotVelocity = Vector3.new(4.62290621, -2.38285089, 19.0236874)
  797. o8.Velocity = Vector3.new(2.1618247, -5.62273502, -6.35765696)
  798. o8.Anchored = true
  799. o8.Shape = Enum.PartType.Ball
  800. o8.Size = Vector3.new(1, 1, 1)
  801. o8.CFrame = CFrame.new(-8.82881641, 12.88834, 0.0436379984, 0.98800087, 0.0757875666, -0.134575278, -0.08899232, 0.991493642, -0.094977349, 0.126232415, 0.105813876, 0.986341119)
  802. o8.BottomSurface = Enum.SurfaceType.Hinge
  803. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  804. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  805. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  806. o8.TopSurface = Enum.SurfaceType.Hinge
  807. o8.Color = Color3.new(0.411765, 0.25098, 0.156863)
  808. o9.Name = "Noose"
  809. o9.Parent = o1
  810. o9.BrickColor = BrickColor.new("Reddish brown")
  811. o9.Position = Vector3.new(-9.07616997, 9.3717556, -0.0118279997)
  812. o9.Rotation = Vector3.new(133.7211, 86.2080154, -133.783691)
  813. o9.RotVelocity = Vector3.new(0.00831637159, 0.000290604541, 0.181684732)
  814. o9.Velocity = Vector3.new(-1.29824352, -2.3507483, 0.0006929636)
  815. o9.Anchored = true
  816. o9.Size = Vector3.new(1, 2, 1)
  817. o9.CFrame = CFrame.new(-9.07616997, 9.3717556, -0.0118279997, -0.0457608439, 0.0477461517, 0.997810721, 2.34507024e-006, 0.998857141, -0.0477961153, -0.998952448, -0.00218485063, -0.04570866)
  818. o9.BottomSurface = Enum.SurfaceType.Smooth
  819. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  820. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  821. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  822. o9.TopSurface = Enum.SurfaceType.Smooth
  823. o9.Color = Color3.new(0.411765, 0.25098, 0.156863)
  824. o10.Parent = o9
  825. o10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  826. o10.Scale = Vector3.new(1.89999998, 1.89999998, 1.89999998)
  827. o10.MeshType = Enum.MeshType.FileMesh
  828. o11.Name = "Border"
  829. o11.Parent = o1
  830. o11.Material = Enum.Material.Wood
  831. o11.BrickColor = BrickColor.new("Reddish brown")
  832. o11.Position = Vector3.new(-2.20992398, 2.00010109, -8.31000614)
  833. o11.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  834. o11.Anchored = true
  835. o11.Size = Vector3.new(1, 4, 1)
  836. o11.CFrame = CFrame.new(-2.20992398, 2.00010109, -8.31000614, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  837. o11.BottomSurface = Enum.SurfaceType.Smooth
  838. o11.TopSurface = Enum.SurfaceType.Smooth
  839. o11.Color = Color3.new(0.411765, 0.25098, 0.156863)
  840. o12.Name = "Tab"
  841. o12.Parent = o1
  842. o12.Material = Enum.Material.Wood
  843. o12.BrickColor = BrickColor.new("Reddish brown")
  844. o12.Position = Vector3.new(-3.20995188, 5.40000296, 5.68999195)
  845. o12.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  846. o12.Anchored = true
  847. o12.Size = Vector3.new(3, 2, 5)
  848. o12.CFrame = CFrame.new(-3.20995188, 5.40000296, 5.68999195, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  849. o12.BottomSurface = Enum.SurfaceType.Smooth
  850. o12.TopSurface = Enum.SurfaceType.Smooth
  851. o12.Color = Color3.new(0.411765, 0.25098, 0.156863)
  852. o13.Parent = o12
  853. o14.Name = "Floor"
  854. o14.Parent = o1
  855. o14.Material = Enum.Material.Wood
  856. o14.BrickColor = BrickColor.new("Reddish brown")
  857. o14.Position = Vector3.new(-8.70993233, 4.29997492, -0.310007006)
  858. o14.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  859. o14.Anchored = true
  860. o14.Size = Vector3.new(4, 1, 7)
  861. o14.CFrame = CFrame.new(-8.70993233, 4.29997492, -0.310007006, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  862. o14.BottomSurface = Enum.SurfaceType.Smooth
  863. o14.TopSurface = Enum.SurfaceType.Smooth
  864. o14.Color = Color3.new(0.411765, 0.25098, 0.156863)
  865. o15.Name = "Border"
  866. o15.Parent = o1
  867. o15.Material = Enum.Material.Wood
  868. o15.BrickColor = BrickColor.new("Reddish brown")
  869. o15.Position = Vector3.new(-8.70998192, 9.39996815, 8.68999577)
  870. o15.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  871. o15.Anchored = true
  872. o15.Size = Vector3.new(2, 10, 1)
  873. o15.CFrame = CFrame.new(-8.70998192, 9.39996815, 8.68999577, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  874. o15.BottomSurface = Enum.SurfaceType.Smooth
  875. o15.TopSurface = Enum.SurfaceType.Smooth
  876. o15.Color = Color3.new(0.411765, 0.25098, 0.156863)
  877. o16.Parent = o15
  878. o16.Scale = Vector3.new(0.5, 1, 1)
  879. o16.MeshType = Enum.MeshType.Brick
  880. o17.Name = "Border"
  881. o17.Parent = o1
  882. o17.Material = Enum.Material.Wood
  883. o17.BrickColor = BrickColor.new("Reddish brown")
  884. o17.Position = Vector3.new(-8.71002579, 14.9000044, 0.190008)
  885. o17.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  886. o17.Anchored = true
  887. o17.Size = Vector3.new(2, 1, 18)
  888. o17.CFrame = CFrame.new(-8.71002579, 14.9000044, 0.190008, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  889. o17.BottomSurface = Enum.SurfaceType.Smooth
  890. o17.TopSurface = Enum.SurfaceType.Smooth
  891. o17.Color = Color3.new(0.411765, 0.25098, 0.156863)
  892. o18.Parent = o17
  893. o18.Scale = Vector3.new(0.5, 1, 1)
  894. o18.MeshType = Enum.MeshType.Brick
  895. o19.Name = "Border"
  896. o19.Parent = o1
  897. o19.Material = Enum.Material.Wood
  898. o19.BrickColor = BrickColor.new("Reddish brown")
  899. o19.Position = Vector3.new(-8.70998192, 9.90000629, -9.30999374)
  900. o19.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  901. o19.Anchored = true
  902. o19.Size = Vector3.new(2, 11, 1)
  903. o19.CFrame = CFrame.new(-8.70998192, 9.90000629, -9.30999374, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  904. o19.BottomSurface = Enum.SurfaceType.Smooth
  905. o19.TopSurface = Enum.SurfaceType.Smooth
  906. o19.Color = Color3.new(0.411765, 0.25098, 0.156863)
  907. o20.Parent = o19
  908. o20.Scale = Vector3.new(0.5, 1, 1)
  909. o20.MeshType = Enum.MeshType.Brick
  910. o21.Name = "Border"
  911. o21.Parent = o1
  912. o21.Material = Enum.Material.Wood
  913. o21.BrickColor = BrickColor.new("Reddish brown")
  914. o21.Position = Vector3.new(7.29010201, 0.200167999, -5.81000376)
  915. o21.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  916. o21.Anchored = true
  917. o21.Size = Vector3.new(2, 0.400000006, 8)
  918. o21.CFrame = CFrame.new(7.29010201, 0.200167999, -5.81000376, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  919. o21.BottomSurface = Enum.SurfaceType.Smooth
  920. o21.TopSurface = Enum.SurfaceType.Smooth
  921. o21.Color = Color3.new(0.411765, 0.25098, 0.156863)
  922. o22.Parent = o21
  923. o22.Scale = Vector3.new(0.899999976, 1, 1)
  924. o22.MeshType = Enum.MeshType.Brick
  925. o23.Name = "Border"
  926. o23.Parent = o1
  927. o23.Material = Enum.Material.Wood
  928. o23.BrickColor = BrickColor.new("Reddish brown")
  929. o23.Position = Vector3.new(5.7900939, 0.500172973, -8.31000614)
  930. o23.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  931. o23.Anchored = true
  932. o23.Size = Vector3.new(1, 1, 1)
  933. o23.CFrame = CFrame.new(5.7900939, 0.500172973, -8.31000614, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  934. o23.BottomSurface = Enum.SurfaceType.Smooth
  935. o23.TopSurface = Enum.SurfaceType.Smooth
  936. o23.Color = Color3.new(0.411765, 0.25098, 0.156863)
  937. o24.Name = "Border"
  938. o24.Parent = o1
  939. o24.Material = Enum.Material.Wood
  940. o24.BrickColor = BrickColor.new("Reddish brown")
  941. o24.Position = Vector3.new(5.7900939, 0.500155985, -3.31000495)
  942. o24.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  943. o24.Anchored = true
  944. o24.Size = Vector3.new(1, 1, 1)
  945. o24.CFrame = CFrame.new(5.7900939, 0.500155985, -3.31000495, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  946. o24.BottomSurface = Enum.SurfaceType.Smooth
  947. o24.TopSurface = Enum.SurfaceType.Smooth
  948. o24.Color = Color3.new(0.411765, 0.25098, 0.156863)
  949. o25.Name = "Border"
  950. o25.Parent = o1
  951. o25.Material = Enum.Material.Wood
  952. o25.BrickColor = BrickColor.new("Reddish brown")
  953. o25.Position = Vector3.new(5.2900939, 1.20015597, -5.81000376)
  954. o25.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  955. o25.Anchored = true
  956. o25.Size = Vector3.new(2, 0.400000006, 8)
  957. o25.CFrame = CFrame.new(5.2900939, 1.20015597, -5.81000376, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  958. o25.BottomSurface = Enum.SurfaceType.Smooth
  959. o25.TopSurface = Enum.SurfaceType.Smooth
  960. o25.Color = Color3.new(0.411765, 0.25098, 0.156863)
  961. o26.Parent = o25
  962. o26.Scale = Vector3.new(0.899999976, 1, 1)
  963. o26.MeshType = Enum.MeshType.Brick
  964. o27.Name = "Border"
  965. o27.Parent = o1
  966. o27.Material = Enum.Material.Wood
  967. o27.BrickColor = BrickColor.new("Reddish brown")
  968. o27.Position = Vector3.new(-0.209934995, 4.20005417, -5.81000376)
  969. o27.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  970. o27.Anchored = true
  971. o27.Size = Vector3.new(1, 0.400000006, 8)
  972. o27.CFrame = CFrame.new(-0.209934995, 4.20005417, -5.81000376, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  973. o27.BottomSurface = Enum.SurfaceType.Smooth
  974. o27.TopSurface = Enum.SurfaceType.Smooth
  975. o27.Color = Color3.new(0.411765, 0.25098, 0.156863)
  976. o28.Parent = o27
  977. o28.Scale = Vector3.new(0.899999976, 1, 1)
  978. o28.MeshType = Enum.MeshType.Brick
  979. o29.Name = "Border"
  980. o29.Parent = o1
  981. o29.Material = Enum.Material.Wood
  982. o29.BrickColor = BrickColor.new("Reddish brown")
  983. o29.Position = Vector3.new(1.29007602, 3.20009804, -5.81000376)
  984. o29.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  985. o29.Anchored = true
  986. o29.Size = Vector3.new(2, 0.400000006, 8)
  987. o29.CFrame = CFrame.new(1.29007602, 3.20009804, -5.81000376, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  988. o29.BottomSurface = Enum.SurfaceType.Smooth
  989. o29.TopSurface = Enum.SurfaceType.Smooth
  990. o29.Color = Color3.new(0.411765, 0.25098, 0.156863)
  991. o30.Parent = o29
  992. o30.Scale = Vector3.new(0.899999976, 1, 1)
  993. o30.MeshType = Enum.MeshType.Brick
  994. o31.Name = "Bonet"
  995. o31.Parent = o1
  996. o31.Material = Enum.Material.Wood
  997. o31.BrickColor = BrickColor.new("Reddish brown")
  998. o31.Position = Vector3.new(-3.209934, 4.90001392, 5.68999195)
  999. o31.Rotation = Vector3.new(28.6479549, 0.00023920431, 0.000443518336)
  1000. o31.Anchored = true
  1001. o31.Size = Vector3.new(1, 1, 1)
  1002. o31.CFrame = CFrame.new(-3.209934, 4.90001392, 5.68999195, 0.999999821, -7.74085311e-006, 4.17490264e-006, 8.77684033e-006, 0.877581835, -0.479426444, 4.73504578e-008, 0.479426444, 0.877581835)
  1003. o31.BottomSurface = Enum.SurfaceType.Smooth
  1004. o31.TopSurface = Enum.SurfaceType.Smooth
  1005. o31.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1006. o32.Parent = o31
  1007. o32.Offset = Vector3.new(0, 2, 0)
  1008. o32.Scale = Vector3.new(1, 5, 1)
  1009. o33.Name = "Border"
  1010. o33.Parent = o1
  1011. o33.Material = Enum.Material.Wood
  1012. o33.BrickColor = BrickColor.new("Reddish brown")
  1013. o33.Position = Vector3.new(-11.2099199, 2.00002909, -8.31000614)
  1014. o33.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1015. o33.Anchored = true
  1016. o33.Size = Vector3.new(1, 4, 1)
  1017. o33.CFrame = CFrame.new(-11.2099199, 2.00002909, -8.31000614, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1018. o33.BottomSurface = Enum.SurfaceType.Smooth
  1019. o33.TopSurface = Enum.SurfaceType.Smooth
  1020. o33.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1021. o34.Name = "Border"
  1022. o34.Parent = o1
  1023. o34.Material = Enum.Material.Wood
  1024. o34.BrickColor = BrickColor.new("Reddish brown")
  1025. o34.Position = Vector3.new(-11.2099199, 2.00001407, 7.68999195)
  1026. o34.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1027. o34.Anchored = true
  1028. o34.Size = Vector3.new(1, 4, 1)
  1029. o34.CFrame = CFrame.new(-11.2099199, 2.00001407, 7.68999195, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1030. o34.BottomSurface = Enum.SurfaceType.Smooth
  1031. o34.TopSurface = Enum.SurfaceType.Smooth
  1032. o34.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1033. o35.Name = "Border"
  1034. o35.Parent = o1
  1035. o35.Material = Enum.Material.Wood
  1036. o35.BrickColor = BrickColor.new("Reddish brown")
  1037. o35.Position = Vector3.new(-2.20992398, 2.00008893, 7.68999195)
  1038. o35.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1039. o35.Anchored = true
  1040. o35.Size = Vector3.new(1, 4, 1)
  1041. o35.CFrame = CFrame.new(-2.20992398, 2.00008893, 7.68999195, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1042. o35.BottomSurface = Enum.SurfaceType.Smooth
  1043. o35.TopSurface = Enum.SurfaceType.Smooth
  1044. o35.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1045. o36.Name = "Border"
  1046. o36.Parent = o1
  1047. o36.Material = Enum.Material.Wood
  1048. o36.BrickColor = BrickColor.new("Reddish brown")
  1049. o36.Position = Vector3.new(-1.709934, 4.20004082, -0.310007006)
  1050. o36.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1051. o36.Anchored = true
  1052. o36.Size = Vector3.new(2, 0.400000006, 19)
  1053. o36.CFrame = CFrame.new(-1.709934, 4.20004082, -0.310007006, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1054. o36.BottomSurface = Enum.SurfaceType.Smooth
  1055. o36.TopSurface = Enum.SurfaceType.Smooth
  1056. o36.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1057. o37.Parent = o36
  1058. o37.Scale = Vector3.new(0.899999976, 1, 1)
  1059. o37.MeshType = Enum.MeshType.Brick
  1060. o38.Name = "Border"
  1061. o38.Parent = o1
  1062. o38.Material = Enum.Material.Wood
  1063. o38.BrickColor = BrickColor.new("Reddish brown")
  1064. o38.Position = Vector3.new(-3.709934, 4.20002604, -0.310007006)
  1065. o38.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1066. o38.Anchored = true
  1067. o38.Size = Vector3.new(2, 0.400000006, 19)
  1068. o38.CFrame = CFrame.new(-3.709934, 4.20002604, -0.310007006, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1069. o38.BottomSurface = Enum.SurfaceType.Smooth
  1070. o38.TopSurface = Enum.SurfaceType.Smooth
  1071. o38.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1072. o39.Parent = o38
  1073. o39.Scale = Vector3.new(0.899999976, 1, 1)
  1074. o39.MeshType = Enum.MeshType.Brick
  1075. o40.Name = "Border"
  1076. o40.Parent = o1
  1077. o40.Material = Enum.Material.Wood
  1078. o40.BrickColor = BrickColor.new("Reddish brown")
  1079. o40.Position = Vector3.new(-5.70993376, 4.20000792, -0.310007006)
  1080. o40.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1081. o40.Anchored = true
  1082. o40.Size = Vector3.new(2, 0.400000006, 19)
  1083. o40.CFrame = CFrame.new(-5.70993376, 4.20000792, -0.310007006, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1084. o40.BottomSurface = Enum.SurfaceType.Smooth
  1085. o40.TopSurface = Enum.SurfaceType.Smooth
  1086. o40.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1087. o41.Parent = o40
  1088. o41.Scale = Vector3.new(0.899999976, 1, 1)
  1089. o41.MeshType = Enum.MeshType.Brick
  1090. o42.Name = "Border"
  1091. o42.Parent = o1
  1092. o42.Material = Enum.Material.Wood
  1093. o42.BrickColor = BrickColor.new("Reddish brown")
  1094. o42.Position = Vector3.new(-7.70993185, 4.20000792, -6.81000376)
  1095. o42.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1096. o42.Anchored = true
  1097. o42.Size = Vector3.new(2, 0.400000006, 6)
  1098. o42.CFrame = CFrame.new(-7.70993185, 4.20000792, -6.81000376, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1099. o42.BottomSurface = Enum.SurfaceType.Smooth
  1100. o42.TopSurface = Enum.SurfaceType.Smooth
  1101. o42.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1102. o43.Parent = o42
  1103. o43.Scale = Vector3.new(0.899999976, 1, 1)
  1104. o43.MeshType = Enum.MeshType.Brick
  1105. o44.Name = "Border"
  1106. o44.Parent = o1
  1107. o44.Material = Enum.Material.Wood
  1108. o44.BrickColor = BrickColor.new("Reddish brown")
  1109. o44.Position = Vector3.new(-7.70993185, 4.19999504, 6.18999195)
  1110. o44.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1111. o44.Anchored = true
  1112. o44.Size = Vector3.new(2, 0.400000006, 6)
  1113. o44.CFrame = CFrame.new(-7.70993185, 4.19999504, 6.18999195, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1114. o44.BottomSurface = Enum.SurfaceType.Smooth
  1115. o44.TopSurface = Enum.SurfaceType.Smooth
  1116. o44.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1117. o45.Parent = o44
  1118. o45.Scale = Vector3.new(0.899999976, 1, 1)
  1119. o45.MeshType = Enum.MeshType.Brick
  1120. o46.Name = "Border"
  1121. o46.Parent = o1
  1122. o46.Material = Enum.Material.Wood
  1123. o46.BrickColor = BrickColor.new("Reddish brown")
  1124. o46.Position = Vector3.new(-9.70993233, 4.19996405, 6.18999195)
  1125. o46.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1126. o46.Anchored = true
  1127. o46.Size = Vector3.new(2, 0.400000006, 6)
  1128. o46.CFrame = CFrame.new(-9.70993233, 4.19996405, 6.18999195, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1129. o46.BottomSurface = Enum.SurfaceType.Smooth
  1130. o46.TopSurface = Enum.SurfaceType.Smooth
  1131. o46.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1132. o47.Parent = o46
  1133. o47.Scale = Vector3.new(0.899999976, 1, 1)
  1134. o47.MeshType = Enum.MeshType.Brick
  1135. o48.Name = "Border"
  1136. o48.Parent = o1
  1137. o48.Material = Enum.Material.Wood
  1138. o48.BrickColor = BrickColor.new("Reddish brown")
  1139. o48.Position = Vector3.new(-9.70993233, 4.19997692, -6.81000376)
  1140. o48.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1141. o48.Anchored = true
  1142. o48.Size = Vector3.new(2, 0.400000006, 6)
  1143. o48.CFrame = CFrame.new(-9.70993233, 4.19997692, -6.81000376, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1144. o48.BottomSurface = Enum.SurfaceType.Smooth
  1145. o48.TopSurface = Enum.SurfaceType.Smooth
  1146. o48.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1147. o49.Parent = o48
  1148. o49.Scale = Vector3.new(0.899999976, 1, 1)
  1149. o49.MeshType = Enum.MeshType.Brick
  1150. o50.Name = "Border"
  1151. o50.Parent = o1
  1152. o50.Material = Enum.Material.Wood
  1153. o50.BrickColor = BrickColor.new("Reddish brown")
  1154. o50.Position = Vector3.new(-11.7099323, 4.19995117, -0.310007006)
  1155. o50.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1156. o50.Anchored = true
  1157. o50.Size = Vector3.new(2, 0.400000006, 19)
  1158. o50.CFrame = CFrame.new(-11.7099323, 4.19995117, -0.310007006, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1159. o50.BottomSurface = Enum.SurfaceType.Smooth
  1160. o50.TopSurface = Enum.SurfaceType.Smooth
  1161. o50.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1162. o51.Parent = o50
  1163. o51.Scale = Vector3.new(0.899999976, 1, 1)
  1164. o51.MeshType = Enum.MeshType.Brick
  1165. o52.Name = "Border"
  1166. o52.Parent = o1
  1167. o52.Material = Enum.Material.Wood
  1168. o52.BrickColor = BrickColor.new("Reddish brown")
  1169. o52.Position = Vector3.new(-0.209922001, 2.00010109, -3.31000495)
  1170. o52.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1171. o52.Anchored = true
  1172. o52.Size = Vector3.new(1, 4, 1)
  1173. o52.CFrame = CFrame.new(-0.209922001, 2.00010109, -3.31000495, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1174. o52.BottomSurface = Enum.SurfaceType.Smooth
  1175. o52.TopSurface = Enum.SurfaceType.Smooth
  1176. o52.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1177. o53.Name = "Border"
  1178. o53.Parent = o1
  1179. o53.Material = Enum.Material.Wood
  1180. o53.BrickColor = BrickColor.new("Reddish brown")
  1181. o53.Position = Vector3.new(-0.209922001, 2.00012088, -8.31000614)
  1182. o53.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1183. o53.Anchored = true
  1184. o53.Size = Vector3.new(1, 4, 1)
  1185. o53.CFrame = CFrame.new(-0.209922001, 2.00012088, -8.31000614, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1186. o53.BottomSurface = Enum.SurfaceType.Smooth
  1187. o53.TopSurface = Enum.SurfaceType.Smooth
  1188. o53.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1189. o54.Name = "Border"
  1190. o54.Parent = o1
  1191. o54.Material = Enum.Material.Wood
  1192. o54.BrickColor = BrickColor.new("Reddish brown")
  1193. o54.Position = Vector3.new(1.79008198, 1.50012505, -3.31000495)
  1194. o54.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1195. o54.Anchored = true
  1196. o54.Size = Vector3.new(1, 3, 1)
  1197. o54.CFrame = CFrame.new(1.79008198, 1.50012505, -3.31000495, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1198. o54.BottomSurface = Enum.SurfaceType.Smooth
  1199. o54.TopSurface = Enum.SurfaceType.Smooth
  1200. o54.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1201. o55.Name = "Border"
  1202. o55.Parent = o1
  1203. o55.Material = Enum.Material.Wood
  1204. o55.BrickColor = BrickColor.new("Reddish brown")
  1205. o55.Position = Vector3.new(1.79008198, 1.50014305, -8.31000614)
  1206. o55.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1207. o55.Anchored = true
  1208. o55.Size = Vector3.new(1, 3, 1)
  1209. o55.CFrame = CFrame.new(1.79008198, 1.50014305, -8.31000614, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1210. o55.BottomSurface = Enum.SurfaceType.Smooth
  1211. o55.TopSurface = Enum.SurfaceType.Smooth
  1212. o55.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1213. o56.Name = "Border"
  1214. o56.Parent = o1
  1215. o56.Material = Enum.Material.Wood
  1216. o56.BrickColor = BrickColor.new("Reddish brown")
  1217. o56.Position = Vector3.new(3.7900939, 1.000157, -8.31000614)
  1218. o56.Rotation = Vector3.new(6.10329407e-005, -2.71244608e-006, 0.000502876006)
  1219. o56.Anchored = true
  1220. o56.Size = Vector3.new(1, 2, 1)
  1221. o56.CFrame = CFrame.new(3.7900939, 1.000157, -8.31000614, 1, -8.77684215e-006, -4.73411141e-008, 8.77684215e-006, 1, -1.06522577e-006, 4.73504649e-008, 1.06522532e-006, 1)
  1222. o56.BottomSurface = Enum.SurfaceType.Smooth
  1223. o56.TopSurface = Enum.SurfaceType.Smooth
  1224. o56.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1225. o57.Name = "TPPART"
  1226. o57.Anchored = true
  1227. o57.Parent = o1
  1228. o57.Transparency = 1
  1229. o57.Rotation = Vector3.new(0, -90, 0)
  1230. o57.CanCollide = false
  1231. o57.Size = Vector3.new(2, 2, 1)
  1232. o57.CFrame = CFrame.new(-9.07874107, 7.6, 0, -0, -0, -1, -0, 1, -0, 1, -0, -0)
  1233. o57.BottomSurface = Enum.SurfaceType.Smooth
  1234. o57.TopSurface = Enum.SurfaceType.Smooth
  1235.  
  1236. o1:MoveTo(Hanger.Character.Torso.Position + Vector3.new(15,0,15))
  1237. for a, mod in pairs(Victim.Character:children()) do
  1238. if mod:findFirstChild("NameTag") then
  1239. Victim.Character.Head.Transparency = 0 mod:Destroy()
  1240. end
  1241. end
  1242.  
  1243. local char = Victim.Character
  1244. local mod = Instance.new("Model", char)
  1245. mod.Name = NAME
  1246. local cl = char.Head:Clone()
  1247. cl.Parent = mod
  1248.  
  1249. local hum = Instance.new("Humanoid", mod)
  1250. hum.Name = "NameTag"
  1251. hum.MaxHealth = 0
  1252. hum.Health = 0
  1253.  
  1254. local weld = Instance.new("Weld", cl) weld.Part0 = cl weld.Part1 = char.Head
  1255. char.Head.Transparency = 1
  1256. Victim.Character.HumanoidRootPart.CFrame = o57.CFrame
  1257. Victim.Character.Torso.Anchored = true
  1258. Victim.Character.Head.Anchored = true
  1259. Victim.Character["Left Arm"].Anchored = true
  1260. Victim.Character["Left Leg"].Anchored = true
  1261. Victim.Character["Right Arm"].Anchored = true
  1262. Victim.Character["Right Leg"].Anchored = true
  1263. if ChangeSkinColor == true then
  1264. Victim.Character.HumanoidRootPart.Anchored = true
  1265. Victim.Character["Left Arm"].BrickColor = SkinColor
  1266. Victim.Character["Left Leg"].BrickColor = SkinColor
  1267. Victim.Character["Right Arm"].BrickColor = SkinColor
  1268. Victim.Character["Right Leg"].BrickColor = SkinColor
  1269. Victim.Character.Torso.BrickColor = SkinColor
  1270. Victim.Character.Head.BrickColor = SkinColor
  1271. cl.BrickColor = SkinColor
  1272. end
  1273. function LinchJews ()
  1274. cl.Anchored = true
  1275. for i,v in pairs (Victim.Character:GetChildren()) do
  1276. if v:IsA("Hat") or v:IsA("Accessory") then
  1277. v.Handle.Anchored = true
  1278. end end
  1279. o14.Anchored = false
  1280. Victim.Character["Left Arm"].BrickColor = BrickColor.New("Buttermilk")
  1281. Victim.Character["Left Leg"].BrickColor = BrickColor.New("Buttermilk")
  1282. Victim.Character["Right Arm"].BrickColor = BrickColor.New("Buttermilk")
  1283. Victim.Character["Right Leg"].BrickColor = BrickColor.New("Buttermilk")
  1284. Victim.Character.Torso.BrickColor = BrickColor.New("Buttermilk")
  1285. Victim.Character.Head.BrickColor = BrickColor.New("Buttermilk")
  1286. cl.BrickColor = BrickColor.New("Buttermilk")
  1287. Victim.Character.Humanoid.Health = 0
  1288. wait(3)
  1289. o1:Destroy()
  1290. if RemoveChar == true then
  1291. Victim.Character:Remove()
  1292. end
  1293. end
  1294. o13.MouseClick:connect(LinchJews)
  1295. end)
  1296.  
  1297. Gun.MouseButton1Down:connect(function()
  1298. -- Made by Freaky
  1299.  
  1300. debounce = 0;
  1301.  
  1302.  
  1303.  
  1304.  
  1305. local player = game.Players.LocalPlayer
  1306. repeat wait() until player.Character.Humanoid
  1307. local humanoid = player.Character.Humanoid
  1308. local mouse = player:GetMouse()
  1309. --game.Players.LocalPlayer.Character.Shirt.ShirtTemplate='rbxassetid://473465498'
  1310. local player=game.Players.LocalPlayer;
  1311. local char=game.Players.LocalPlayer.Character;
  1312. local humanoid = player.Character.Humanoid;
  1313. Tool=Instance.new('Tool', game.Players.LocalPlayer.Backpack);
  1314. Tool.GripRight=Vector3.new(-0.816, 0, 0.577);
  1315. Tool.GripUp=Vector3.new(-0.027, 0.996, -0.089);
  1316. Tool.GripPos=Vector3.new(-0.3, -0.4, 0.4);
  1317. Tool.GripForward=Vector3.new(-1, 0, -0); --0.485, 0.14, -0.863
  1318. Tool.Name='kys';
  1319. Handle=Instance.new('Part', Tool);
  1320. Handle.Name = 'Handle';
  1321. Handle.BrickColor=BrickColor.new('Really black')
  1322. Handle.Size=Vector3.new(0.26, 1.11, 4.85);
  1323. Handle.Position=Vector3.new(-18.53, 0.555, -16.825)
  1324. gunfire=Instance.new('Part', Tool)
  1325. gunfire.Name='GunFire'
  1326. gunfire.Size=Vector3.new(0.2, 0.2, 0.2)
  1327. gunfire.Transparency=1
  1328. gunfire.Position=Vector3.new(-18.56, 1.1, -19.35)
  1329. gunfirefx=Instance.new('BillboardGui', gunfire)
  1330. gunfirefx.Enabled=false
  1331. gunfirefx.Adornee = gunfire
  1332. gunfirefx.Size=UDim2.new(1.1, 0, 1.1, 0)
  1333. gunfirefx2=Instance.new('ImageLabel', gunfirefx)
  1334. gunfirefx2.Image='http://www.roblox.com/asset/?id=117472237'
  1335. gunfirefx2.BackgroundTransparency=1
  1336. gunfirefx2.Size=UDim2.new(1.2, 0, 1.2, 0)
  1337.  
  1338. shootsound=Instance.new('Sound', char.Torso)
  1339. shootsound.Volume=8
  1340. shootsound.SoundId='rbxassetid://230622620'
  1341. c4mesh=Instance.new('SpecialMesh', Handle);
  1342. c4mesh.MeshType = 'FileMesh';
  1343. c4mesh.MeshId='http://www.roblox.com/asset/?id=95356090';
  1344. c4mesh.TextureId='http://www.roblox.com/asset/?id=95387789';
  1345. c4mesh.Scale=Vector3.new(1.8, 1.8, 1.8);
  1346.  
  1347. local anim5 = Instance.new("Animation", player.Character)
  1348. anim5.AnimationId = "http://www.roblox.com/asset/?id=95383474"
  1349. local playAnim10 = humanoid:LoadAnimation(anim5)
  1350.  
  1351. Tool.GripRight=Vector3.new(-0.816, 0, 0.577)
  1352.  
  1353. function equipped()
  1354. wait()
  1355. playAnim10:Play()
  1356. end
  1357.  
  1358. function unequipped()
  1359. wait()
  1360. playAnim10:Stop()
  1361. end
  1362.  
  1363. Tool.Equipped:connect(equipped)
  1364. Tool.Unequipped:connect(unequipped)
  1365.  
  1366. light=Instance.new('PointLight', Handle);
  1367. light.Color = Color3.new(255, 255, 0)
  1368. light.Range=10;
  1369. light.Enabled=false;
  1370.  
  1371.  
  1372. function Shoot()
  1373. shootsound:Play()
  1374. light.Enabled=true
  1375. wait(0.1)
  1376. light.Enabled=false
  1377. player.Character.Humanoid.Health=0
  1378. wait()
  1379. Tool:Destroy()
  1380. end
  1381. Tool.Activated:connect(Shoot)
  1382.  
  1383. --ragdoll
  1384.  
  1385. print("Loaded.")
  1386. --You don't need to edit this!
  1387.  
  1388. Character = player.Character
  1389. Humanoid = Character.Humanoid
  1390. Torso = Character.Torso
  1391. mode = Instance.new("Model")
  1392. mode.Name = ""
  1393. mode.Parent = game.Workspace
  1394.  
  1395. function OnDeath()
  1396.  
  1397. print("Death")
  1398. wait(0.00000001)
  1399. Humanoid.Parent = nil
  1400. if Torso then
  1401. zam=Torso:Clone()
  1402. zam.Parent=mode
  1403. x=Character:GetChildren()
  1404. for i=1,#x do
  1405. if ((x[i].Name=="Shirt") or (x[i].Name=="Pants")) then
  1406. local zor=x[i]:Clone()
  1407. zor.Parent=mode
  1408. end
  1409. if x[i].Name=="Head" then
  1410. local zem=x[i]:Clone()
  1411. zem.Parent=mode --Made by MatrixComplexity
  1412. local Neck = Instance.new("Weld")
  1413. Neck.Name = "Neck"
  1414. Neck.Part0 = zam
  1415. Neck.Part1 = zem
  1416. Neck.C0 = CFrame.new(0, 1.5, 0)
  1417. Neck.C1 = CFrame.new()
  1418. Neck.Parent = zam
  1419. end
  1420. if x[i].Name=="Right Arm" then
  1421. local Limb=x[i]:Clone()
  1422. Limb.Parent=mode
  1423. Limb.CFrame = zam.CFrame * CFrame.new(1.5, 0, 0)
  1424. local Joint = Instance.new("Glue")
  1425. Joint.Name = "RightShoulder"
  1426. Joint.Part0 = zam
  1427. Joint.Part1 = Limb
  1428. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1429. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1430. Joint.Parent = zam
  1431.  
  1432. local B = Instance.new("Part")
  1433. B.TopSurface = 0
  1434. B.BottomSurface = 0
  1435. B.formFactor = "Symmetric"
  1436. B.Size = Vector3.new(1, 1, 1)
  1437. B.Transparency = 1
  1438. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1439. B.Parent = mode
  1440. local W = Instance.new("Weld")
  1441. W.Part0 = Limb
  1442. W.Part1 = B
  1443. W.C0 = CFrame.new(0, -0.5, 0)
  1444. W.Parent = Limb
  1445.  
  1446. end
  1447. if x[i].Name=="Left Arm" then
  1448. local Limb=x[i]:Clone()
  1449. Limb.Parent=mode
  1450.  
  1451. Limb.CFrame = zam.CFrame * CFrame.new(-1.5, 0, 0)
  1452. local Joint = Instance.new("Glue")
  1453. Joint.Name = "LeftShoulder"
  1454. Joint.Part0 = zam
  1455. Joint.Part1 = Limb
  1456. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1457. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1458. Joint.Parent = zam
  1459.  
  1460. local B = Instance.new("Part")
  1461. B.TopSurface = 0
  1462. B.BottomSurface = 0
  1463. B.formFactor = "Symmetric"
  1464. B.Size = Vector3.new(1, 1, 1)
  1465. B.Transparency = 1
  1466. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1467. B.Parent = mode
  1468. local W = Instance.new("Weld")
  1469. W.Part0 = Limb
  1470. W.Part1 = B
  1471. W.C0 = CFrame.new(0, -0.5, 0)
  1472. W.Parent = Limb
  1473.  
  1474. end
  1475. if x[i].Name=="Right Leg" then
  1476. local Limb=x[i]:Clone()
  1477. Limb.Parent=mode
  1478.  
  1479. Limb.CFrame = zam.CFrame * CFrame.new(0.5, -2, 0)
  1480. local Joint = Instance.new("Glue")
  1481. Joint.Name = "RightHip"
  1482. Joint.Part0 = zam
  1483. Joint.Part1 = Limb
  1484. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1485. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1486. Joint.Parent = zam
  1487.  
  1488. local B = Instance.new("Part")
  1489. B.TopSurface = 0
  1490. B.BottomSurface = 0
  1491. B.formFactor = "Symmetric"
  1492. B.Size = Vector3.new(1, 1, 1)
  1493. B.Transparency = 1
  1494. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1495. B.Parent = mode
  1496. local W = Instance.new("Weld")
  1497. W.Part0 = Limb
  1498. W.Part1 = B
  1499. W.C0 = CFrame.new(0, -0.5, 0)
  1500. W.Parent = Limb
  1501.  
  1502. end
  1503. if x[i].Name=="Left Leg" then
  1504. local Limb=x[i]:Clone()
  1505. Limb.Parent=mode
  1506.  
  1507. Limb.CFrame = zam.CFrame * CFrame.new(-0.5, -2, 0)
  1508. local Joint = Instance.new("Glue")
  1509. Joint.Name = "LeftHip"
  1510. Joint.Part0 = zam
  1511. Joint.Part1 = Limb
  1512. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1513. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1514. Joint.Parent = zam
  1515.  
  1516. local B = Instance.new("Part")
  1517. B.TopSurface = 0
  1518. B.BottomSurface = 0
  1519. B.formFactor = "Symmetric"
  1520. B.Size = Vector3.new(1, 1, 1)
  1521. B.Transparency = 1
  1522. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  1523. B.Parent = mode
  1524. local W = Instance.new("Weld")
  1525. W.Part0 = Limb
  1526. W.Part1 = B
  1527. W.C0 = CFrame.new(0, -0.5, 0)
  1528. W.Parent = Limb
  1529.  
  1530. end
  1531. bland=Instance.new("Humanoid")
  1532. bland.Health = 0
  1533. bland.MaxHealth = 0
  1534. bland.Parent=mode
  1535. if ((x[i].Name=="Shirt") or (x[i].Name=="Pants")) then
  1536. local zor=x[i]:Clone()
  1537. zor.Parent=mode
  1538. end
  1539. --[
  1540. if (x[i].ClassName=="CharacterMesh") then
  1541. local zor=x[i]:Clone()
  1542. zor.Parent=mode
  1543. end
  1544. if (x[i].ClassName=="Hat") then
  1545. local zor=x[i]:Clone()
  1546. zor.Parent=mode
  1547. end
  1548. local cam = Instance.new("Camera")
  1549. cam.Parent = game.Players:FindFirstChild(Character.Name)
  1550. cam.CameraSubject = mode.Humanoid
  1551. local Bar = Instance.new("Part")
  1552. Bar.TopSurface = 0
  1553. Bar.BottomSurface = 0
  1554. Bar.formFactor = "Symmetric"
  1555. Bar.Size = Vector3.new(1, 1, 1)
  1556. Bar.Transparency = 1
  1557. Bar.CFrame = zam.CFrame * CFrame.new(0, 0.5, 0)
  1558. Bar.Parent = mode
  1559. local Weld = Instance.new("Weld")
  1560. Weld.Part0 = zam
  1561. Weld.Part1 = Bar
  1562. Weld.C0 = CFrame.new(0, 0.5, 0)
  1563. Weld.Parent = zam
  1564. --]]
  1565. end
  1566. end
  1567. wait()
  1568. Character:Remove()
  1569. wait(6)
  1570. mode:Destroy()
  1571. end
  1572.  
  1573. Humanoid.Died:connect(OnDeath)
  1574. end)
  1575.  
  1576. Grenade.MouseButton1Down:connect(function()
  1577. --Suicide grenade by DMS
  1578. message = "FUCK SHITPOSTERS" -- edit this only ok?
  1579. ------------------------------------
  1580. OOHNELLY = Instance.new("Tool")
  1581. SAAPPAPA = Instance.new("Animation")
  1582. ODDFJDSJ = Instance.new("Part")
  1583. WHATTHEFUCKAREMYVARIABLENAMES = Instance.new("SpecialMesh")
  1584. AHHH= Instance.new("Sound")
  1585. GGGGGGGGGGGGGGGGGG = Instance.new("Sound")
  1586. OOHNELLY.Name = "Suicide Grenade"
  1587. OOHNELLY.Parent = game.Players.LocalPlayer.Backpack
  1588. OOHNELLY.GripForward = Vector3.new(-1.74845553e-007, 4.37113812e-008, 1)
  1589. OOHNELLY.GripPos = Vector3.new(0.487703323, -3.7742065e-010, 0.00863459334)
  1590. OOHNELLY.GripRight = Vector3.new(-7.64274186e-015, -1, 4.37113812e-008)
  1591. OOHNELLY.GripUp = Vector3.new(-1, 0, -1.74845553e-007)
  1592. OOHNELLY.CanBeDropped = false
  1593. SAAPPAPA.Name = "Whack"
  1594. SAAPPAPA.Parent = OOHNELLY
  1595. SAAPPAPA.AnimationId = "rbxassetid://607082791"
  1596. ODDFJDSJ.Name = "Handle"
  1597. ODDFJDSJ.Parent = OOHNELLY
  1598. ODDFJDSJ.Material = Enum.Material.DiamondPlate
  1599. ODDFJDSJ.BrickColor = BrickColor.new("Really black")
  1600. ODDFJDSJ.Reflectance = 0.0099999997764826
  1601. ODDFJDSJ.Position = Vector3.new(-6.28326368, 0.254999995, 10.8100071)
  1602. ODDFJDSJ.Elasticity = 0
  1603. ODDFJDSJ.FormFactor = Enum.FormFactor.Custom
  1604. ODDFJDSJ.Size = Vector3.new(0.400000006, 0.50999999, 0.699999988)
  1605. ODDFJDSJ.CFrame = CFrame.new(-6.28326368, 0.254999995, 10.8100071, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1606. ODDFJDSJ.BottomSurface = Enum.SurfaceType.Smooth
  1607. ODDFJDSJ.TopSurface = Enum.SurfaceType.Smooth
  1608. ODDFJDSJ.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1609. WHATTHEFUCKAREMYVARIABLENAMES.Parent = ODDFJDSJ
  1610. WHATTHEFUCKAREMYVARIABLENAMES.MeshId = "rbxassetid://431532852"
  1611. WHATTHEFUCKAREMYVARIABLENAMES.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.00300000003)
  1612. WHATTHEFUCKAREMYVARIABLENAMES.TextureId = "rbxassetid://431532899"
  1613. WHATTHEFUCKAREMYVARIABLENAMES.MeshType = Enum.MeshType.FileMesh
  1614. AHHH.Name = "Ting"
  1615. AHHH.Parent = ODDFJDSJ
  1616. AHHH.SoundId = "rbxassetid://165969964"
  1617. AHHH.Volume = 1
  1618. GGGGGGGGGGGGGGGGGG.Name = "Swoosh"
  1619. GGGGGGGGGGGGGGGGGG.Parent = ODDFJDSJ
  1620. GGGGGGGGGGGGGGGGGG.SoundId = "http://www.roblox.com/asset?id=168184001"
  1621. GGGGGGGGGGGGGGGGGG.Volume = 1
  1622. OHHNELLY = OOHNELLY
  1623. Handle = OHHNELLY:WaitForChild("Handle")
  1624.  
  1625. Players = game:GetService("Players")
  1626. Debris = game:GetService("Debris")
  1627. InsertService = game:GetService("InsertService")
  1628.  
  1629. WhackAnim = OHHNELLY:WaitForChild("Whack")
  1630. SlashSound = Handle:WaitForChild("Swoosh")
  1631. HitSound = Handle:WaitForChild("Ting")
  1632.  
  1633. Damage = 100 --the damage dealt
  1634.  
  1635.  
  1636. Kills = 0 --start off with 0 killstreak
  1637.  
  1638. function Activated() --when you swing
  1639. if OHHNELLY.Enabled then
  1640. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  1641. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  1642. g = Instance.new("Explosion")
  1643. Whack = Humanoid:LoadAnimation(WhackAnim)
  1644. Whack:Play()
  1645. SlashSound:Play()
  1646. local speak = {message}
  1647. local colors = {"Red","Red","Red"} -- The only 3 colors, adding more will error.
  1648. local chat = game:GetService("Chat")
  1649. chat:Chat(game.Players.LocalPlayer.Character.Head,speak[math.random(1,#speak)], colors[math.random(1,3)] )
  1650. wait(1)
  1651. OHHNELLY.Handle.Ting:Play()
  1652. g = Instance.new("Explosion")
  1653. g.Parent = OHHNELLY.Handle
  1654. g.Position = OHHNELLY.Handle.Position
  1655. g.BlastRadius = 10
  1656. g.BlastPressure = 1000000
  1657. end
  1658. end
  1659.  
  1660. function Equipped(mouse) --get everything settled up
  1661. Character = OHHNELLY.Parent
  1662. Player = Players:GetPlayerFromCharacter(Character)
  1663. Humanoid = Character:FindFirstChild("Humanoid")
  1664. Torso = Character:FindFirstChild("Torso")
  1665. if not Humanoid or not Torso then
  1666. return
  1667. end
  1668.  
  1669. if not OHHNELLY.Enabled then
  1670. wait(ReloadTime)
  1671. OHHNELLY.Enabled = true
  1672. end
  1673. end
  1674.  
  1675. function Unequipped()
  1676. if Whack then
  1677. Whack:Stop()
  1678. end
  1679. end
  1680.  
  1681. --important stuff to register what is what. you need these if you want to do stuff with the OHHNELLY itself.
  1682. OHHNELLY.Activated:connect(Activated)
  1683. OHHNELLY.Equipped:connect(Equipped)
  1684. OHHNELLY.Unequipped:connect(Unequipped)
  1685. end)
  1686.  
  1687. Clown.MouseButton1Down:connect(function()
  1688. --CLOWN VAN BY DMS
  1689. --its bad
  1690. --first the victim gets kidnapped in a van
  1691. --then they get r3ped
  1692. --then the get killed
  1693. --then the body is dumped on the street
  1694. Victim = "LocalPlayer"
  1695. o1 = Instance.new("Model")
  1696. o2 = Instance.new("Part")
  1697. o3 = Instance.new("CylinderMesh")
  1698. o4 = Instance.new("Part")
  1699. o5 = Instance.new("SpecialMesh")
  1700. o6 = Instance.new("Part")
  1701. o7 = Instance.new("SpecialMesh")
  1702. o8 = Instance.new("Part")
  1703. o9 = Instance.new("BlockMesh")
  1704. o10 = Instance.new("Part")
  1705. o11 = Instance.new("BlockMesh")
  1706. o12 = Instance.new("Part")
  1707. o13 = Instance.new("Part")
  1708. o14 = Instance.new("BlockMesh")
  1709. o15 = Instance.new("Part")
  1710. o16 = Instance.new("SpecialMesh")
  1711. o17 = Instance.new("Part")
  1712. o18 = Instance.new("SpecialMesh")
  1713. o19 = Instance.new("Part")
  1714. o20 = Instance.new("SpecialMesh")
  1715. o21 = Instance.new("Sound")
  1716. o22 = Instance.new("Part")
  1717. o23 = Instance.new("BlockMesh")
  1718. o24 = Instance.new("Part")
  1719. o25 = Instance.new("SpecialMesh")
  1720. o26 = Instance.new("Part")
  1721. o27 = Instance.new("BlockMesh")
  1722. o28 = Instance.new("Part")
  1723. o29 = Instance.new("SpecialMesh")
  1724. o30 = Instance.new("Part")
  1725. o31 = Instance.new("BlockMesh")
  1726. o32 = Instance.new("Part")
  1727. o33 = Instance.new("BlockMesh")
  1728. o34 = Instance.new("Part")
  1729. o35 = Instance.new("BlockMesh")
  1730. o36 = Instance.new("Part")
  1731. o37 = Instance.new("BlockMesh")
  1732. o38 = Instance.new("Part")
  1733. o39 = Instance.new("Part")
  1734. o40 = Instance.new("BlockMesh")
  1735. o41 = Instance.new("Part")
  1736. o42 = Instance.new("BlockMesh")
  1737. o43 = Instance.new("Part")
  1738. o44 = Instance.new("BlockMesh")
  1739. o45 = Instance.new("Part")
  1740. o46 = Instance.new("SpecialMesh")
  1741. o47 = Instance.new("Part")
  1742. o48 = Instance.new("BlockMesh")
  1743. o49 = Instance.new("Part")
  1744. o50 = Instance.new("BlockMesh")
  1745. o51 = Instance.new("Part")
  1746. o52 = Instance.new("BlockMesh")
  1747. o53 = Instance.new("Part")
  1748. o54 = Instance.new("SpecialMesh")
  1749. o55 = Instance.new("Part")
  1750. o56 = Instance.new("SpecialMesh")
  1751. o57 = Instance.new("Part")
  1752. o58 = Instance.new("BlockMesh")
  1753. o59 = Instance.new("Part")
  1754. o60 = Instance.new("BlockMesh")
  1755. o61 = Instance.new("Part")
  1756. o62 = Instance.new("BlockMesh")
  1757. o63 = Instance.new("Part")
  1758. o64 = Instance.new("Part")
  1759. o65 = Instance.new("Part")
  1760. o66 = Instance.new("BlockMesh")
  1761. o67 = Instance.new("Part")
  1762. o68 = Instance.new("BlockMesh")
  1763. o69 = Instance.new("Part")
  1764. o70 = Instance.new("BlockMesh")
  1765. o71 = Instance.new("Part")
  1766. o72 = Instance.new("BlockMesh")
  1767. o73 = Instance.new("Part")
  1768. o74 = Instance.new("SpecialMesh")
  1769. o75 = Instance.new("Decal")
  1770. o76 = Instance.new("Part")
  1771. o77 = Instance.new("Part")
  1772. o78 = Instance.new("BlockMesh")
  1773. o79 = Instance.new("Part")
  1774. o80 = Instance.new("SpecialMesh")
  1775. o81 = Instance.new("Decal")
  1776. o82 = Instance.new("Part")
  1777. o83 = Instance.new("SpecialMesh")
  1778. o84 = Instance.new("Humanoid")
  1779. o85 = Instance.new("Part")
  1780. o86 = Instance.new("Part")
  1781. o87 = Instance.new("Part")
  1782. o88 = Instance.new("Decal")
  1783. o89 = Instance.new("Motor6D")
  1784. o90 = Instance.new("Motor6D")
  1785. o91 = Instance.new("Motor6D")
  1786. o92 = Instance.new("Motor6D")
  1787. o93 = Instance.new("Motor6D")
  1788. o94 = Instance.new("Part")
  1789. o95 = Instance.new("Part")
  1790. o96 = Instance.new("Part")
  1791. o97 = Instance.new("Part")
  1792. o98 = Instance.new("Part")
  1793. o99 = Instance.new("Decal")
  1794. o100 = Instance.new("Motor6D")
  1795. o101 = Instance.new("Motor6D")
  1796. o102 = Instance.new("Motor6D")
  1797. o103 = Instance.new("Part")
  1798. o104 = Instance.new("Part")
  1799. o105 = Instance.new("Part")
  1800. o106 = Instance.new("Part")
  1801. o107 = Instance.new("Part")
  1802. o108 = Instance.new("CylinderMesh")
  1803. o109 = Instance.new("Part")
  1804. o110 = Instance.new("CylinderMesh")
  1805. o111 = Instance.new("Part")
  1806. o112 = Instance.new("CylinderMesh")
  1807. o113 = Instance.new("Part")
  1808. o114 = Instance.new("CylinderMesh")
  1809. o115 = Instance.new("Part")
  1810. o116 = Instance.new("CylinderMesh")
  1811. o117 = Instance.new("Part")
  1812. o118 = Instance.new("CylinderMesh")
  1813. o119 = Instance.new("Part")
  1814. o120 = Instance.new("CylinderMesh")
  1815. o121 = Instance.new("Part")
  1816. o122 = Instance.new("SpecialMesh")
  1817. o123 = Instance.new("Part")
  1818. o1.Name = " "
  1819. o1.Parent = workspace
  1820. o2.Parent = o1
  1821. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1822. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1823. o2.Anchored = true
  1824. o2.FormFactor = Enum.FormFactor.Symmetric
  1825. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1826. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1827. o3.Parent = o2
  1828. o4.Parent = o1
  1829. o4.BrickColor = BrickColor.new("Institutional white")
  1830. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  1831. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  1832. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1833. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  1834. o4.Anchored = true
  1835. o4.FormFactor = Enum.FormFactor.Plate
  1836. o4.Size = Vector3.new(1, 2.4000001, 2)
  1837. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  1838. o4.BackSurface = Enum.SurfaceType.Weld
  1839. o4.BottomSurface = Enum.SurfaceType.Weld
  1840. o4.LeftSurface = Enum.SurfaceType.Weld
  1841. o4.TopSurface = Enum.SurfaceType.Weld
  1842. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1843. o5.Parent = o4
  1844. o5.MeshType = Enum.MeshType.Wedge
  1845. o6.Parent = o1
  1846. o6.Material = Enum.Material.SmoothPlastic
  1847. o6.BrickColor = BrickColor.new("Really black")
  1848. o6.Transparency = 0.5
  1849. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  1850. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  1851. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1852. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  1853. o6.Anchored = true
  1854. o6.FormFactor = Enum.FormFactor.Plate
  1855. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  1856. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  1857. o6.BackSurface = Enum.SurfaceType.Weld
  1858. o6.BottomSurface = Enum.SurfaceType.Weld
  1859. o6.LeftSurface = Enum.SurfaceType.Weld
  1860. o6.RightSurface = Enum.SurfaceType.Weld
  1861. o6.TopSurface = Enum.SurfaceType.Weld
  1862. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1863. o7.Parent = o6
  1864. o7.MeshType = Enum.MeshType.Wedge
  1865. o8.Parent = o1
  1866. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  1867. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  1868. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  1869. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1870. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  1871. o8.Anchored = true
  1872. o8.FormFactor = Enum.FormFactor.Custom
  1873. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  1874. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  1875. o8.BackSurface = Enum.SurfaceType.Weld
  1876. o8.BottomSurface = Enum.SurfaceType.Weld
  1877. o8.FrontSurface = Enum.SurfaceType.Weld
  1878. o8.LeftSurface = Enum.SurfaceType.Weld
  1879. o8.RightSurface = Enum.SurfaceType.Weld
  1880. o8.TopSurface = Enum.SurfaceType.Weld
  1881. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  1882. o9.Parent = o8
  1883. o10.Parent = o1
  1884. o10.BrickColor = BrickColor.new("Institutional white")
  1885. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  1886. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1887. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1888. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  1889. o10.Anchored = true
  1890. o10.CanCollide = false
  1891. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  1892. game.Players[Victim].Character.Humanoid.JumpPower = 0
  1893. o10.FormFactor = Enum.FormFactor.Plate
  1894. o10.Size = Vector3.new(14, 0.400000006, 1)
  1895. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1896. o10.BackSurface = Enum.SurfaceType.Weld
  1897. o10.BottomSurface = Enum.SurfaceType.Weld
  1898. o10.FrontSurface = Enum.SurfaceType.Weld
  1899. o10.LeftSurface = Enum.SurfaceType.Weld
  1900. o10.RightSurface = Enum.SurfaceType.Weld
  1901. o10.TopSurface = Enum.SurfaceType.Weld
  1902. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1903. o11.Parent = o10
  1904. o12.Name = "DOOR"
  1905. o12.Parent = o1
  1906. o12.BrickColor = BrickColor.new("Institutional white")
  1907. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  1908. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  1909. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1910. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  1911. o12.Anchored = true
  1912. o12.CanCollide = false
  1913. o12.FormFactor = Enum.FormFactor.Plate
  1914. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  1915. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  1916. o12.BottomSurface = Enum.SurfaceType.Weld
  1917. o12.LeftSurface = Enum.SurfaceType.Weld
  1918. o12.RightSurface = Enum.SurfaceType.Weld
  1919. o12.TopSurface = Enum.SurfaceType.Weld
  1920. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1921. o13.Parent = o1
  1922. o13.BrickColor = BrickColor.new("White")
  1923. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  1924. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  1925. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1926. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  1927. o13.Anchored = true
  1928. o13.FormFactor = Enum.FormFactor.Plate
  1929. o13.Size = Vector3.new(7, 4.80000019, 1)
  1930. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  1931. o13.BackSurface = Enum.SurfaceType.Weld
  1932. o13.BottomSurface = Enum.SurfaceType.Weld
  1933. o13.FrontSurface = Enum.SurfaceType.Weld
  1934. o13.LeftSurface = Enum.SurfaceType.Weld
  1935. o13.RightSurface = Enum.SurfaceType.Weld
  1936. o13.TopSurface = Enum.SurfaceType.Weld
  1937. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  1938. o14.Parent = o13
  1939. o15.Parent = o1
  1940. o15.BrickColor = BrickColor.new("Institutional white")
  1941. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  1942. o15.Rotation = Vector3.new(90, 89.960434, -90)
  1943. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1944. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  1945. o15.Anchored = true
  1946. o15.CanCollide = false
  1947. o15.FormFactor = Enum.FormFactor.Plate
  1948. o15.Size = Vector3.new(10, 0.400000006, 1)
  1949. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  1950. o15.BackSurface = Enum.SurfaceType.Weld
  1951. o15.BottomSurface = Enum.SurfaceType.Weld
  1952. o15.TopSurface = Enum.SurfaceType.Weld
  1953. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1954. o16.Parent = o15
  1955. o16.MeshType = Enum.MeshType.Wedge
  1956. o17.Parent = o1
  1957. o17.BrickColor = BrickColor.new("Institutional white")
  1958. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  1959. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  1960. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1961. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  1962. o17.Anchored = true
  1963. o17.FormFactor = Enum.FormFactor.Plate
  1964. o17.Size = Vector3.new(1, 2.4000001, 2)
  1965. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  1966. o17.BackSurface = Enum.SurfaceType.Weld
  1967. o17.BottomSurface = Enum.SurfaceType.Weld
  1968. o17.RightSurface = Enum.SurfaceType.Weld
  1969. o17.TopSurface = Enum.SurfaceType.Weld
  1970. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1971. o18.Parent = o17
  1972. o18.MeshType = Enum.MeshType.Wedge
  1973. o19.Parent = o1
  1974. o19.BrickColor = BrickColor.new("Institutional white")
  1975. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  1976. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  1977. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1978. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  1979. o19.Anchored = true
  1980. o19.FormFactor = Enum.FormFactor.Plate
  1981. o19.Size = Vector3.new(10, 1.20000005, 3)
  1982. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  1983. o19.BackSurface = Enum.SurfaceType.Weld
  1984. o19.BottomSurface = Enum.SurfaceType.Weld
  1985. o19.TopSurface = Enum.SurfaceType.Weld
  1986. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1987. o20.Parent = o19
  1988. o20.MeshType = Enum.MeshType.Wedge
  1989. o21.Parent = o19
  1990. o21.SoundId = "rbxassetid://532147820"
  1991. o21.Looped = true
  1992. o22.Parent = o1
  1993. o22.BrickColor = BrickColor.new("Institutional white")
  1994. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  1995. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  1996. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1997. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  1998. o22.Anchored = true
  1999. o22.FormFactor = Enum.FormFactor.Plate
  2000. o22.Size = Vector3.new(2, 2.4000001, 1)
  2001. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  2002. o22.BackSurface = Enum.SurfaceType.Weld
  2003. o22.BottomSurface = Enum.SurfaceType.Weld
  2004. o22.FrontSurface = Enum.SurfaceType.Weld
  2005. o22.LeftSurface = Enum.SurfaceType.Weld
  2006. o22.RightSurface = Enum.SurfaceType.Weld
  2007. o22.TopSurface = Enum.SurfaceType.Weld
  2008. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2009. o23.Parent = o22
  2010. o24.Parent = o1
  2011. o24.BrickColor = BrickColor.new("Institutional white")
  2012. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  2013. o24.Rotation = Vector3.new(-0, -90, 0)
  2014. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2015. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  2016. o24.Anchored = true
  2017. o24.FormFactor = Enum.FormFactor.Plate
  2018. o24.Size = Vector3.new(1, 2.79999995, 1)
  2019. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  2020. o24.BackSurface = Enum.SurfaceType.Weld
  2021. o24.BottomSurface = Enum.SurfaceType.Weld
  2022. o24.TopSurface = Enum.SurfaceType.Weld
  2023. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2024. o25.Parent = o24
  2025. o25.MeshType = Enum.MeshType.Wedge
  2026. o26.Parent = o1
  2027. o26.BrickColor = BrickColor.new("Institutional white")
  2028. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  2029. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  2030. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2031. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  2032. o26.Anchored = true
  2033. o26.FormFactor = Enum.FormFactor.Plate
  2034. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  2035. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  2036. o26.BackSurface = Enum.SurfaceType.Weld
  2037. o26.BottomSurface = Enum.SurfaceType.Weld
  2038. o26.FrontSurface = Enum.SurfaceType.Weld
  2039. o26.LeftSurface = Enum.SurfaceType.Weld
  2040. o26.RightSurface = Enum.SurfaceType.Weld
  2041. o26.TopSurface = Enum.SurfaceType.Weld
  2042. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2043. o27.Parent = o26
  2044. o28.Parent = o1
  2045. o28.BrickColor = BrickColor.new("Institutional white")
  2046. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  2047. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  2048. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2049. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  2050. o28.Anchored = true
  2051. o28.FormFactor = Enum.FormFactor.Plate
  2052. o28.Size = Vector3.new(1, 2.79999995, 1)
  2053. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  2054. o28.BackSurface = Enum.SurfaceType.Weld
  2055. o28.BottomSurface = Enum.SurfaceType.Weld
  2056. o28.TopSurface = Enum.SurfaceType.Weld
  2057. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2058. o29.Parent = o28
  2059. o29.MeshType = Enum.MeshType.Wedge
  2060. o30.Parent = o1
  2061. o30.BrickColor = BrickColor.new("Institutional white")
  2062. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  2063. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  2064. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2065. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  2066. o30.Anchored = true
  2067. o30.FormFactor = Enum.FormFactor.Plate
  2068. o30.Size = Vector3.new(2, 2.4000001, 1)
  2069. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  2070. o30.BackSurface = Enum.SurfaceType.Weld
  2071. o30.BottomSurface = Enum.SurfaceType.Weld
  2072. o30.FrontSurface = Enum.SurfaceType.Weld
  2073. o30.LeftSurface = Enum.SurfaceType.Weld
  2074. o30.RightSurface = Enum.SurfaceType.Weld
  2075. o30.TopSurface = Enum.SurfaceType.Weld
  2076. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2077. o31.Parent = o30
  2078. o32.Parent = o1
  2079. o32.BrickColor = BrickColor.new("Dark stone grey")
  2080. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  2081. o32.Rotation = Vector3.new(90, 89.960434, -90)
  2082. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2083. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  2084. o32.Anchored = true
  2085. o32.FormFactor = Enum.FormFactor.Plate
  2086. o32.Size = Vector3.new(8, 2.4000001, 1)
  2087. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  2088. o32.BottomSurface = Enum.SurfaceType.Weld
  2089. o32.TopSurface = Enum.SurfaceType.Weld
  2090. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2091. o33.Parent = o32
  2092. o33.Offset = Vector3.new(0, 0, 0.5)
  2093. o33.Scale = Vector3.new(1, 1, 2)
  2094. o34.Parent = o1
  2095. o34.BrickColor = BrickColor.new("Institutional white")
  2096. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  2097. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  2098. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2099. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  2100. o34.Anchored = true
  2101. o34.FormFactor = Enum.FormFactor.Plate
  2102. o34.Size = Vector3.new(3, 1.20000005, 10)
  2103. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  2104. o34.BackSurface = Enum.SurfaceType.Weld
  2105. o34.BottomSurface = Enum.SurfaceType.Weld
  2106. o34.FrontSurface = Enum.SurfaceType.Weld
  2107. o34.LeftSurface = Enum.SurfaceType.Weld
  2108. o34.RightSurface = Enum.SurfaceType.Weld
  2109. o34.TopSurface = Enum.SurfaceType.Weld
  2110. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2111. o35.Parent = o34
  2112. o36.Parent = o1
  2113. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  2114. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  2115. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  2116. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2117. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  2118. o36.Anchored = true
  2119. o36.FormFactor = Enum.FormFactor.Custom
  2120. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  2121. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  2122. o36.BackSurface = Enum.SurfaceType.Weld
  2123. o36.BottomSurface = Enum.SurfaceType.Weld
  2124. o36.FrontSurface = Enum.SurfaceType.Weld
  2125. o36.LeftSurface = Enum.SurfaceType.Weld
  2126. o36.RightSurface = Enum.SurfaceType.Weld
  2127. o36.TopSurface = Enum.SurfaceType.Weld
  2128. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  2129. o37.Parent = o36
  2130. o38.Parent = o1
  2131. o38.BrickColor = BrickColor.new("Institutional white")
  2132. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  2133. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  2134. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2135. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  2136. o38.Anchored = true
  2137. o38.CanCollide = false
  2138. o38.FormFactor = Enum.FormFactor.Plate
  2139. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  2140. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  2141. o38.BottomSurface = Enum.SurfaceType.Weld
  2142. o38.LeftSurface = Enum.SurfaceType.Weld
  2143. o38.RightSurface = Enum.SurfaceType.Weld
  2144. o38.TopSurface = Enum.SurfaceType.Weld
  2145. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2146. o39.Parent = o1
  2147. o39.BrickColor = BrickColor.new("Really red")
  2148. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  2149. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  2150. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2151. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  2152. o39.Anchored = true
  2153. o39.FormFactor = Enum.FormFactor.Plate
  2154. o39.Size = Vector3.new(1, 1.20000005, 1)
  2155. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  2156. o39.BackSurface = Enum.SurfaceType.Weld
  2157. o39.BottomSurface = Enum.SurfaceType.Weld
  2158. o39.FrontSurface = Enum.SurfaceType.Weld
  2159. o39.LeftSurface = Enum.SurfaceType.Weld
  2160. o39.RightSurface = Enum.SurfaceType.Weld
  2161. o39.TopSurface = Enum.SurfaceType.Weld
  2162. o39.Color = Color3.new(1, 0, 0)
  2163. o40.Parent = o39
  2164. o41.Parent = o1
  2165. o41.BrickColor = BrickColor.new("Institutional white")
  2166. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  2167. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  2168. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2169. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  2170. o41.Anchored = true
  2171. o41.FormFactor = Enum.FormFactor.Plate
  2172. o41.Size = Vector3.new(1, 0.800000012, 1)
  2173. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  2174. o41.BackSurface = Enum.SurfaceType.Weld
  2175. o41.BottomSurface = Enum.SurfaceType.Weld
  2176. o41.FrontSurface = Enum.SurfaceType.Weld
  2177. o41.LeftSurface = Enum.SurfaceType.Weld
  2178. o41.RightSurface = Enum.SurfaceType.Weld
  2179. o41.TopSurface = Enum.SurfaceType.Weld
  2180. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2181. o42.Parent = o41
  2182. o43.Parent = o1
  2183. o43.BrickColor = BrickColor.new("Institutional white")
  2184. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  2185. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  2186. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2187. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  2188. o43.Anchored = true
  2189. o43.CanCollide = false
  2190. o43.FormFactor = Enum.FormFactor.Plate
  2191. o43.Size = Vector3.new(14, 0.400000006, 8)
  2192. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  2193. o43.BackSurface = Enum.SurfaceType.Weld
  2194. o43.BottomSurface = Enum.SurfaceType.Weld
  2195. o43.FrontSurface = Enum.SurfaceType.Weld
  2196. o43.LeftSurface = Enum.SurfaceType.Weld
  2197. o43.RightSurface = Enum.SurfaceType.Weld
  2198. o43.TopSurface = Enum.SurfaceType.Weld
  2199. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2200. o44.Parent = o43
  2201. o45.Parent = o1
  2202. o45.BrickColor = BrickColor.new("Really black")
  2203. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  2204. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  2205. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2206. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  2207. o45.Anchored = true
  2208. o45.CanCollide = false
  2209. o45.FormFactor = Enum.FormFactor.Plate
  2210. o45.Size = Vector3.new(3, 2.79999995, 1)
  2211. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  2212. o45.BackSurface = Enum.SurfaceType.Weld
  2213. o45.BottomSurface = Enum.SurfaceType.Weld
  2214. o45.TopSurface = Enum.SurfaceType.Weld
  2215. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2216. o46.Parent = o45
  2217. o46.MeshType = Enum.MeshType.Wedge
  2218. o47.Parent = o1
  2219. o47.BrickColor = BrickColor.new("Institutional white")
  2220. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  2221. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  2222. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2223. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  2224. o47.Anchored = true
  2225. o47.FormFactor = Enum.FormFactor.Plate
  2226. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  2227. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  2228. o47.BackSurface = Enum.SurfaceType.Weld
  2229. o47.BottomSurface = Enum.SurfaceType.Weld
  2230. o47.FrontSurface = Enum.SurfaceType.Weld
  2231. o47.LeftSurface = Enum.SurfaceType.Weld
  2232. o47.RightSurface = Enum.SurfaceType.Weld
  2233. o47.TopSurface = Enum.SurfaceType.Weld
  2234. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2235. o48.Parent = o47
  2236. o49.Parent = o1
  2237. o49.BrickColor = BrickColor.new("White")
  2238. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  2239. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  2240. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2241. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  2242. o49.Anchored = true
  2243. o49.FormFactor = Enum.FormFactor.Plate
  2244. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  2245. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  2246. o49.BackSurface = Enum.SurfaceType.Weld
  2247. o49.BottomSurface = Enum.SurfaceType.Weld
  2248. o49.FrontSurface = Enum.SurfaceType.Weld
  2249. o49.LeftSurface = Enum.SurfaceType.Weld
  2250. o49.RightSurface = Enum.SurfaceType.Weld
  2251. o49.TopSurface = Enum.SurfaceType.Weld
  2252. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2253. o50.Parent = o49
  2254. o51.Parent = o1
  2255. o51.BrickColor = BrickColor.new("Institutional white")
  2256. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  2257. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  2258. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2259. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  2260. o51.Anchored = true
  2261. o51.FormFactor = Enum.FormFactor.Plate
  2262. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  2263. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  2264. o51.BackSurface = Enum.SurfaceType.Weld
  2265. o51.BottomSurface = Enum.SurfaceType.Weld
  2266. o51.FrontSurface = Enum.SurfaceType.Weld
  2267. o51.LeftSurface = Enum.SurfaceType.Weld
  2268. o51.RightSurface = Enum.SurfaceType.Weld
  2269. o51.TopSurface = Enum.SurfaceType.Weld
  2270. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2271. o52.Parent = o51
  2272. o53.Parent = o1
  2273. o53.BrickColor = BrickColor.new("Institutional white")
  2274. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  2275. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  2276. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2277. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  2278. o53.Anchored = true
  2279. o53.CanCollide = false
  2280. o53.FormFactor = Enum.FormFactor.Plate
  2281. o53.Size = Vector3.new(2, 2.79999995, 1)
  2282. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  2283. o53.BackSurface = Enum.SurfaceType.Weld
  2284. o53.BottomSurface = Enum.SurfaceType.Weld
  2285. o53.TopSurface = Enum.SurfaceType.Weld
  2286. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2287. o54.Parent = o53
  2288. o54.MeshType = Enum.MeshType.Wedge
  2289. o55.Parent = o1
  2290. o55.BrickColor = BrickColor.new("Really black")
  2291. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  2292. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  2293. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2294. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  2295. o55.Anchored = true
  2296. o55.CanCollide = false
  2297. o55.FormFactor = Enum.FormFactor.Plate
  2298. o55.Size = Vector3.new(3, 2.79999995, 1)
  2299. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  2300. o55.BackSurface = Enum.SurfaceType.Weld
  2301. o55.BottomSurface = Enum.SurfaceType.Weld
  2302. o55.TopSurface = Enum.SurfaceType.Weld
  2303. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2304. o56.Parent = o55
  2305. o56.MeshType = Enum.MeshType.Wedge
  2306. o57.Parent = o1
  2307. o57.BrickColor = BrickColor.new("Institutional white")
  2308. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  2309. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  2310. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2311. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  2312. o57.Anchored = true
  2313. o57.CanCollide = false
  2314. o57.FormFactor = Enum.FormFactor.Plate
  2315. o57.Size = Vector3.new(1, 2, 8)
  2316. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  2317. o57.BackSurface = Enum.SurfaceType.Weld
  2318. o57.BottomSurface = Enum.SurfaceType.Weld
  2319. o57.FrontSurface = Enum.SurfaceType.Weld
  2320. o57.LeftSurface = Enum.SurfaceType.Weld
  2321. o57.RightSurface = Enum.SurfaceType.Weld
  2322. o57.TopSurface = Enum.SurfaceType.Weld
  2323. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2324. o58.Parent = o57
  2325. o59.Parent = o1
  2326. o59.BrickColor = BrickColor.new("Institutional white")
  2327. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  2328. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  2329. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2330. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  2331. o59.Anchored = true
  2332. o59.FormFactor = Enum.FormFactor.Plate
  2333. o59.Size = Vector3.new(1, 0.800000012, 1)
  2334. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  2335. o59.BackSurface = Enum.SurfaceType.Weld
  2336. o59.BottomSurface = Enum.SurfaceType.Weld
  2337. o59.FrontSurface = Enum.SurfaceType.Weld
  2338. o59.LeftSurface = Enum.SurfaceType.Weld
  2339. o59.RightSurface = Enum.SurfaceType.Weld
  2340. o59.TopSurface = Enum.SurfaceType.Weld
  2341. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2342. o60.Parent = o59
  2343. o61.Parent = o1
  2344. o61.BrickColor = BrickColor.new("Institutional white")
  2345. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  2346. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  2347. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2348. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  2349. o61.Anchored = true
  2350. o61.CanCollide = false
  2351. o61.FormFactor = Enum.FormFactor.Plate
  2352. o61.Size = Vector3.new(14, 0.400000006, 1)
  2353. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  2354. o61.BackSurface = Enum.SurfaceType.Weld
  2355. o61.BottomSurface = Enum.SurfaceType.Weld
  2356. o61.FrontSurface = Enum.SurfaceType.Weld
  2357. o61.LeftSurface = Enum.SurfaceType.Weld
  2358. o61.RightSurface = Enum.SurfaceType.Weld
  2359. o61.TopSurface = Enum.SurfaceType.Weld
  2360. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2361. o62.Parent = o61
  2362. o63.Parent = o1
  2363. o63.BrickColor = BrickColor.new("Institutional white")
  2364. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  2365. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  2366. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2367. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  2368. o63.Anchored = true
  2369. o63.CanCollide = false
  2370. o63.FormFactor = Enum.FormFactor.Plate
  2371. o63.Size = Vector3.new(1, 4.80999994, 1)
  2372. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  2373. o63.BottomSurface = Enum.SurfaceType.Weld
  2374. o63.LeftSurface = Enum.SurfaceType.Weld
  2375. o63.RightSurface = Enum.SurfaceType.Weld
  2376. o63.TopSurface = Enum.SurfaceType.Weld
  2377. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2378. o64.Parent = o1
  2379. o64.BrickColor = BrickColor.new("Institutional white")
  2380. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  2381. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  2382. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2383. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  2384. o64.Anchored = true
  2385. o64.CanCollide = false
  2386. o64.FormFactor = Enum.FormFactor.Plate
  2387. o64.Size = Vector3.new(1, 2.4000001, 1)
  2388. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  2389. o64.BottomSurface = Enum.SurfaceType.Weld
  2390. o64.LeftSurface = Enum.SurfaceType.Weld
  2391. o64.RightSurface = Enum.SurfaceType.Weld
  2392. o64.TopSurface = Enum.SurfaceType.Weld
  2393. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2394. o65.Parent = o1
  2395. o65.BrickColor = BrickColor.new("Institutional white")
  2396. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  2397. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  2398. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2399. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  2400. o65.Anchored = true
  2401. o65.FormFactor = Enum.FormFactor.Plate
  2402. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  2403. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  2404. o65.BackSurface = Enum.SurfaceType.Weld
  2405. o65.BottomSurface = Enum.SurfaceType.Weld
  2406. o65.FrontSurface = Enum.SurfaceType.Weld
  2407. o65.LeftSurface = Enum.SurfaceType.Weld
  2408. o65.RightSurface = Enum.SurfaceType.Weld
  2409. o65.TopSurface = Enum.SurfaceType.Weld
  2410. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2411. o66.Parent = o65
  2412. o67.Parent = o1
  2413. o67.BrickColor = BrickColor.new("Really red")
  2414. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  2415. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  2416. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2417. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  2418. o67.Anchored = true
  2419. o67.FormFactor = Enum.FormFactor.Plate
  2420. o67.Size = Vector3.new(1, 1.20000005, 1)
  2421. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  2422. o67.BackSurface = Enum.SurfaceType.Weld
  2423. o67.BottomSurface = Enum.SurfaceType.Weld
  2424. o67.FrontSurface = Enum.SurfaceType.Weld
  2425. o67.LeftSurface = Enum.SurfaceType.Weld
  2426. o67.RightSurface = Enum.SurfaceType.Weld
  2427. o67.TopSurface = Enum.SurfaceType.Weld
  2428. o67.Color = Color3.new(1, 0, 0)
  2429. o68.Parent = o67
  2430. o69.Parent = o1
  2431. o69.BrickColor = BrickColor.new("Institutional white")
  2432. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  2433. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  2434. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2435. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  2436. o69.Anchored = true
  2437. o69.CanCollide = false
  2438. o69.FormFactor = Enum.FormFactor.Plate
  2439. o69.Size = Vector3.new(1, 0.400000006, 10)
  2440. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  2441. o69.BackSurface = Enum.SurfaceType.Weld
  2442. o69.BottomSurface = Enum.SurfaceType.Weld
  2443. o69.FrontSurface = Enum.SurfaceType.Weld
  2444. o69.LeftSurface = Enum.SurfaceType.Weld
  2445. o69.RightSurface = Enum.SurfaceType.Weld
  2446. o69.TopSurface = Enum.SurfaceType.Weld
  2447. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2448. o70.Parent = o69
  2449. o71.Parent = o1
  2450. o71.BrickColor = BrickColor.new("Really black")
  2451. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  2452. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  2453. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2454. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  2455. o71.Anchored = true
  2456. o71.FormFactor = Enum.FormFactor.Custom
  2457. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  2458. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  2459. o71.BackSurface = Enum.SurfaceType.Weld
  2460. o71.BottomSurface = Enum.SurfaceType.Weld
  2461. o71.FrontSurface = Enum.SurfaceType.Weld
  2462. o71.LeftSurface = Enum.SurfaceType.Weld
  2463. o71.RightSurface = Enum.SurfaceType.Weld
  2464. o71.TopSurface = Enum.SurfaceType.Weld
  2465. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2466. o72.Parent = o71
  2467. o73.Name = "Head"
  2468. o73.Parent = o1
  2469. o73.Material = Enum.Material.SmoothPlastic
  2470. o73.BrickColor = BrickColor.new("Institutional white")
  2471. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  2472. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2473. o73.Anchored = true
  2474. o73.FormFactor = Enum.FormFactor.Symmetric
  2475. o73.Size = Vector3.new(2, 1, 1)
  2476. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  2477. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2478. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2479. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2480. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2481. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2482. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2483. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2484. o74.Parent = o73
  2485. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  2486. o75.Name = "face"
  2487. o75.Parent = o73
  2488. o75.Texture = "rbxasset://textures/face.png"
  2489. o76.Parent = o1
  2490. o76.BrickColor = BrickColor.new("Institutional white")
  2491. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  2492. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  2493. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2494. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  2495. o76.Anchored = true
  2496. o76.CanCollide = false
  2497. o76.FormFactor = Enum.FormFactor.Plate
  2498. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  2499. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  2500. o76.BottomSurface = Enum.SurfaceType.Weld
  2501. o76.LeftSurface = Enum.SurfaceType.Weld
  2502. o76.RightSurface = Enum.SurfaceType.Weld
  2503. o76.TopSurface = Enum.SurfaceType.Weld
  2504. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2505. o77.Parent = o1
  2506. o77.BrickColor = BrickColor.new("Institutional white")
  2507. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  2508. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  2509. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  2510. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  2511. o77.Anchored = true
  2512. o77.FormFactor = Enum.FormFactor.Plate
  2513. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  2514. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  2515. o77.BackSurface = Enum.SurfaceType.Weld
  2516. o77.BottomSurface = Enum.SurfaceType.Weld
  2517. o77.FrontSurface = Enum.SurfaceType.Weld
  2518. o77.LeftSurface = Enum.SurfaceType.Weld
  2519. o77.RightSurface = Enum.SurfaceType.Weld
  2520. o77.TopSurface = Enum.SurfaceType.Weld
  2521. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2522. o78.Parent = o77
  2523. o79.Name = "Head"
  2524. o79.Parent = o1
  2525. o79.Material = Enum.Material.SmoothPlastic
  2526. o79.BrickColor = BrickColor.new("Institutional white")
  2527. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  2528. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  2529. o79.Anchored = true
  2530. o79.FormFactor = Enum.FormFactor.Symmetric
  2531. o79.Size = Vector3.new(2, 1, 1)
  2532. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  2533. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2534. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2535. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2536. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2537. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2538. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2539. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2540. o80.Parent = o79
  2541. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  2542. o81.Name = "face"
  2543. o81.Parent = o79
  2544. o81.Texture = "rbxasset://textures/face.png"
  2545. o82.Name = "Handle"
  2546. o82.Parent = o1
  2547. o82.Material = Enum.Material.SmoothPlastic
  2548. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  2549. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  2550. o82.Anchored = true
  2551. o82.CanCollide = false
  2552. o82.FormFactor = Enum.FormFactor.Symmetric
  2553. o82.Size = Vector3.new(2, 2, 2)
  2554. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  2555. o82.BottomSurface = Enum.SurfaceType.Smooth
  2556. o82.TopSurface = Enum.SurfaceType.Smooth
  2557. o83.Parent = o82
  2558. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  2559. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  2560. o83.MeshType = Enum.MeshType.FileMesh
  2561. o84.Parent = o1
  2562. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  2563. o84.RightLeg = o94
  2564. o84.LeftLeg = o96
  2565. o84.Torso = o87
  2566. o84.Health = 0
  2567. o84.MaxHealth = 0
  2568. o85.Name = "TPPART"
  2569. o85.Parent = o1
  2570. o85.Transparency = 1
  2571. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  2572. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  2573. o85.Anchored = true
  2574. o85.CanCollide = false
  2575. o85.Size = Vector3.new(4, 1, 2)
  2576. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  2577. o86.Name = "TPPART2"
  2578. o86.Parent = o1
  2579. o86.Transparency = 1
  2580. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  2581. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  2582. o86.Anchored = true
  2583. o86.CanCollide = false
  2584. o86.Size = Vector3.new(4, 1, 2)
  2585. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  2586. o87.Name = "Torso"
  2587. o87.Parent = o1
  2588. o87.Material = Enum.Material.SmoothPlastic
  2589. o87.BrickColor = BrickColor.new("Navy blue")
  2590. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  2591. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2592. o87.Anchored = true
  2593. o87.FormFactor = Enum.FormFactor.Symmetric
  2594. o87.Size = Vector3.new(2, 2, 1)
  2595. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  2596. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2597. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2598. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2599. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2601. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. o87.Color = Color3.new(0, 0.12549, 0.376471)
  2603. o88.Name = "roblox"
  2604. o88.Parent = o87
  2605. o89.Name = "Right Shoulder"
  2606. o89.Parent = o87
  2607. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2608. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2609. o89.Part0 = o87
  2610. o89.Part1 = o95
  2611. o89.DesiredAngle = -0.062025275081396
  2612. o89.MaxVelocity = 0.15000000596046
  2613. o90.Name = "Left Shoulder"
  2614. o90.Parent = o87
  2615. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2616. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2617. o90.Part0 = o87
  2618. o90.Part1 = o97
  2619. o90.DesiredAngle = -0.062025275081396
  2620. o90.MaxVelocity = 0.15000000596046
  2621. o91.Name = "Right Hip"
  2622. o91.Parent = o87
  2623. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2624. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2625. o91.Part0 = o87
  2626. o91.Part1 = o94
  2627. o91.DesiredAngle = 0.062025275081396
  2628. o91.MaxVelocity = 0.10000000149012
  2629. o92.Name = "Left Hip"
  2630. o92.Parent = o87
  2631. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2632. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2633. o92.Part0 = o87
  2634. o92.Part1 = o96
  2635. o92.DesiredAngle = 0.062025275081396
  2636. o92.MaxVelocity = 0.10000000149012
  2637. o93.Name = "Neck"
  2638. o93.Parent = o87
  2639. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2640. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2641. o93.Part0 = o87
  2642. o93.Part1 = o73
  2643. o93.MaxVelocity = 0.10000000149012
  2644. o94.Name = "Right Leg"
  2645. o94.Parent = o1
  2646. o94.Material = Enum.Material.SmoothPlastic
  2647. o94.BrickColor = BrickColor.new("Navy blue")
  2648. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  2649. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2650. o94.Anchored = true
  2651. o94.CanCollide = false
  2652. o94.FormFactor = Enum.FormFactor.Symmetric
  2653. o94.Size = Vector3.new(1, 2, 1)
  2654. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  2655. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2656. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2657. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2658. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2659. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2660. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2661. o94.Color = Color3.new(0, 0.12549, 0.376471)
  2662. o95.Name = "Right Arm"
  2663. o95.Parent = o1
  2664. o95.Material = Enum.Material.SmoothPlastic
  2665. o95.BrickColor = BrickColor.new("Maroon")
  2666. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  2667. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2668. o95.Anchored = true
  2669. o95.CanCollide = false
  2670. o95.FormFactor = Enum.FormFactor.Symmetric
  2671. o95.Size = Vector3.new(1, 2, 1)
  2672. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  2673. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2674. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2675. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2676. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2677. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2678. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2679. o95.Color = Color3.new(0.458824, 0, 0)
  2680. o96.Name = "Left Leg"
  2681. o96.Parent = o1
  2682. o96.Material = Enum.Material.SmoothPlastic
  2683. o96.BrickColor = BrickColor.new("Navy blue")
  2684. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  2685. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2686. o96.Anchored = true
  2687. o96.CanCollide = false
  2688. o96.FormFactor = Enum.FormFactor.Symmetric
  2689. o96.Size = Vector3.new(1, 2, 1)
  2690. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  2691. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2694. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2695. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2696. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2697. o96.Color = Color3.new(0, 0.12549, 0.376471)
  2698. o97.Name = "Left Arm"
  2699. o97.Parent = o1
  2700. o97.Material = Enum.Material.SmoothPlastic
  2701. o97.BrickColor = BrickColor.new("Maroon")
  2702. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  2703. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2704. o97.Anchored = true
  2705. o97.CanCollide = false
  2706. o97.FormFactor = Enum.FormFactor.Symmetric
  2707. o97.Size = Vector3.new(1, 2, 1)
  2708. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  2709. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2710. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2711. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2712. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2713. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2714. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2715. o97.Color = Color3.new(0.458824, 0, 0)
  2716. o98.Name = "Torso"
  2717. o98.Parent = o1
  2718. o98.Material = Enum.Material.SmoothPlastic
  2719. o98.BrickColor = BrickColor.new("Navy blue")
  2720. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  2721. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  2722. o98.Anchored = true
  2723. o98.FormFactor = Enum.FormFactor.Symmetric
  2724. o98.Size = Vector3.new(2, 2, 1)
  2725. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  2726. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2730. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2731. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2732. o98.Color = Color3.new(0, 0.12549, 0.376471)
  2733. o99.Name = "roblox"
  2734. o99.Parent = o98
  2735. o100.Name = "Right Hip"
  2736. o100.Parent = o98
  2737. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2738. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2739. o100.Part0 = o98
  2740. o100.Part1 = o103
  2741. o100.DesiredAngle = 0.062025275081396
  2742. o100.MaxVelocity = 0.10000000149012
  2743. o101.Name = "Left Hip"
  2744. o101.Parent = o98
  2745. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2746. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2747. o101.Part0 = o98
  2748. o101.Part1 = o105
  2749. o101.DesiredAngle = 0.062025275081396
  2750. o101.MaxVelocity = 0.10000000149012
  2751. o102.Name = "Neck"
  2752. o102.Parent = o98
  2753. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2754. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2755. o102.Part0 = o98
  2756. o102.Part1 = o79
  2757. o102.MaxVelocity = 0.10000000149012
  2758. o103.Name = "Right Leg"
  2759. o103.Parent = o1
  2760. o103.Material = Enum.Material.SmoothPlastic
  2761. o103.BrickColor = BrickColor.new("Really black")
  2762. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  2763. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  2764. o103.Anchored = true
  2765. o103.CanCollide = false
  2766. o103.FormFactor = Enum.FormFactor.Symmetric
  2767. o103.Size = Vector3.new(1, 2, 1)
  2768. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  2769. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2770. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2771. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2772. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2773. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2774. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2775. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2776. o104.Name = "Right Arm"
  2777. o104.Parent = o1
  2778. o104.Material = Enum.Material.SmoothPlastic
  2779. o104.BrickColor = BrickColor.new("Maroon")
  2780. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  2781. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  2782. o104.Anchored = true
  2783. o104.CanCollide = false
  2784. o104.FormFactor = Enum.FormFactor.Symmetric
  2785. o104.Size = Vector3.new(1, 2, 1)
  2786. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  2787. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2788. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2789. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2790. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2791. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2792. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2793. o104.Color = Color3.new(0.458824, 0, 0)
  2794. o105.Name = "Left Leg"
  2795. o105.Parent = o1
  2796. o105.Material = Enum.Material.SmoothPlastic
  2797. o105.BrickColor = BrickColor.new("Really black")
  2798. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  2799. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  2800. o105.Anchored = true
  2801. o105.CanCollide = false
  2802. o105.FormFactor = Enum.FormFactor.Symmetric
  2803. o105.Size = Vector3.new(1, 2, 1)
  2804. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  2805. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2806. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2807. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2808. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2809. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2810. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2811. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2812. o106.Name = "Left Arm"
  2813. o106.Parent = o1
  2814. o106.Material = Enum.Material.SmoothPlastic
  2815. o106.BrickColor = BrickColor.new("Maroon")
  2816. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  2817. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  2818. o106.Anchored = true
  2819. o106.CanCollide = false
  2820. o106.FormFactor = Enum.FormFactor.Symmetric
  2821. o106.Size = Vector3.new(1, 2, 1)
  2822. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  2823. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2824. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2825. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2826. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2827. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2828. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2829. o106.Color = Color3.new(0.458824, 0, 0)
  2830. o107.Parent = o1
  2831. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  2832. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  2833. o107.Anchored = true
  2834. o107.FormFactor = Enum.FormFactor.Symmetric
  2835. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  2836. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  2837. o108.Parent = o107
  2838. o109.Parent = o1
  2839. o109.BrickColor = BrickColor.new("Really black")
  2840. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  2841. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  2842. o109.Anchored = true
  2843. o109.FormFactor = Enum.FormFactor.Symmetric
  2844. o109.Size = Vector3.new(3, 1.20000005, 3)
  2845. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  2846. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2847. o110.Parent = o109
  2848. o111.Parent = o1
  2849. o111.BrickColor = BrickColor.new("Really black")
  2850. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  2851. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  2852. o111.Anchored = true
  2853. o111.FormFactor = Enum.FormFactor.Symmetric
  2854. o111.Size = Vector3.new(3, 1.20000005, 3)
  2855. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  2856. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2857. o112.Parent = o111
  2858. o113.Parent = o1
  2859. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  2860. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  2861. o113.Anchored = true
  2862. o113.FormFactor = Enum.FormFactor.Symmetric
  2863. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  2864. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  2865. o114.Parent = o113
  2866. o115.Parent = o1
  2867. o115.BrickColor = BrickColor.new("Really black")
  2868. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  2869. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  2870. o115.Anchored = true
  2871. o115.FormFactor = Enum.FormFactor.Symmetric
  2872. o115.Size = Vector3.new(3, 1.20000005, 3)
  2873. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  2874. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2875. o116.Parent = o115
  2876. o117.Parent = o1
  2877. o117.BrickColor = BrickColor.new("Really black")
  2878. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  2879. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  2880. o117.Anchored = true
  2881. o117.FormFactor = Enum.FormFactor.Symmetric
  2882. o117.Size = Vector3.new(3, 1.20000005, 3)
  2883. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  2884. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2885. o118.Parent = o117
  2886. o119.Parent = o1
  2887. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  2888. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  2889. o119.Anchored = true
  2890. o119.FormFactor = Enum.FormFactor.Symmetric
  2891. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  2892. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  2893. o120.Parent = o119
  2894. o121.Name = "Handle"
  2895. o121.Parent = o1
  2896. o121.Material = Enum.Material.SmoothPlastic
  2897. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  2898. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  2899. o121.Anchored = true
  2900. o121.CanCollide = false
  2901. o121.FormFactor = Enum.FormFactor.Symmetric
  2902. o121.Size = Vector3.new(2, 2, 2)
  2903. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  2904. o121.BottomSurface = Enum.SurfaceType.Smooth
  2905. o121.TopSurface = Enum.SurfaceType.Smooth
  2906. o122.Parent = o121
  2907. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  2908. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  2909. o122.MeshType = Enum.MeshType.FileMesh
  2910. o123.Name = "RPPART"
  2911. o123.Parent = o1
  2912. o123.Transparency = 1
  2913. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  2914. o123.Rotation = Vector3.new(-90, 0, -0)
  2915. o123.Anchored = true
  2916. o123.CanCollide = false
  2917. o123.Size = Vector3.new(4, 1, 2)
  2918. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  2919. function MoveY(model, Position)
  2920. for _,part in pairs (model:GetChildren()) do
  2921. if part.ClassName == "Part" then
  2922. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  2923. end
  2924. end
  2925. end
  2926. function MoveX(model, Position)
  2927. for _,part in pairs (model:GetChildren()) do
  2928. if part.ClassName == "Part" then
  2929. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  2930. end
  2931. end
  2932. end
  2933. function MoveSpawn(model, PLAYERPOS)
  2934. for _,part in pairs (model:GetChildren()) do
  2935. if part.ClassName == "Part" then
  2936. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  2937. end
  2938. end
  2939. end
  2940. function MoveZ(model, Position)
  2941. for _,part in pairs (model:GetChildren()) do
  2942. if part.ClassName == "Part" then
  2943. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  2944. end
  2945. end
  2946. end
  2947. function MoveZPart(Part, Position)
  2948. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  2949. end
  2950. function MoveXPart(Part, Position)
  2951. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  2952. end
  2953. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  2954. OMGCREEPY = Instance.new("Sound")
  2955. OMGCREEPY.Parent = o1
  2956. OMGCREEPY.Volume = .5
  2957. OMGCREEPY.SoundId = "rbxassetid://177775134"
  2958. for i,v in pairs (o1:GetChildren()) do
  2959. if v:IsA("Part") then
  2960. v.Material = "SmoothPlastic"
  2961. v.BackSurface = "SmoothNoOutlines"
  2962. v.FrontSurface = "SmoothNoOutlines"
  2963. v.BottomSurface = "SmoothNoOutlines"
  2964. v.LeftSurface = "SmoothNoOutlines"
  2965. v.RightSurface = "SmoothNoOutlines"
  2966. v.TopSurface = "SmoothNoOutlines"
  2967. end
  2968. end
  2969. OMGCREEPY:Play()
  2970. o21:Play()
  2971. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  2972. for i=1,51 do
  2973. MoveX(o1,-3)
  2974. wait(.05)
  2975. end
  2976. wait(.5)
  2977. MoveZPart(o12,-1)
  2978. wait(.2)
  2979. for i=1,6 do
  2980. MoveXPart(o12,1)
  2981. wait(.1)
  2982. end
  2983. wait(.5)
  2984. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  2985. wait(.5)
  2986. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  2987. wait(.5)
  2988. MoveZPart(o12,1)
  2989. wait(.2)
  2990.  
  2991. for i=1,6 do
  2992. MoveXPart(o12,-1)
  2993. wait(.1)
  2994. end
  2995. for i=1,50 do
  2996. MoveX(o1,-3)
  2997. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  2998. wait(.05)
  2999. end
  3000. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  3001. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  3002. SCREAM = Instance.new("Sound")
  3003. SCREAM.Parent = game.Players[Victim].Character.Head
  3004. SCREAM.SoundId = "rbxassetid://138167455"
  3005. SCREAM:Play()
  3006. wait(2.5)
  3007. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  3008. MoveZPart(o12,-1)
  3009. wait(.2)
  3010. for i=1,6 do
  3011. MoveXPart(o12,1)
  3012. wait(.1)
  3013. end
  3014. wait(.5)
  3015. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  3016. wait(.5)
  3017. MoveZPart(o12,1)
  3018. wait(.2)
  3019. for i=1,6 do
  3020. MoveXPart(o12,-1)
  3021. wait(.1)
  3022. end
  3023. game.Players[Victim].Character.Humanoid.Health = 0
  3024. player = game.Players[Victim]
  3025. char = player.Character
  3026. char.Archivable = true
  3027. local rg = char:Clone()
  3028. rg.HumanoidRootPart:Destroy()
  3029. rg.Name = ""
  3030. rg.Humanoid.MaxHealth = 0
  3031. for i, v in pairs(rg.Torso:GetChildren()) do
  3032. if v:IsA("Motor6D") then
  3033. v:Destroy()
  3034. end
  3035. end
  3036.  
  3037. local n = Instance.new("Glue", rg.Torso)
  3038. n.Name = "Neck"
  3039. n.Part0 = rg.Torso
  3040. n.Part1 = rg.Head
  3041. n.C0 = CFrame.new(0, 1, 0)
  3042. n.C1 = CFrame.new(0, -0.5, 0)
  3043.  
  3044. local rs = Instance.new("Glue", rg.Torso)
  3045. rs.Name = "Right Shoulder"
  3046. rs.Part0 = rg.Torso
  3047. rs.Part1 = rg["Right Arm"]
  3048. rs.C0 = CFrame.new(1.5, 0.5, 0)
  3049. rs.C1 = CFrame.new(0, 0.5, 0)
  3050. local ls = Instance.new("Glue", rg.Torso)
  3051. ls.Name = "Left Shoulder"
  3052. ls.Part0 = rg.Torso
  3053. ls.Part1 = rg["Left Arm"]
  3054. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  3055. ls.C1 = CFrame.new(0, 0.5, 0)
  3056.  
  3057. local rh = Instance.new("Glue", rg.Torso)
  3058. rh.Name = "Right Hip"
  3059. rh.Part0 = rg.Torso
  3060. rh.Part1 = rg["Right Leg"]
  3061. rh.C0 = CFrame.new(0.5, -1, 0)
  3062. rh.C1 = CFrame.new(0, 1, 0)
  3063. local lh = Instance.new("Glue", rg.Torso)
  3064. lh.Name = "Left Hip"
  3065. lh.Part0 = rg.Torso
  3066. lh.Part1 = rg["Left Leg"]
  3067. lh.C0 = CFrame.new(-0.5, -1, 0)
  3068. lh.C1 = CFrame.new(0, 1, 0)
  3069. char.Torso:Destroy()
  3070. char.Head:Destroy()
  3071. char["Left Leg"]:Destroy()
  3072. char["Left Arm"]:Destroy()
  3073. char["Right Leg"]:Destroy()
  3074. char["Right Arm"]:Destroy()
  3075. rg.Parent = game.Workspace
  3076. rg.Head.BrickColor = BrickColor.new("Maroon")
  3077. function DEATH ()
  3078. OHHNELLY = Instance.new("Part")
  3079. OHHNELLY.Parent = workspace
  3080. OHHNELLY.Anchored = false
  3081. OHHNELLY.Material = Enum.Material.SmoothPlastic
  3082. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  3083. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3084. OHHNELLY.Position = rg.Head.Position
  3085. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  3086. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3090. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. end
  3093. for i=1,20 do
  3094. DEATH()
  3095. MoveX(o1,-3)
  3096. wait(.05)
  3097. end
  3098. o1:Destroy()
  3099. end)
  3100.  
  3101. Glock.MouseButton1Down:connect(function()
  3102. --Suicide Glock by DMS
  3103. local Karlbrownisaboss = function(f,scri)
  3104. local oldenv = getfenv(f)
  3105. local newenv = setmetatable({}, {
  3106. __index = function(_, k)
  3107. if k:lower() == 'script' then
  3108. return scri
  3109. else
  3110. return oldenv[k]
  3111. end
  3112. end
  3113. })
  3114. setfenv(f, newenv)
  3115. ypcall(function() f() end)
  3116. end
  3117. cors = {}
  3118. mas = Instance.new("Model",game:GetService("Lighting"))
  3119. mas.Name = "MODEL THING"
  3120. o1 = Instance.new("Tool")
  3121. o1.Name = "Glock"
  3122. o1.Parent = mas
  3123. o1.GripForward = Vector3.new(-0.286980897, -0, -0.957936287)
  3124. o1.GripPos = Vector3.new(0.200000003, -0.300000012, 0.300000012)
  3125. o1.GripRight = Vector3.new(0.957936287, 0, -0.286980897)
  3126. o2 = Instance.new("Part")
  3127. o2.Parent = o1
  3128. o2.Material = Enum.Material.SmoothPlastic
  3129. o2.BrickColor = BrickColor.new("Black")
  3130. o2.Position = Vector3.new(-35.3309937, 1.07907879, -4.67373896)
  3131. o2.Rotation = Vector3.new(-90.0001068, -3.36800876e-009, -90)
  3132. o2.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3133. o2.Velocity = Vector3.new(-0.0402549691, -0.013912132, -0.0894148499)
  3134. o2.CFrame = CFrame.new(-35.3309937, 1.07907879, -4.67373896, -5.23805284e-008, 1.00001574, -5.87828397e-011, -1.4926627e-008, -2.29473289e-006, 1.00000954, 1.0000062, -4.80563722e-006, -1.77324978e-006)
  3135. o2.CanCollide = false
  3136. o2.FormFactor = Enum.FormFactor.Symmetric
  3137. o2.Size = Vector3.new(1, 1, 1)
  3138. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3139. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3140. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3141. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3143. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. o2.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3145. o3 = Instance.new("CylinderMesh")
  3146. o3.Parent = o2
  3147. o3.Scale = Vector3.new(0.042105265, 0.0526315793, 0.042105265)
  3148. o4 = Instance.new("Fire")
  3149. o4.Parent = o2
  3150. o4.Size = 30
  3151. o4.Color = Color3.new(1, 0.72549, 0)
  3152. o4.Enabled = false
  3153. o4.Heat = 25
  3154. o4.SecondaryColor = Color3.new(1, 0, 0)
  3155. o5 = Instance.new("Part")
  3156. o5.Parent = o1
  3157. o5.Material = Enum.Material.SmoothPlastic
  3158. o5.BrickColor = BrickColor.new("Black")
  3159. o5.Position = Vector3.new(-35.4899635, 1.07907581, -4.67373419)
  3160. o5.Rotation = Vector3.new(-90.0001068, -3.36800876e-009, -90)
  3161. o5.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3162. o5.Velocity = Vector3.new(-0.0402549021, -0.0114788385, -0.0856715813)
  3163. o5.CFrame = CFrame.new(-35.4899635, 1.07907581, -4.67373419, -5.23805284e-008, 1.00001574, -5.87828397e-011, -1.4926627e-008, -2.29473289e-006, 1.00000954, 1.0000062, -4.80563722e-006, -1.77324978e-006)
  3164. o5.CanCollide = false
  3165. o5.FormFactor = Enum.FormFactor.Symmetric
  3166. o5.Size = Vector3.new(1, 1, 1)
  3167. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3168. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3169. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3170. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3171. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3172. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3173. o5.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3174. o6 = Instance.new("CylinderMesh")
  3175. o6.Parent = o5
  3176. o6.Scale = Vector3.new(0.042105265, 0.0526315793, 0.042105265)
  3177. o7 = Instance.new("Fire")
  3178. o7.Parent = o5
  3179. o7.Size = 30
  3180. o7.Color = Color3.new(1, 0.72549, 0)
  3181. o7.Enabled = false
  3182. o7.Heat = 25
  3183. o7.SecondaryColor = Color3.new(1, 0, 0)
  3184. o8 = Instance.new("Part")
  3185. o8.Parent = o1
  3186. o8.Material = Enum.Material.SmoothPlastic
  3187. o8.BrickColor = BrickColor.new("Black")
  3188. o8.Position = Vector3.new(-35.4104958, 0.815862477, -4.27895689)
  3189. o8.Rotation = Vector3.new(179.999557, -0.00122814812, -180)
  3190. o8.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3191. o8.Velocity = Vector3.new(-0.0349879749, -0.00786178559, -0.0843201727)
  3192. o8.CFrame = CFrame.new(-35.4104958, 0.815862477, -4.27895689, -1.00001574, 5.37916129e-008, -2.14352276e-005, 2.34874847e-006, 1.00000954, -7.73380452e-006, 2.62633748e-005, -9.52200571e-006, -1.0000062)
  3193. o8.CanCollide = false
  3194. o8.FormFactor = Enum.FormFactor.Symmetric
  3195. o8.Size = Vector3.new(1, 1, 1)
  3196. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. o8.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3203. o9 = Instance.new("BlockMesh")
  3204. o9.Parent = o8
  3205. o9.Scale = Vector3.new(0.210526317, 0.473684222, 0.210526317)
  3206. o10 = Instance.new("Fire")
  3207. o10.Parent = o8
  3208. o10.Size = 30
  3209. o10.Color = Color3.new(1, 0.72549, 0)
  3210. o10.Enabled = false
  3211. o10.Heat = 25
  3212. o10.SecondaryColor = Color3.new(1, 0, 0)
  3213. o11 = Instance.new("Part")
  3214. o11.Parent = o1
  3215. o11.Material = Enum.Material.SmoothPlastic
  3216. o11.BrickColor = BrickColor.new("Black")
  3217. o11.Position = Vector3.new(-35.4104881, 0.500021458, -4.22631454)
  3218. o11.Rotation = Vector3.new(179.999557, -0.00122814812, 3.081984e-006)
  3219. o11.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3220. o11.Velocity = Vector3.new(-0.0385827608, -0.00721738301, -0.0804533958)
  3221. o11.CFrame = CFrame.new(-35.4104881, 0.500021458, -4.22631454, 1.00001574, -5.37916129e-008, -2.14352276e-005, -2.34874847e-006, -1.00000954, -7.73380452e-006, -2.62633748e-005, 9.52200571e-006, -1.0000062)
  3222. o11.CanCollide = false
  3223. o11.FormFactor = Enum.FormFactor.Symmetric
  3224. o11.Size = Vector3.new(1, 1, 1)
  3225. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3226. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3227. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3228. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3229. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3230. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3231. o11.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3232. o12 = Instance.new("SpecialMesh")
  3233. o12.Parent = o11
  3234. o12.Scale = Vector3.new(0.210526317, 0.0526315793, 0.315789461)
  3235. o12.MeshType = Enum.MeshType.Wedge
  3236. o13 = Instance.new("Fire")
  3237. o13.Parent = o11
  3238. o13.Size = 30
  3239. o13.Color = Color3.new(1, 0.721569, 0)
  3240. o13.Enabled = false
  3241. o13.Heat = 25
  3242. o13.SecondaryColor = Color3.new(1, 0, 0)
  3243. o14 = Instance.new("Part")
  3244. o14.Parent = o1
  3245. o14.Material = Enum.Material.SmoothPlastic
  3246. o14.BrickColor = BrickColor.new("Black")
  3247. o14.Position = Vector3.new(-35.4104958, 0.889575243, -4.47370863)
  3248. o14.Rotation = Vector3.new(74.9995193, 0.000315502082, -0.00119504367)
  3249. o14.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3250. o14.Velocity = Vector3.new(-0.0384454876, -0.0102462051, -0.0852226689)
  3251. o14.CFrame = CFrame.new(-35.4104958, 0.889575243, -4.47370863, 1.00001574, 2.08577731e-005, 5.50655022e-006, -2.36551205e-006, 0.258828819, -0.965933084, -2.64123864e-005, 0.96592927, 0.258829713)
  3252. o14.CanCollide = false
  3253. o14.FormFactor = Enum.FormFactor.Symmetric
  3254. o14.Size = Vector3.new(1, 1, 1)
  3255. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3256. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3257. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3258. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3259. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3261. o14.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3262. o15 = Instance.new("BlockMesh")
  3263. o15.Parent = o14
  3264. o15.Scale = Vector3.new(0.105263159, 0.263157904, 0.0526315793)
  3265. o16 = Instance.new("Fire")
  3266. o16.Parent = o14
  3267. o16.Size = 30
  3268. o16.Color = Color3.new(1, 0.72549, 0)
  3269. o16.Enabled = false
  3270. o16.Heat = 25
  3271. o16.SecondaryColor = Color3.new(1, 0, 0)
  3272. o17 = Instance.new("Part")
  3273. o17.Parent = o1
  3274. o17.Material = Enum.Material.SmoothPlastic
  3275. o17.BrickColor = BrickColor.new("Black")
  3276. o17.Position = Vector3.new(-35.3315086, 1.07906497, -5.35796833)
  3277. o17.Rotation = Vector3.new(180, -90, 0)
  3278. o17.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3279. o17.Velocity = Vector3.new(-0.0563665926, -0.0222815275, -0.0894025564)
  3280. o17.CFrame = CFrame.new(-35.3315086, 1.07906497, -5.35796833, 1.71591637e-007, 9.87230578e-006, -1.00001574, -2.97786755e-008, -1.00000954, -7.57745329e-006, -1.0000062, 1.81790847e-006, 4.68647704e-006)
  3281. o17.CanCollide = false
  3282. o17.FormFactor = Enum.FormFactor.Symmetric
  3283. o17.Size = Vector3.new(1, 1, 1)
  3284. o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3285. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3286. o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3287. o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3288. o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3289. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3290. o17.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3291. o18 = Instance.new("SpecialMesh")
  3292. o18.Parent = o17
  3293. o18.Scale = Vector3.new(0.368421048, 0.0526315793, 0.0526315793)
  3294. o18.MeshType = Enum.MeshType.Wedge
  3295. o19 = Instance.new("Fire")
  3296. o19.Parent = o17
  3297. o19.Size = 30
  3298. o19.Color = Color3.new(1, 0.72549, 0)
  3299. o19.Enabled = false
  3300. o19.Heat = 25
  3301. o19.SecondaryColor = Color3.new(1, 0, 0)
  3302. o20 = Instance.new("Part")
  3303. o20.Parent = o1
  3304. o20.Material = Enum.Material.SmoothPlastic
  3305. o20.BrickColor = BrickColor.new("Black")
  3306. o20.Position = Vector3.new(-35.4104805, 0.958010852, -4.96320057)
  3307. o20.Rotation = Vector3.new(179.999557, -0.00122814812, -180)
  3308. o20.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3309. o20.Velocity = Vector3.new(-0.0489239618, -0.0162394736, -0.0860609114)
  3310. o20.CFrame = CFrame.new(-35.4104805, 0.958010852, -4.96320057, -1.00001574, 5.37916129e-008, -2.14352276e-005, 2.34874847e-006, 1.00000954, -7.73380452e-006, 2.62633748e-005, -9.52200571e-006, -1.0000062)
  3311. o20.CanCollide = false
  3312. o20.FormFactor = Enum.FormFactor.Symmetric
  3313. o20.Size = Vector3.new(1, 1, 1)
  3314. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3319. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3320. o20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3321. o21 = Instance.new("BlockMesh")
  3322. o21.Parent = o20
  3323. o21.Scale = Vector3.new(0.105263159, 0.263157904, 0.0526315793)
  3324. o22 = Instance.new("Fire")
  3325. o22.Parent = o20
  3326. o22.Size = 30
  3327. o22.Color = Color3.new(1, 0.72549, 0)
  3328. o22.Enabled = false
  3329. o22.Heat = 25
  3330. o22.SecondaryColor = Color3.new(1, 0, 0)
  3331. o23 = Instance.new("Part")
  3332. o23.Parent = o1
  3333. o23.Material = Enum.Material.SmoothPlastic
  3334. o23.BrickColor = BrickColor.new("Black")
  3335. o23.Position = Vector3.new(-35.4104843, 0.763230979, -4.48951101)
  3336. o23.Rotation = Vector3.new(-0.000487508398, 0.00134937454, 179.999939)
  3337. o23.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3338. o23.Velocity = Vector3.new(-0.0407514423, -0.010439855, -0.0836760551)
  3339. o23.CFrame = CFrame.new(-35.4104843, 0.763230979, -4.48951101, -1, -1.0577362e-006, 2.35510288e-005, 1.05793652e-006, -1, 8.50862671e-006, 2.35510197e-005, 8.50865126e-006, 1)
  3340. o23.CanCollide = false
  3341. o23.FormFactor = Enum.FormFactor.Symmetric
  3342. o23.Size = Vector3.new(1, 1, 1)
  3343. o23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3344. o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3345. o23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3346. o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3347. o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3348. o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. o23.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3350. o24 = Instance.new("SpecialMesh")
  3351. o24.Parent = o23
  3352. o24.Scale = Vector3.new(0.210526317, 0.578947365, 0.210526317)
  3353. o24.MeshType = Enum.MeshType.Wedge
  3354. o25 = Instance.new("Fire")
  3355. o25.Parent = o23
  3356. o25.Size = 30
  3357. o25.Color = Color3.new(1, 0.72549, 0)
  3358. o25.Enabled = false
  3359. o25.Heat = 25
  3360. o25.SecondaryColor = Color3.new(1, 0, 0)
  3361. o26 = Instance.new("Part")
  3362. o26.Parent = o1
  3363. o26.Material = Enum.Material.SmoothPlastic
  3364. o26.BrickColor = BrickColor.new("Black")
  3365. o26.Position = Vector3.new(-35.3310013, 0.973789513, -4.2000246)
  3366. o26.Rotation = Vector3.new(-90.0001068, -3.36800876e-009, -90)
  3367. o26.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3368. o26.Velocity = Vector3.new(-0.0307120979, -0.00811215211, -0.0881255716)
  3369. o26.CFrame = CFrame.new(-35.3310013, 0.973789513, -4.2000246, -5.23805284e-008, 1.00001574, -5.87828397e-011, -1.4926627e-008, -2.29473289e-006, 1.00000954, 1.0000062, -4.80563722e-006, -1.77324978e-006)
  3370. o26.CanCollide = false
  3371. o26.FormFactor = Enum.FormFactor.Symmetric
  3372. o26.Size = Vector3.new(1, 1, 1)
  3373. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3374. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3375. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3376. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3377. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3378. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3379. o26.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3380. o27 = Instance.new("CylinderMesh")
  3381. o27.Parent = o26
  3382. o27.Scale = Vector3.new(0.042105265, 0.0526315793, 0.042105265)
  3383. o28 = Instance.new("Fire")
  3384. o28.Parent = o26
  3385. o28.Size = 30
  3386. o28.Color = Color3.new(1, 0.72549, 0)
  3387. o28.Enabled = false
  3388. o28.Heat = 25
  3389. o28.SecondaryColor = Color3.new(1, 0, 0)
  3390. o29 = Instance.new("Part")
  3391. o29.Parent = o1
  3392. o29.Material = Enum.Material.SmoothPlastic
  3393. o29.BrickColor = BrickColor.new("Black")
  3394. o29.Position = Vector3.new(-35.4899979, 0.710573971, -4.19999981)
  3395. o29.Rotation = Vector3.new(-90, 0, -90)
  3396. o29.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3397. o29.Velocity = Vector3.new(-0.0347407237, -0.00567864534, -0.0811594501)
  3398. o29.CFrame = CFrame.new(-35.4899979, 0.710573971, -4.19999981, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  3399. o29.CanCollide = false
  3400. o29.FormFactor = Enum.FormFactor.Symmetric
  3401. o29.Size = Vector3.new(1, 1, 1)
  3402. o29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3403. o29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3404. o29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3405. o29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. o29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3407. o29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3408. o29.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3409. o30 = Instance.new("CylinderMesh")
  3410. o30.Parent = o29
  3411. o30.Scale = Vector3.new(0.126315787, 0.0526315793, 0.126315787)
  3412. o31 = Instance.new("Fire")
  3413. o31.Parent = o29
  3414. o31.Size = 30
  3415. o31.Color = Color3.new(1, 0.72549, 0)
  3416. o31.Enabled = false
  3417. o31.Heat = 25
  3418. o31.SecondaryColor = Color3.new(1, 0, 0)
  3419. o32 = Instance.new("Part")
  3420. o32.Parent = o1
  3421. o32.Material = Enum.Material.SmoothPlastic
  3422. o32.BrickColor = BrickColor.new("Black")
  3423. o32.Position = Vector3.new(-35.4104881, 0.852715015, -4.77898788)
  3424. o32.Rotation = Vector3.new(90, -0.000134571208, 179.998489)
  3425. o32.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3426. o32.Velocity = Vector3.new(-0.0461980328, -0.0139839379, -0.084771499)
  3427. o32.CFrame = CFrame.new(-35.4104881, 0.852715015, -4.77898788, -1, -2.62629601e-005, -2.34871072e-006, 2.3487114e-006, -2.97153111e-008, -1, 2.62629601e-005, -1, 2.97769134e-008)
  3428. o32.CanCollide = false
  3429. o32.FormFactor = Enum.FormFactor.Symmetric
  3430. o32.Size = Vector3.new(1, 1, 1)
  3431. o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3432. o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3433. o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3434. o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3435. o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3436. o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3437. o32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3438. o33 = Instance.new("BlockMesh")
  3439. o33.Parent = o32
  3440. o33.Scale = Vector3.new(0.105263159, 0.368421048, 0.0526315793)
  3441. o34 = Instance.new("Fire")
  3442. o34.Parent = o32
  3443. o34.Size = 30
  3444. o34.Color = Color3.new(1, 0.72549, 0)
  3445. o34.Enabled = false
  3446. o34.Heat = 25
  3447. o34.SecondaryColor = Color3.new(1, 0, 0)
  3448. o35 = Instance.new("Part")
  3449. o35.Name = "A1"
  3450. o35.Parent = o1
  3451. o35.Material = Enum.Material.SmoothPlastic
  3452. o35.BrickColor = BrickColor.new("Black")
  3453. o35.Position = Vector3.new(-35.3315277, 1.20013595, -4.80531406)
  3454. o35.Rotation = Vector3.new(179.999466, -0.00150475802, -179.999878)
  3455. o35.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3456. o35.Velocity = Vector3.new(-0.0415002145, -0.0155149065, -0.0908844545)
  3457. o35.CFrame = CFrame.new(-35.3315277, 1.20013595, -4.80531406, -1, 2.34846084e-006, -2.62629819e-005, 2.3487114e-006, 1, -9.53681501e-006, 2.62629601e-005, -9.53687595e-006, -1)
  3458. o35.CanCollide = false
  3459. o35.FormFactor = Enum.FormFactor.Plate
  3460. o35.Size = Vector3.new(1, 0.400000006, 1)
  3461. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3462. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3463. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3464. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3465. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3466. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3467. o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3468. o36 = Instance.new("BlockMesh")
  3469. o36.Parent = o35
  3470. o36.Scale = Vector3.new(0.0526315793, 0.210526317, 0.210526317)
  3471. o37 = Instance.new("Part")
  3472. o37.Name = "A10"
  3473. o37.Parent = o1
  3474. o37.Material = Enum.Material.SmoothPlastic
  3475. o37.BrickColor = BrickColor.new("Black")
  3476. o37.Position = Vector3.new(-35.4631577, 1.38964105, -4.09475613)
  3477. o37.Rotation = Vector3.new(179.999466, -0.00150475802, -179.999878)
  3478. o37.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3479. o37.Velocity = Vector3.new(-0.0218682364, -0.00480047893, -0.0901051164)
  3480. o37.CFrame = CFrame.new(-35.4631577, 1.38964105, -4.09475613, -1, 2.34846084e-006, -2.62629819e-005, 2.3487114e-006, 1, -9.53681501e-006, 2.62629601e-005, -9.53687595e-006, -1)
  3481. o37.CanCollide = false
  3482. o37.FormFactor = Enum.FormFactor.Plate
  3483. o37.Size = Vector3.new(1, 0.400000006, 1)
  3484. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3485. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3486. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3487. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3488. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3489. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3490. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3491. o38 = Instance.new("BlockMesh")
  3492. o38.Parent = o37
  3493. o38.Scale = Vector3.new(0.0526315793, 0.105263159, 0.0263157897)
  3494. o39 = Instance.new("Fire")
  3495. o39.Parent = o37
  3496. o39.Size = 30
  3497. o39.Color = Color3.new(1, 0.72549, 0)
  3498. o39.Enabled = false
  3499. o39.Heat = 25
  3500. o39.SecondaryColor = Color3.new(1, 0, 0)
  3501. o40 = Instance.new("Part")
  3502. o40.Name = "A2"
  3503. o40.Parent = o1
  3504. o40.Material = Enum.Material.SmoothPlastic
  3505. o40.BrickColor = BrickColor.new("Black")
  3506. o40.Position = Vector3.new(-35.4105034, 1.25277305, -4.3579278)
  3507. o40.Rotation = Vector3.new(179.999466, -0.00150475802, -179.999878)
  3508. o40.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3509. o40.Velocity = Vector3.new(-0.0301600341, -0.00882854685, -0.08966925)
  3510. o40.CFrame = CFrame.new(-35.4105034, 1.25277305, -4.3579278, -1, 2.34846084e-006, -2.62629819e-005, 2.3487114e-006, 1, -9.53681501e-006, 2.62629601e-005, -9.53687595e-006, -1)
  3511. o40.CanCollide = false
  3512. o40.FormFactor = Enum.FormFactor.Plate
  3513. o40.Size = Vector3.new(1, 0.400000006, 1)
  3514. o40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3515. o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3516. o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3518. o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3519. o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3520. o40.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3521. o41 = Instance.new("BlockMesh")
  3522. o41.Parent = o40
  3523. o41.Scale = Vector3.new(0.210526317, 0.473684222, 0.684210539)
  3524. o42 = Instance.new("Fire")
  3525. o42.Parent = o40
  3526. o42.Size = 30
  3527. o42.Color = Color3.new(1, 0.72549, 0)
  3528. o42.Enabled = false
  3529. o42.Heat = 25
  3530. o42.SecondaryColor = Color3.new(1, 0, 0)
  3531. o43 = Instance.new("Part")
  3532. o43.Name = "A3"
  3533. o43.Parent = o1
  3534. o43.Material = Enum.Material.SmoothPlastic
  3535. o43.BrickColor = BrickColor.new("Black")
  3536. o43.Position = Vector3.new(-35.4104729, 1.25278604, -5.22637701)
  3537. o43.Rotation = Vector3.new(179.999466, -0.00150475802, -179.999878)
  3538. o43.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3539. o43.Velocity = Vector3.new(-0.0506090224, -0.0194617268, -0.089670077)
  3540. o43.CFrame = CFrame.new(-35.4104729, 1.25278604, -5.22637701, -1, 2.34846084e-006, -2.62629819e-005, 2.3487114e-006, 1, -9.53681501e-006, 2.62629601e-005, -9.53687595e-006, -1)
  3541. o43.CanCollide = false
  3542. o43.FormFactor = Enum.FormFactor.Plate
  3543. o43.Size = Vector3.new(1, 0.400000006, 1)
  3544. o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3545. o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3546. o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3547. o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3548. o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3549. o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3550. o43.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3551. o44 = Instance.new("BlockMesh")
  3552. o44.Parent = o43
  3553. o44.Scale = Vector3.new(0.210526317, 0.473684222, 0.631578922)
  3554. o45 = Instance.new("Part")
  3555. o45.Name = "A4"
  3556. o45.Parent = o1
  3557. o45.Material = Enum.Material.SmoothPlastic
  3558. o45.BrickColor = BrickColor.new("Black")
  3559. o45.Position = Vector3.new(-35.4894524, 1.25277495, -4.8053031)
  3560. o45.Rotation = Vector3.new(179.999466, -0.00150475802, -179.999878)
  3561. o45.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3562. o45.Velocity = Vector3.new(-0.0406941809, -0.0130974697, -0.087810263)
  3563. o45.CFrame = CFrame.new(-35.4894524, 1.25277495, -4.8053031, -1, 2.34846084e-006, -2.62629819e-005, 2.3487114e-006, 1, -9.53681501e-006, 2.62629601e-005, -9.53687595e-006, -1)
  3564. o45.CanCollide = false
  3565. o45.FormFactor = Enum.FormFactor.Plate
  3566. o45.Size = Vector3.new(1, 0.400000006, 1)
  3567. o45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3568. o45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3569. o45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3570. o45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. o45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. o45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3573. o45.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3574. o46 = Instance.new("BlockMesh")
  3575. o46.Parent = o45
  3576. o46.Scale = Vector3.new(0.0526315793, 0.473684222, 0.210526317)
  3577. o47 = Instance.new("Part")
  3578. o47.Name = "A5"
  3579. o47.Parent = o1
  3580. o47.Material = Enum.Material.SmoothPlastic
  3581. o47.BrickColor = BrickColor.new("Black")
  3582. o47.Position = Vector3.new(-35.4104767, 1.36860096, -5.48957109)
  3583. o47.Rotation = Vector3.new(179.999466, -0.00150475802, -179.999878)
  3584. o47.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3585. o47.Velocity = Vector3.new(-0.0550336763, -0.0226840507, -0.0910879746)
  3586. o47.CFrame = CFrame.new(-35.4104767, 1.36860096, -5.48957109, -1, 2.34846084e-006, -2.62629819e-005, 2.3487114e-006, 1, -9.53681501e-006, 2.62629601e-005, -9.53687595e-006, -1)
  3587. o47.CanCollide = false
  3588. o47.FormFactor = Enum.FormFactor.Plate
  3589. o47.Size = Vector3.new(1, 0.400000006, 1)
  3590. o47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3591. o47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3592. o47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. o47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3594. o47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3595. o47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3596. o47.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3597. o48 = Instance.new("BlockMesh")
  3598. o48.Parent = o47
  3599. o48.Scale = Vector3.new(0.0157894734, 0.105263159, 0.105263159)
  3600. o49 = Instance.new("Fire")
  3601. o49.Parent = o47
  3602. o49.Size = 30
  3603. o49.Color = Color3.new(1, 0.72549, 0)
  3604. o49.Enabled = false
  3605. o49.Heat = 25
  3606. o49.SecondaryColor = Color3.new(1, 0, 0)
  3607. o50 = Instance.new("Part")
  3608. o50.Name = "A6"
  3609. o50.Parent = o1
  3610. o50.Material = Enum.Material.SmoothPlastic
  3611. o50.BrickColor = BrickColor.new("Black")
  3612. o50.Position = Vector3.new(-35.4104691, 1.13170695, -5.35796976)
  3613. o50.Rotation = Vector3.new(179.999466, -0.00150475802, -179.999878)
  3614. o50.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3615. o50.Velocity = Vector3.new(-0.0555608422, -0.0210729446, -0.0881878063)
  3616. o50.CFrame = CFrame.new(-35.4104691, 1.13170695, -5.35796976, -1, 2.34846084e-006, -2.62629819e-005, 2.3487114e-006, 1, -9.53681501e-006, 2.62629601e-005, -9.53687595e-006, -1)
  3617. o50.CanCollide = false
  3618. o50.FormFactor = Enum.FormFactor.Symmetric
  3619. o50.Size = Vector3.new(1, 1, 1)
  3620. o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3621. o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3622. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3625. o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3626. o50.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3627. o51 = Instance.new("BlockMesh")
  3628. o51.Parent = o50
  3629. o51.Scale = Vector3.new(0.105263159, 0.0526315793, 0.368421048)
  3630. o52 = Instance.new("Fire")
  3631. o52.Parent = o50
  3632. o52.Size = 30
  3633. o52.Color = Color3.new(1, 0.72549, 0)
  3634. o52.Enabled = false
  3635. o52.Heat = 25
  3636. o52.SecondaryColor = Color3.new(1, 0, 0)
  3637. o53 = Instance.new("Part")
  3638. o53.Name = "A7"
  3639. o53.Parent = o1
  3640. o53.Material = Enum.Material.SmoothPlastic
  3641. o53.BrickColor = BrickColor.new("Black")
  3642. o53.Position = Vector3.new(-35.4368172, 1.32646894, -4.805305)
  3643. o53.Rotation = Vector3.new(179.999466, -0.00150475802, -179.999878)
  3644. o53.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3645. o53.Velocity = Vector3.new(-0.0395662561, -0.0139031569, -0.0899519399)
  3646. o53.CFrame = CFrame.new(-35.4368172, 1.32646894, -4.805305, -1, 2.34846084e-006, -2.62629819e-005, 2.3487114e-006, 1, -9.53681501e-006, 2.62629601e-005, -9.53687595e-006, -1)
  3647. o53.CanCollide = false
  3648. o53.FormFactor = Enum.FormFactor.Plate
  3649. o53.Size = Vector3.new(1, 0.400000006, 1)
  3650. o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3651. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3652. o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3653. o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3654. o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3655. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3656. o53.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3657. o54 = Instance.new("BlockMesh")
  3658. o54.Parent = o53
  3659. o54.Scale = Vector3.new(0.0526315793, 0.105263159, 0.210526317)
  3660. o55 = Instance.new("Part")
  3661. o55.Name = "A8"
  3662. o55.Parent = o1
  3663. o55.Material = Enum.Material.SmoothPlastic
  3664. o55.BrickColor = BrickColor.new("Black")
  3665. o55.Position = Vector3.new(-35.410511, 1.35805595, -4.09476376)
  3666. o55.Rotation = Vector3.new(179.999466, -0.00150475802, -179.999878)
  3667. o55.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3668. o55.Velocity = Vector3.new(-0.0223518386, -0.00560639845, -0.0909580961)
  3669. o55.CFrame = CFrame.new(-35.410511, 1.35805595, -4.09476376, -1, 2.34846084e-006, -2.62629819e-005, 2.3487114e-006, 1, -9.53681501e-006, 2.62629601e-005, -9.53687595e-006, -1)
  3670. o55.CanCollide = false
  3671. o55.FormFactor = Enum.FormFactor.Plate
  3672. o55.Size = Vector3.new(1, 0.400000006, 1)
  3673. o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3674. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3675. o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3676. o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3677. o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3678. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3679. o55.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3680. o56 = Instance.new("BlockMesh")
  3681. o56.Parent = o55
  3682. o56.Scale = Vector3.new(0.157894731, 0.105263159, 0.0263157897)
  3683. o57 = Instance.new("Fire")
  3684. o57.Parent = o55
  3685. o57.Size = 30
  3686. o57.Color = Color3.new(1, 0.72549, 0)
  3687. o57.Enabled = false
  3688. o57.Heat = 25
  3689. o57.SecondaryColor = Color3.new(1, 0, 0)
  3690. o58 = Instance.new("Part")
  3691. o58.Name = "A9"
  3692. o58.Parent = o1
  3693. o58.Material = Enum.Material.SmoothPlastic
  3694. o58.BrickColor = BrickColor.new("Black")
  3695. o58.Position = Vector3.new(-35.357872, 1.38963795, -4.09477282)
  3696. o58.Rotation = Vector3.new(179.999466, -0.00150475802, -179.999878)
  3697. o58.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3698. o58.Velocity = Vector3.new(-0.0218686424, -0.0064122309, -0.0925842747)
  3699. o58.CFrame = CFrame.new(-35.357872, 1.38963795, -4.09477282, -1, 2.34846084e-006, -2.62629819e-005, 2.3487114e-006, 1, -9.53681501e-006, 2.62629601e-005, -9.53687595e-006, -1)
  3700. o58.CanCollide = false
  3701. o58.FormFactor = Enum.FormFactor.Plate
  3702. o58.Size = Vector3.new(1, 0.400000006, 1)
  3703. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3704. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3705. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3706. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3707. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3708. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3709. o58.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3710. o59 = Instance.new("BlockMesh")
  3711. o59.Parent = o58
  3712. o59.Scale = Vector3.new(0.0526315793, 0.105263159, 0.0263157897)
  3713. o60 = Instance.new("Fire")
  3714. o60.Parent = o58
  3715. o60.Size = 30
  3716. o60.Color = Color3.new(1, 0.72549, 0)
  3717. o60.Enabled = false
  3718. o60.Heat = 25
  3719. o60.SecondaryColor = Color3.new(1, 0, 0)
  3720. o61 = Instance.new("Part")
  3721. o61.Name = "Chamber"
  3722. o61.Parent = o1
  3723. o61.Material = Enum.Material.SmoothPlastic
  3724. o61.BrickColor = BrickColor.new("Dark stone grey")
  3725. o61.Position = Vector3.new(-35.4104767, 1.26857996, -4.51584291)
  3726. o61.Rotation = Vector3.new(-8.52310791e-007, -90, 0)
  3727. o61.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3728. o61.Velocity = Vector3.new(-0.0336364768, -0.0107622882, -0.0898632854)
  3729. o61.CFrame = CFrame.new(-35.4104767, 1.26857996, -4.51584291, -5.23792956e-008, -9.75113653e-006, -1, 1.48756296e-008, 1, -9.75113653e-006, 1, -1.48761217e-008, -5.23792494e-008)
  3730. o61.CanCollide = false
  3731. o61.FormFactor = Enum.FormFactor.Symmetric
  3732. o61.Size = Vector3.new(1, 1, 1)
  3733. o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3734. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3735. o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3736. o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3737. o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3738. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3739. o61.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3740. o62 = Instance.new("BlockMesh")
  3741. o62.Parent = o61
  3742. o62.Scale = Vector3.new(0.263157904, 0.0526315793, 0.157894731)
  3743. o63 = Instance.new("Fire")
  3744. o63.Parent = o61
  3745. o63.Size = 30
  3746. o63.Color = Color3.new(1, 0.72549, 0)
  3747. o63.Enabled = false
  3748. o63.Heat = 25
  3749. o63.SecondaryColor = Color3.new(1, 0, 0)
  3750. o64 = Instance.new("Part")
  3751. o64.Name = "Handle"
  3752. o64.Parent = o1
  3753. o64.Material = Enum.Material.SmoothPlastic
  3754. o64.BrickColor = BrickColor.new("Black")
  3755. o64.Position = Vector3.new(-35.4104881, 0.800646901, -4.18161678)
  3756. o64.Rotation = Vector3.new(167.456268, -14.8379488, 174.179169)
  3757. o64.CFrame = CFrame.new(-35.4104881, 0.800646901, -4.18161678, -0.961669862, -0.098036088, -0.256086051, -0.0436659977, 0.976738214, -0.2099424, 0.270710975, -0.190713033, -0.943580508)
  3758. o64.FormFactor = Enum.FormFactor.Plate
  3759. o64.Size = Vector3.new(1, 0.400000006, 1)
  3760. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3761. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3762. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3763. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3765. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. o64.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3767. o65 = Instance.new("BlockMesh")
  3768. o65.Parent = o64
  3769. o65.Scale = Vector3.new(0.0526315793, 0.315789461, 0.0526315793)
  3770. o66 = Instance.new("Sound")
  3771. o66.Name = "Fire"
  3772. o66.Parent = o64
  3773. o66.SoundId = "http://www.roblox.com/asset/?id=2920959"
  3774. o66.Volume = 1
  3775. o66.PlayOnRemove = true
  3776. o67 = Instance.new("Sound")
  3777. o67.Name = "S1"
  3778. o67.Parent = o64
  3779. o67.Pitch = 0.5
  3780. o67.SoundId = "http://www.roblox.com/asset/?id=2697295"
  3781. o67.Volume = 1
  3782. o67.PlayOnRemove = true
  3783. o68 = Instance.new("Sound")
  3784. o68.Name = "S2"
  3785. o68.Parent = o64
  3786. o68.Pitch = 0.40000000596046
  3787. o68.SoundId = "http://www.roblox.com/asset/?id=2697295"
  3788. o68.Volume = 1
  3789. o68.PlayOnRemove = true
  3790. o69 = Instance.new("Sound")
  3791. o69.Name = "S3"
  3792. o69.Parent = o64
  3793. o69.Pitch = 0.80000001192093
  3794. o69.SoundId = "http://www.roblox.com/asset/?id=2697295"
  3795. o69.Volume = 1
  3796. o69.PlayOnRemove = true
  3797. o70 = Instance.new("Sound")
  3798. o70.Name = "S4"
  3799. o70.Parent = o64
  3800. o70.Pitch = 0.60000002384186
  3801. o70.SoundId = "http://www.roblox.com/asset/?id=2697295"
  3802. o70.Volume = 1
  3803. o70.PlayOnRemove = true
  3804. o71 = Instance.new("Sound")
  3805. o71.Name = "Click"
  3806. o71.Parent = o64
  3807. o71.Pitch = 1.3999999761581
  3808. o71.SoundId = "http://roblox.com/asset/?id=10209881"
  3809. o71.Volume = 1
  3810. o71.PlayOnRemove = true
  3811. o72 = Instance.new("Weld")
  3812. o72.Parent = o64
  3813. o72.Part0 = o64
  3814. o72.Part1 = o64
  3815. o73 = Instance.new("Weld")
  3816. o73.Parent = o64
  3817. o73.Part0 = o64
  3818. o73.Part1 = o64
  3819. o74 = Instance.new("Weld")
  3820. o74.Parent = o64
  3821. o74.Part0 = o64
  3822. o74.Part1 = o64
  3823. o75 = Instance.new("Weld")
  3824. o75.Parent = o64
  3825. o75.Part0 = o64
  3826. o75.Part1 = o64
  3827. o76 = Instance.new("Weld")
  3828. o76.Parent = o64
  3829. o76.Part0 = o64
  3830. o76.Part1 = o64
  3831. o77 = Instance.new("Weld")
  3832. o77.Parent = o64
  3833. o77.Part0 = o64
  3834. o77.Part1 = o64
  3835. o78 = Instance.new("Weld")
  3836. o78.Parent = o64
  3837. o78.Part0 = o64
  3838. o78.Part1 = o64
  3839. o79 = Instance.new("Weld")
  3840. o79.Parent = o64
  3841. o79.Part0 = o64
  3842. o79.Part1 = o64
  3843. o80 = Instance.new("Weld")
  3844. o80.Parent = o64
  3845. o80.Part0 = o64
  3846. o80.Part1 = o64
  3847. o81 = Instance.new("Weld")
  3848. o81.Parent = o64
  3849. o81.Part0 = o64
  3850. o81.Part1 = o64
  3851. o82 = Instance.new("Weld")
  3852. o82.Parent = o64
  3853. o82.Part0 = o64
  3854. o82.Part1 = o64
  3855. o83 = Instance.new("Weld")
  3856. o83.Parent = o64
  3857. o83.Part0 = o64
  3858. o83.Part1 = o64
  3859. o84 = Instance.new("Weld")
  3860. o84.Parent = o64
  3861. o84.Part0 = o64
  3862. o84.Part1 = o64
  3863. o85 = Instance.new("Weld")
  3864. o85.Parent = o64
  3865. o85.Part0 = o64
  3866. o85.Part1 = o64
  3867. o87 = Instance.new("Part")
  3868. o87.Name = "Mag"
  3869. o87.Parent = o1
  3870. o87.Material = Enum.Material.SmoothPlastic
  3871. o87.BrickColor = BrickColor.new("Dark stone grey")
  3872. o87.Position = Vector3.new(-35.4104919, 0.733827055, -4.30283403)
  3873. o87.Rotation = Vector3.new(161.000046, -0.0011589973, 179.999619)
  3874. o87.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3875. o87.Velocity = Vector3.new(-0.0368058607, -0.00815418176, -0.0833158717)
  3876. o87.CFrame = CFrame.new(-35.4104919, 0.733827055, -4.30283403, -1.00001574, -6.90577735e-006, -2.0228319e-005, 2.34874847e-006, 0.945528269, -0.325569361, 2.62633748e-005, -0.325569987, -0.945524514)
  3877. o87.CanCollide = false
  3878. o87.FormFactor = Enum.FormFactor.Plate
  3879. o87.Size = Vector3.new(1, 0.400000006, 1)
  3880. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3881. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3882. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3883. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3884. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3885. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3886. o87.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3887. o88 = Instance.new("BlockMesh")
  3888. o88.Parent = o87
  3889. o88.Scale = Vector3.new(0.157894731, 1.42105269, 0.315789461)
  3890. o89 = Instance.new("Fire")
  3891. o89.Parent = o87
  3892. o89.Size = 30
  3893. o89.Color = Color3.new(1, 0.72549, 0)
  3894. o89.Enabled = false
  3895. o89.Heat = 25
  3896. o89.SecondaryColor = Color3.new(1, 0, 0)
  3897. o90 = Instance.new("Part")
  3898. o90.Name = "Mag2"
  3899. o90.Parent = o1
  3900. o90.Material = Enum.Material.SmoothPlastic
  3901. o90.BrickColor = BrickColor.new("Dark stone grey")
  3902. o90.Position = Vector3.new(-35.4104881, 0.442114174, -4.21578646)
  3903. o90.Rotation = Vector3.new(169.999802, -0.00121091388, 179.999786)
  3904. o90.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3905. o90.Velocity = Vector3.new(-0.0392212048, -0.00708848378, -0.0797444135)
  3906. o90.CFrame = CFrame.new(-35.4104881, 0.442114174, -4.21578646, -1.00001574, -3.66619452e-006, -2.11344341e-005, 2.34874847e-006, 0.98481667, -0.173652515, 2.62633748e-005, -0.173653677, -0.984812975)
  3907. o90.CanCollide = false
  3908. o90.FormFactor = Enum.FormFactor.Plate
  3909. o90.Size = Vector3.new(1, 0.400000006, 1)
  3910. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3911. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3912. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3913. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3914. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3915. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3916. o90.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3917. o91 = Instance.new("BlockMesh")
  3918. o91.Parent = o90
  3919. o91.Scale = Vector3.new(0.210526317, 0.210526317, 0.368421048)
  3920. o92 = Instance.new("Fire")
  3921. o92.Parent = o90
  3922. o92.Size = 30
  3923. o92.Color = Color3.new(1, 0.72549, 0)
  3924. o92.Enabled = false
  3925. o92.Heat = 25
  3926. o92.SecondaryColor = Color3.new(1, 0, 0)
  3927. o93 = Instance.new("Part")
  3928. o93.Parent = o1
  3929. o93.Material = Enum.Material.SmoothPlastic
  3930. o93.BrickColor = BrickColor.new("Black")
  3931. o93.Position = Vector3.new(-35.4899864, 0.97379607, -4.20000648)
  3932. o93.Rotation = Vector3.new(-90.0000992, -3.35790085e-009, -90)
  3933. o93.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3934. o93.Velocity = Vector3.new(-0.0307115726, -0.00567846186, -0.0843820646)
  3935. o93.CFrame = CFrame.new(-35.4899864, 0.97379607, -4.20000648, -5.23805284e-008, 1.00001574, -5.86064253e-011, -2.98277882e-008, -2.29473289e-006, 1.00000954, 1.0000062, -4.80563722e-006, -1.75834816e-006)
  3936. o93.CanCollide = false
  3937. o93.FormFactor = Enum.FormFactor.Symmetric
  3938. o93.Size = Vector3.new(1, 1, 1)
  3939. o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3940. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3941. o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3942. o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3944. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3945. o93.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3946. o94 = Instance.new("CylinderMesh")
  3947. o94.Parent = o93
  3948. o94.Scale = Vector3.new(0.042105265, 0.0526315793, 0.042105265)
  3949. o95 = Instance.new("Fire")
  3950. o95.Parent = o93
  3951. o95.Size = 30
  3952. o95.Color = Color3.new(1, 0.72549, 0)
  3953. o95.Enabled = false
  3954. o95.Heat = 25
  3955. o95.SecondaryColor = Color3.new(1, 0, 0)
  3956. o96 = Instance.new("Part")
  3957. o96.Parent = o1
  3958. o96.Material = Enum.Material.SmoothPlastic
  3959. o96.BrickColor = BrickColor.new("Black")
  3960. o96.Position = Vector3.new(-35.4104881, 1.07906675, -4.67373323)
  3961. o96.Rotation = Vector3.new(179.999557, -0.00122814823, -180)
  3962. o96.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3963. o96.Velocity = Vector3.new(-0.0402550176, -0.0126952985, -0.0875428617)
  3964. o96.CFrame = CFrame.new(-35.4104881, 1.07906675, -4.67373323, -1.00001574, 5.37917018e-008, -2.14352294e-005, 2.34874847e-006, 1.00000954, -7.72635394e-006, 2.62633748e-005, -9.51455513e-006, -1.0000062)
  3965. o96.CanCollide = false
  3966. o96.FormFactor = Enum.FormFactor.Symmetric
  3967. o96.Size = Vector3.new(1, 1, 1)
  3968. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3969. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3970. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3971. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3972. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3973. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3974. o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3975. o97 = Instance.new("BlockMesh")
  3976. o97.Parent = o96
  3977. o97.Scale = Vector3.new(0.210526317, 0.0526315793, 1)
  3978. o98 = Instance.new("Fire")
  3979. o98.Parent = o96
  3980. o98.Size = 30
  3981. o98.Color = Color3.new(1, 0.72549, 0)
  3982. o98.Enabled = false
  3983. o98.Heat = 25
  3984. o98.SecondaryColor = Color3.new(1, 0, 0)
  3985. o99 = Instance.new("Part")
  3986. o99.Parent = o1
  3987. o99.Material = Enum.Material.SmoothPlastic
  3988. o99.BrickColor = BrickColor.new("Black")
  3989. o99.Position = Vector3.new(-35.3309937, 0.71058172, -4.20001459)
  3990. o99.Rotation = Vector3.new(-90.0000992, -3.35790085e-009, -90)
  3991. o99.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  3992. o99.Velocity = Vector3.new(-0.0347405896, -0.00811214652, -0.084903203)
  3993. o99.CFrame = CFrame.new(-35.3309937, 0.71058172, -4.20001459, -5.23805284e-008, 1.00001574, -5.86064253e-011, -2.98277882e-008, -2.29473289e-006, 1.00000954, 1.0000062, -4.80563722e-006, -1.75834816e-006)
  3994. o99.CanCollide = false
  3995. o99.FormFactor = Enum.FormFactor.Symmetric
  3996. o99.Size = Vector3.new(1, 1, 1)
  3997. o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3998. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3999. o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4000. o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4001. o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4002. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4003. o99.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4004. o100 = Instance.new("CylinderMesh")
  4005. o100.Parent = o99
  4006. o100.Scale = Vector3.new(0.126315787, 0.0526315793, 0.126315787)
  4007. o101 = Instance.new("Fire")
  4008. o101.Parent = o99
  4009. o101.Size = 30
  4010. o101.Color = Color3.new(1, 0.72549, 0)
  4011. o101.Enabled = false
  4012. o101.Heat = 25
  4013. o101.SecondaryColor = Color3.new(1, 0, 0)
  4014. o102 = Instance.new("Part")
  4015. o102.Parent = o1
  4016. o102.Material = Enum.Material.SmoothPlastic
  4017. o102.BrickColor = BrickColor.new("Black")
  4018. o102.Position = Vector3.new(-35.4104843, 0.79272294, -4.48130512)
  4019. o102.Rotation = Vector3.new(161.000046, -0.0011589973, 179.999619)
  4020. o102.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4021. o102.Velocity = Vector3.new(-0.0401068069, -0.0103393868, -0.08403714)
  4022. o102.CFrame = CFrame.new(-35.4104843, 0.79272294, -4.48130512, -1.00001574, -6.90577735e-006, -2.0228319e-005, 2.34874847e-006, 0.945528269, -0.325569361, 2.62633748e-005, -0.325569987, -0.945524514)
  4023. o102.CanCollide = false
  4024. o102.FormFactor = Enum.FormFactor.Plate
  4025. o102.Size = Vector3.new(1, 0.400000006, 1)
  4026. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4027. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4028. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4029. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4030. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4031. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4032. o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4033. o103 = Instance.new("BlockMesh")
  4034. o103.Parent = o102
  4035. o103.Scale = Vector3.new(0.210526317, 0.105263159, 0.105263159)
  4036. o104 = Instance.new("Fire")
  4037. o104.Parent = o102
  4038. o104.Size = 30
  4039. o104.Color = Color3.new(1, 0.72549, 0)
  4040. o104.Enabled = false
  4041. o104.Heat = 25
  4042. o104.SecondaryColor = Color3.new(1, 0, 0)
  4043. o105 = Instance.new("Part")
  4044. o105.Parent = o1
  4045. o105.Material = Enum.Material.SmoothPlastic
  4046. o105.BrickColor = BrickColor.new("Black")
  4047. o105.Position = Vector3.new(-35.4104881, 1.02642512, -4.75267839)
  4048. o105.Rotation = Vector3.new(-0.00044311161, 0.00122814812, 180)
  4049. o105.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4050. o105.Velocity = Vector3.new(-0.0429196693, -0.013661854, -0.0868983492)
  4051. o105.CFrame = CFrame.new(-35.4104881, 1.02642512, -4.75267839, -1.00001574, -5.37916129e-008, 2.14352276e-005, 2.34874847e-006, -1.00000954, 7.73380452e-006, 2.62633748e-005, 9.52200571e-006, 1.0000062)
  4052. o105.CanCollide = false
  4053. o105.FormFactor = Enum.FormFactor.Symmetric
  4054. o105.Size = Vector3.new(1, 1, 1)
  4055. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4056. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4057. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4058. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4059. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4060. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4061. o105.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4062. o106 = Instance.new("SpecialMesh")
  4063. o106.Parent = o105
  4064. o106.Scale = Vector3.new(0.210526317, 0.0526315793, 0.526315808)
  4065. o106.MeshType = Enum.MeshType.Wedge
  4066. o107 = Instance.new("Fire")
  4067. o107.Parent = o105
  4068. o107.Size = 30
  4069. o107.Color = Color3.new(1, 0.72549, 0)
  4070. o107.Enabled = false
  4071. o107.Heat = 25
  4072. o107.SecondaryColor = Color3.new(1, 0, 0)
  4073. o108 = Instance.new("Part")
  4074. o108.Parent = o1
  4075. o108.Material = Enum.Material.SmoothPlastic
  4076. o108.BrickColor = BrickColor.new("Black")
  4077. o108.Position = Vector3.new(-35.4894333, 1.13171327, -5.35796261)
  4078. o108.Rotation = Vector3.new(179.999557, -0.00122814812, -180)
  4079. o108.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4080. o108.Velocity = Vector3.new(-0.0555606075, -0.0198642202, -0.0863285288)
  4081. o108.CFrame = CFrame.new(-35.4894333, 1.13171327, -5.35796261, -1.00001574, 5.37916129e-008, -2.14352276e-005, 2.34874847e-006, 1.00000954, -7.73380452e-006, 2.62633748e-005, -9.52200571e-006, -1.0000062)
  4082. o108.CanCollide = false
  4083. o108.FormFactor = Enum.FormFactor.Symmetric
  4084. o108.Size = Vector3.new(1, 1, 1)
  4085. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4086. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4087. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4088. o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4089. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4090. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4091. o108.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4092. o109 = Instance.new("BlockMesh")
  4093. o109.Parent = o108
  4094. o109.Scale = Vector3.new(0.0526315793, 0.0526315793, 0.368421048)
  4095. o110 = Instance.new("Fire")
  4096. o110.Parent = o108
  4097. o110.Size = 30
  4098. o110.Color = Color3.new(1, 0.72549, 0)
  4099. o110.Enabled = false
  4100. o110.Heat = 25
  4101. o110.SecondaryColor = Color3.new(1, 0, 0)
  4102. o111 = Instance.new("Part")
  4103. o111.Parent = o1
  4104. o111.Material = Enum.Material.SmoothPlastic
  4105. o111.BrickColor = BrickColor.new("Black")
  4106. o111.Reflectance = 0.30000001192093
  4107. o111.Position = Vector3.new(-35.4104729, 1.13698924, -5.52850866)
  4108. o111.Rotation = Vector3.new(-90.0000992, 3.09157167e-006, -179.998779)
  4109. o111.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4110. o111.Velocity = Vector3.new(-0.0594956651, -0.0231608711, -0.0882523879)
  4111. o111.CFrame = CFrame.new(-35.4104729, 1.13698924, -5.52850866, -1.00001574, 2.14352622e-005, 5.39581038e-008, 2.34874847e-006, -2.98791747e-008, 1.00000954, 2.62633748e-005, 1.0000062, -1.75834771e-006)
  4112. o111.CanCollide = false
  4113. o111.FormFactor = Enum.FormFactor.Symmetric
  4114. o111.Size = Vector3.new(1, 1, 1)
  4115. o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4116. o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4117. o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4118. o111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4119. o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4120. o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4121. o111.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4122. o112 = Instance.new("CylinderMesh")
  4123. o112.Parent = o111
  4124. o112.Scale = Vector3.new(0.0473684184, 0.0526315793, 0.0473684184)
  4125. o113 = Instance.new("Fire")
  4126. o113.Parent = o111
  4127. o113.Size = 30
  4128. o113.Color = Color3.new(1, 0.72549, 0)
  4129. o113.Enabled = false
  4130. o113.Heat = 25
  4131. o113.SecondaryColor = Color3.new(1, 0, 0)
  4132. o114 = Instance.new("Part")
  4133. o114.Parent = o1
  4134. o114.Material = Enum.Material.SmoothPlastic
  4135. o114.BrickColor = BrickColor.new("Really black")
  4136. o114.Position = Vector3.new(-35.4104729, 1.25279558, -5.5322094)
  4137. o114.Rotation = Vector3.new(-90.0000992, 3.09157167e-006, -179.998779)
  4138. o114.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4139. o114.Velocity = Vector3.new(-0.0578102432, -0.02320618, -0.0896702483)
  4140. o114.CFrame = CFrame.new(-35.4104729, 1.25279558, -5.5322094, -1.00001574, 2.14352622e-005, 5.39581038e-008, 2.34874847e-006, -2.98791747e-008, 1.00000954, 2.62633748e-005, 1.0000062, -1.75834771e-006)
  4141. o114.CanCollide = false
  4142. o114.FormFactor = Enum.FormFactor.Symmetric
  4143. o114.Size = Vector3.new(1, 1, 1)
  4144. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4145. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4146. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4147. o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4148. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4149. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4150. o114.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4151. o115 = Instance.new("CylinderMesh")
  4152. o115.Parent = o114
  4153. o115.Scale = Vector3.new(0.142105252, 0.0526315793, 0.142105252)
  4154. o116 = Instance.new("Fire")
  4155. o116.Parent = o114
  4156. o116.Size = 30
  4157. o116.Color = Color3.new(1, 0.72549, 0)
  4158. o116.Enabled = false
  4159. o116.Heat = 25
  4160. o116.SecondaryColor = Color3.new(1, 0, 0)
  4161. o117 = Instance.new("Part")
  4162. o117.Parent = o1
  4163. o117.Material = Enum.Material.SmoothPlastic
  4164. o117.BrickColor = BrickColor.new("Dark stone grey")
  4165. o117.Position = Vector3.new(-35.4104805, 1.25278926, -5.11058521)
  4166. o117.Rotation = Vector3.new(-90.0000992, 3.09157167e-006, -179.998779)
  4167. o117.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4168. o117.Velocity = Vector3.new(-0.0478824414, -0.0180439595, -0.089669995)
  4169. o117.CFrame = CFrame.new(-35.4104805, 1.25278926, -5.11058521, -1.00001574, 2.14352622e-005, 5.39581038e-008, 2.34874847e-006, -2.98791747e-008, 1.00000954, 2.62633748e-005, 1.0000062, -1.75834771e-006)
  4170. o117.CanCollide = false
  4171. o117.FormFactor = Enum.FormFactor.Symmetric
  4172. o117.Size = Vector3.new(1, 1, 1)
  4173. o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4174. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4175. o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4176. o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4177. o117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4178. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4179. o117.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4180. o118 = Instance.new("CylinderMesh")
  4181. o118.Parent = o117
  4182. o118.Scale = Vector3.new(0.157894731, 0.894736826, 0.157894731)
  4183. o119 = Instance.new("Fire")
  4184. o119.Parent = o117
  4185. o119.Size = 30
  4186. o119.Color = Color3.new(1, 0.72549, 0)
  4187. o119.Enabled = false
  4188. o119.Heat = 25
  4189. o119.SecondaryColor = Color3.new(1, 0, 0)
  4190. o120 = Instance.new("Part")
  4191. o120.Parent = o1
  4192. o120.Material = Enum.Material.SmoothPlastic
  4193. o120.BrickColor = BrickColor.new("Black")
  4194. o120.Position = Vector3.new(-35.4104996, 1.13170421, -4.59478045)
  4195. o120.Rotation = Vector3.new(179.999557, -0.00122814812, -180)
  4196. o120.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4197. o120.Velocity = Vector3.new(-0.0375902504, -0.0117284749, -0.0881870538)
  4198. o120.CFrame = CFrame.new(-35.4104996, 1.13170421, -4.59478045, -1.00001574, 5.37916129e-008, -2.14352276e-005, 2.34874847e-006, 1.00000954, -7.73380452e-006, 2.62633748e-005, -9.52200571e-006, -1.0000062)
  4199. o120.CanCollide = false
  4200. o120.FormFactor = Enum.FormFactor.Symmetric
  4201. o120.Size = Vector3.new(1, 1, 1)
  4202. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4203. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4204. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4205. o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4206. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4207. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4208. o120.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4209. o121 = Instance.new("BlockMesh")
  4210. o121.Parent = o120
  4211. o121.Scale = Vector3.new(0.210526317, 0.0526315793, 1.15789473)
  4212. o122 = Instance.new("Fire")
  4213. o122.Parent = o120
  4214. o122.Size = 30
  4215. o122.Color = Color3.new(1, 0.72549, 0)
  4216. o122.Enabled = false
  4217. o122.Heat = 25
  4218. o122.SecondaryColor = Color3.new(1, 0, 0)
  4219. o123 = Instance.new("Part")
  4220. o123.Parent = o1
  4221. o123.Material = Enum.Material.SmoothPlastic
  4222. o123.BrickColor = BrickColor.new("Black")
  4223. o123.Position = Vector3.new(-35.4105034, 1.07905424, -4.09476566)
  4224. o123.Rotation = Vector3.new(179.999557, -0.00122814812, 3.081984e-006)
  4225. o123.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4226. o123.Velocity = Vector3.new(-0.0266223773, -0.00560654653, -0.0875423476)
  4227. o123.CFrame = CFrame.new(-35.4105034, 1.07905424, -4.09476566, 1.00001574, -5.37916129e-008, -2.14352276e-005, -2.34874847e-006, -1.00000954, -7.73380452e-006, -2.62633748e-005, 9.52200571e-006, -1.0000062)
  4228. o123.CanCollide = false
  4229. o123.FormFactor = Enum.FormFactor.Symmetric
  4230. o123.Size = Vector3.new(1, 1, 1)
  4231. o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4232. o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4233. o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4234. o123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4235. o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4236. o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4237. o123.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4238. o124 = Instance.new("SpecialMesh")
  4239. o124.Parent = o123
  4240. o124.Scale = Vector3.new(0.210526317, 0.0526315793, 0.157894731)
  4241. o124.MeshType = Enum.MeshType.Wedge
  4242. o125 = Instance.new("Fire")
  4243. o125.Parent = o123
  4244. o125.Size = 30
  4245. o125.Color = Color3.new(1, 0.72549, 0)
  4246. o125.Enabled = false
  4247. o125.Heat = 25
  4248. o125.SecondaryColor = Color3.new(1, 0, 0)
  4249. o126 = Instance.new("Part")
  4250. o126.Parent = o1
  4251. o126.Material = Enum.Material.SmoothPlastic
  4252. o126.BrickColor = BrickColor.new("Black")
  4253. o126.Position = Vector3.new(-35.4104729, 1.13698781, -5.34219408)
  4254. o126.Rotation = Vector3.new(-90.0000992, 3.09157167e-006, -179.998779)
  4255. o126.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4256. o126.Velocity = Vector3.new(-0.0551085733, -0.0208797511, -0.088252373)
  4257. o126.CFrame = CFrame.new(-35.4104729, 1.13698781, -5.34219408, -1.00001574, 2.14352622e-005, 5.39581038e-008, 2.34874847e-006, -2.98791747e-008, 1.00000954, 2.62633748e-005, 1.0000062, -1.75834771e-006)
  4258. o126.CanCollide = false
  4259. o126.FormFactor = Enum.FormFactor.Symmetric
  4260. o126.Size = Vector3.new(1, 1, 1)
  4261. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4262. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4263. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4264. o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4265. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4266. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4267. o126.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4268. o127 = Instance.new("CylinderMesh")
  4269. o127.Parent = o126
  4270. o127.Scale = Vector3.new(0.0526315793, 0.421052635, 0.0526315793)
  4271. o128 = Instance.new("Fire")
  4272. o128.Parent = o126
  4273. o128.Size = 30
  4274. o128.Color = Color3.new(1, 0.72549, 0)
  4275. o128.Enabled = false
  4276. o128.Heat = 25
  4277. o128.SecondaryColor = Color3.new(1, 0, 0)
  4278. o129 = Instance.new("Part")
  4279. o129.Parent = o1
  4280. o129.Material = Enum.Material.SmoothPlastic
  4281. o129.BrickColor = BrickColor.new("Black")
  4282. o129.Position = Vector3.new(-35.4104996, 0.789537668, -4.09474945)
  4283. o129.Rotation = Vector3.new(179.999557, -0.00122814812, -180)
  4284. o129.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4285. o129.Velocity = Vector3.new(-0.0310534127, -0.00560640683, -0.0839977786)
  4286. o129.CFrame = CFrame.new(-35.4104996, 0.789537668, -4.09474945, -1.00001574, 5.37916129e-008, -2.14352276e-005, 2.34874847e-006, 1.00000954, -7.73380452e-006, 2.62633748e-005, -9.52200571e-006, -1.0000062)
  4287. o129.CanCollide = false
  4288. o129.FormFactor = Enum.FormFactor.Symmetric
  4289. o129.Size = Vector3.new(1, 1, 1)
  4290. o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4291. o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4292. o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4293. o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4294. o129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4295. o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4296. o129.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4297. o130 = Instance.new("SpecialMesh")
  4298. o130.Parent = o129
  4299. o130.Scale = Vector3.new(0.210526317, 0.421052635, 0.157894731)
  4300. o130.MeshType = Enum.MeshType.Wedge
  4301. o131 = Instance.new("Fire")
  4302. o131.Parent = o129
  4303. o131.Size = 30
  4304. o131.Color = Color3.new(1, 0.72549, 0)
  4305. o131.Enabled = false
  4306. o131.Heat = 25
  4307. o131.SecondaryColor = Color3.new(1, 0, 0)
  4308. o132 = Instance.new("Part")
  4309. o132.Parent = o1
  4310. o132.Material = Enum.Material.SmoothPlastic
  4311. o132.BrickColor = BrickColor.new("Black")
  4312. o132.Position = Vector3.new(-35.4894295, 1.07906961, -5.35796356)
  4313. o132.Rotation = Vector3.new(-180, 90, 0)
  4314. o132.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4315. o132.Velocity = Vector3.new(-0.0563664064, -0.019864291, -0.0856840834)
  4316. o132.CFrame = CFrame.new(-35.4894295, 1.07906961, -5.35796356, -5.23805284e-008, 9.74750401e-006, 1.00001574, -1.49261723e-008, -1.00000954, 7.45265197e-006, 1.0000062, 1.77320317e-006, -4.80568633e-006)
  4317. o132.CanCollide = false
  4318. o132.FormFactor = Enum.FormFactor.Symmetric
  4319. o132.Size = Vector3.new(1, 1, 1)
  4320. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4321. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4322. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4323. o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4324. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4325. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4326. o132.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4327. o133 = Instance.new("SpecialMesh")
  4328. o133.Parent = o132
  4329. o133.Scale = Vector3.new(0.368421048, 0.0526315793, 0.0526315793)
  4330. o133.MeshType = Enum.MeshType.Wedge
  4331. o134 = Instance.new("Fire")
  4332. o134.Parent = o132
  4333. o134.Size = 30
  4334. o134.Color = Color3.new(1, 0.72549, 0)
  4335. o134.Enabled = false
  4336. o134.Heat = 25
  4337. o134.SecondaryColor = Color3.new(1, 0, 0)
  4338. o135 = Instance.new("Part")
  4339. o135.Parent = o1
  4340. o135.Material = Enum.Material.SmoothPlastic
  4341. o135.BrickColor = BrickColor.new("Black")
  4342. o135.Position = Vector3.new(-35.4104767, 0.673259854, -4.4402051)
  4343. o135.Rotation = Vector3.new(161.000046, -0.0011589973, 179.999619)
  4344. o135.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4345. o135.Velocity = Vector3.new(-0.040967565, -0.00983630121, -0.0825746879)
  4346. o135.CFrame = CFrame.new(-35.4104767, 0.673259854, -4.4402051, -1.00001574, -6.92067806e-006, -2.0228319e-005, 2.34874847e-006, 0.945528269, -0.325569302, 2.62633748e-005, -0.325569928, -0.945524514)
  4347. o135.CanCollide = false
  4348. o135.FormFactor = Enum.FormFactor.Plate
  4349. o135.Size = Vector3.new(1, 0.400000006, 1)
  4350. o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4351. o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4352. o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4353. o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4354. o135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4355. o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4356. o135.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4357. o136 = Instance.new("BlockMesh")
  4358. o136.Parent = o135
  4359. o136.Scale = Vector3.new(0.210526317, 0.105263159, 0.105263159)
  4360. o137 = Instance.new("Fire")
  4361. o137.Parent = o135
  4362. o137.Size = 30
  4363. o137.Color = Color3.new(1, 0.72549, 0)
  4364. o137.Enabled = false
  4365. o137.Heat = 25
  4366. o137.SecondaryColor = Color3.new(1, 0, 0)
  4367. o138 = Instance.new("Part")
  4368. o138.Parent = o1
  4369. o138.Material = Enum.Material.SmoothPlastic
  4370. o138.BrickColor = BrickColor.new("Black")
  4371. o138.Position = Vector3.new(-35.3315125, 1.131706, -5.35797071)
  4372. o138.Rotation = Vector3.new(179.999557, -0.00122814823, -180)
  4373. o138.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4374. o138.Velocity = Vector3.new(-0.0555609092, -0.0222814977, -0.090046972)
  4375. o138.CFrame = CFrame.new(-35.3315125, 1.131706, -5.35797071, -1.00001574, 5.37918758e-008, -2.14352294e-005, 2.34874847e-006, 1.00000954, -7.71145278e-006, 2.62633748e-005, -9.49965397e-006, -1.0000062)
  4376. o138.CanCollide = false
  4377. o138.FormFactor = Enum.FormFactor.Symmetric
  4378. o138.Size = Vector3.new(1, 1, 1)
  4379. o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4380. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4381. o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4382. o138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4383. o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4384. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4385. o138.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4386. o139 = Instance.new("BlockMesh")
  4387. o139.Parent = o138
  4388. o139.Scale = Vector3.new(0.0526315793, 0.0526315793, 0.368421048)
  4389. o140 = Instance.new("Fire")
  4390. o140.Parent = o138
  4391. o140.Size = 30
  4392. o140.Color = Color3.new(1, 0.72549, 0)
  4393. o140.Enabled = false
  4394. o140.Heat = 25
  4395. o140.SecondaryColor = Color3.new(1, 0, 0)
  4396. o141 = Instance.new("Part")
  4397. o141.Parent = o1
  4398. o141.Material = Enum.Material.SmoothPlastic
  4399. o141.BrickColor = BrickColor.new("Black")
  4400. o141.Position = Vector3.new(-35.4104843, 0.552660048, -4.04210567)
  4401. o141.Rotation = Vector3.new(179.999557, -0.00122814823, 3.08199901e-006)
  4402. o141.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4403. o141.Velocity = Vector3.new(-0.0334395319, -0.00496210251, -0.0810979605)
  4404. o141.CFrame = CFrame.new(-35.4104843, 0.552660048, -4.04210567, 1.00001574, -5.37918758e-008, -2.14352294e-005, -2.34874847e-006, -1.00000954, -7.71145278e-006, -2.62633748e-005, 9.49965397e-006, -1.0000062)
  4405. o141.CanCollide = false
  4406. o141.FormFactor = Enum.FormFactor.Symmetric
  4407. o141.Size = Vector3.new(1, 1, 1)
  4408. o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4409. o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4410. o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4411. o141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4412. o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4413. o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4414. o141.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4415. o142 = Instance.new("SpecialMesh")
  4416. o142.Parent = o141
  4417. o142.Scale = Vector3.new(0.210526317, 0.0526315793, 0.0526315793)
  4418. o142.MeshType = Enum.MeshType.Wedge
  4419. o143 = Instance.new("Fire")
  4420. o143.Parent = o141
  4421. o143.Size = 30
  4422. o143.Color = Color3.new(1, 0.72549, 0)
  4423. o143.Enabled = false
  4424. o143.Heat = 25
  4425. o143.SecondaryColor = Color3.new(1, 0, 0)
  4426. o144 = Instance.new("Part")
  4427. o144.Parent = o1
  4428. o144.Material = Enum.Material.SmoothPlastic
  4429. o144.BrickColor = BrickColor.new("Black")
  4430. o144.Position = Vector3.new(-35.4104843, 0.553803861, -4.3990612)
  4431. o144.Rotation = Vector3.new(161.000046, -0.0011572896, 179.999619)
  4432. o144.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4433. o144.Velocity = Vector3.new(-0.0418271832, -0.00933244359, -0.0811119601)
  4434. o144.CFrame = CFrame.new(-35.4104843, 0.553803861, -4.3990612, -1.00001574, -6.93558059e-006, -2.01985131e-005, 2.34874847e-006, 0.945528209, -0.325569421, 2.62633748e-005, -0.325570047, -0.945524395)
  4435. o144.CanCollide = false
  4436. o144.FormFactor = Enum.FormFactor.Plate
  4437. o144.Size = Vector3.new(1, 0.400000006, 1)
  4438. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4439. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4440. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4441. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4442. o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4443. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4444. o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4445. o145 = Instance.new("BlockMesh")
  4446. o145.Parent = o144
  4447. o145.Scale = Vector3.new(0.210526317, 0.105263159, 0.105263159)
  4448. o146 = Instance.new("Fire")
  4449. o146.Parent = o144
  4450. o146.Size = 30
  4451. o146.Color = Color3.new(1, 0.72549, 0)
  4452. o146.Enabled = false
  4453. o146.Heat = 25
  4454. o146.SecondaryColor = Color3.new(1, 0, 0)
  4455. o147 = Instance.new("Part")
  4456. o147.Parent = o1
  4457. o147.Material = Enum.Material.SmoothPlastic
  4458. o147.BrickColor = BrickColor.new("Black")
  4459. o147.Position = Vector3.new(-35.4104881, 0.552663922, -4.22631502)
  4460. o147.Rotation = Vector3.new(179.999557, -0.00122814823, -180)
  4461. o147.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4462. o147.Velocity = Vector3.new(-0.0377770141, -0.0072173886, -0.0810979158)
  4463. o147.CFrame = CFrame.new(-35.4104881, 0.552663922, -4.22631502, -1.00001574, 5.37918758e-008, -2.14352294e-005, 2.34874847e-006, 1.00000954, -7.71145278e-006, 2.62633748e-005, -9.49965397e-006, -1.0000062)
  4464. o147.CanCollide = false
  4465. o147.FormFactor = Enum.FormFactor.Symmetric
  4466. o147.Size = Vector3.new(1, 1, 1)
  4467. o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4468. o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4469. o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4470. o147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4471. o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4472. o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4473. o147.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4474. o148 = Instance.new("BlockMesh")
  4475. o148.Parent = o147
  4476. o148.Scale = Vector3.new(0.210526317, 0.0526315793, 0.315789461)
  4477. o149 = Instance.new("Fire")
  4478. o149.Parent = o147
  4479. o149.Size = 30
  4480. o149.Color = Color3.new(1, 0.72549, 0)
  4481. o149.Enabled = false
  4482. o149.Heat = 25
  4483. o149.SecondaryColor = Color3.new(1, 0, 0)
  4484. o150 = Instance.new("Part")
  4485. o150.Parent = o1
  4486. o150.Material = Enum.Material.SmoothPlastic
  4487. o150.BrickColor = BrickColor.new("Black")
  4488. o150.Position = Vector3.new(-35.4104843, 0.915896297, -4.65267134)
  4489. o150.Rotation = Vector3.new(-150.000992, -0.00106732023, 0.000626073859)
  4490. o150.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4491. o150.Velocity = Vector3.new(-0.0422566086, -0.012437488, -0.0855451971)
  4492. o150.CFrame = CFrame.new(-35.4104843, 0.915896297, -4.65267134, 1.00001574, -1.09272223e-005, -1.86282523e-005, -2.44746934e-006, -0.866042912, 0.499988884, -2.64123864e-005, -0.499985695, -0.866040766)
  4493. o150.CanCollide = false
  4494. o150.FormFactor = Enum.FormFactor.Symmetric
  4495. o150.Size = Vector3.new(1, 1, 1)
  4496. o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4497. o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4498. o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4499. o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4500. o150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4501. o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4502. o150.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4503. o151 = Instance.new("SpecialMesh")
  4504. o151.Parent = o150
  4505. o151.Scale = Vector3.new(0.0526315793, 0.105263159, 0.0526315793)
  4506. o151.MeshType = Enum.MeshType.Wedge
  4507. o152 = Instance.new("Fire")
  4508. o152.Parent = o150
  4509. o152.Size = 30
  4510. o152.Color = Color3.new(1, 0.72549, 0)
  4511. o152.Enabled = false
  4512. o152.Heat = 25
  4513. o152.SecondaryColor = Color3.new(1, 0, 0)
  4514. o153 = Instance.new("Part")
  4515. o153.Parent = o1
  4516. o153.Material = Enum.Material.SmoothPlastic
  4517. o153.BrickColor = BrickColor.new("Black")
  4518. o153.Position = Vector3.new(-35.4104652, 1.07906926, -5.35797787)
  4519. o153.Rotation = Vector3.new(179.999557, -0.00122814812, -180)
  4520. o153.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4521. o153.Velocity = Vector3.new(-0.0563667491, -0.0210731141, -0.0875434354)
  4522. o153.CFrame = CFrame.new(-35.4104652, 1.07906926, -5.35797787, -1.00001574, 5.37916129e-008, -2.14352276e-005, 2.34874847e-006, 1.00000954, -7.73380452e-006, 2.62633748e-005, -9.52200571e-006, -1.0000062)
  4523. o153.CanCollide = false
  4524. o153.FormFactor = Enum.FormFactor.Symmetric
  4525. o153.Size = Vector3.new(1, 1, 1)
  4526. o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4527. o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4528. o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4529. o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4530. o153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4531. o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4532. o153.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4533. o154 = Instance.new("BlockMesh")
  4534. o154.Parent = o153
  4535. o154.Scale = Vector3.new(0.105263159, 0.0526315793, 0.368421048)
  4536. o155 = Instance.new("Fire")
  4537. o155.Parent = o153
  4538. o155.Size = 30
  4539. o155.Color = Color3.new(1, 0.72549, 0)
  4540. o155.Enabled = false
  4541. o155.Heat = 25
  4542. o155.SecondaryColor = Color3.new(1, 0, 0)
  4543. o156 = Instance.new("Part")
  4544. o156.Parent = o1
  4545. o156.Material = Enum.Material.SmoothPlastic
  4546. o156.BrickColor = BrickColor.new("Black")
  4547. o156.Position = Vector3.new(-35.3310013, 1.13171351, -4.62109566)
  4548. o156.Rotation = Vector3.new(-90.0001068, -3.36800876e-009, -90)
  4549. o156.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4550. o156.Velocity = Vector3.new(-0.0382097475, -0.0132674836, -0.0900591016)
  4551. o156.CFrame = CFrame.new(-35.3310013, 1.13171351, -4.62109566, -5.23805284e-008, 1.00001574, -5.87828397e-011, -1.4926627e-008, -2.29473289e-006, 1.00000954, 1.0000062, -4.80563722e-006, -1.77324978e-006)
  4552. o156.CanCollide = false
  4553. o156.FormFactor = Enum.FormFactor.Symmetric
  4554. o156.Size = Vector3.new(1, 1, 1)
  4555. o156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4556. o156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4557. o156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4558. o156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4559. o156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4560. o156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4561. o156.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4562. o157 = Instance.new("CylinderMesh")
  4563. o157.Parent = o156
  4564. o157.Scale = Vector3.new(0.0210526325, 0.0526315793, 0.0210526325)
  4565. o158 = Instance.new("Fire")
  4566. o158.Parent = o156
  4567. o158.Size = 30
  4568. o158.Color = Color3.new(1, 0.72549, 0)
  4569. o158.Enabled = false
  4570. o158.Heat = 25
  4571. o158.SecondaryColor = Color3.new(1, 0, 0)
  4572. o159 = Instance.new("Part")
  4573. o159.Parent = o1
  4574. o159.Material = Enum.Material.SmoothPlastic
  4575. o159.BrickColor = BrickColor.new("Black")
  4576. o159.Position = Vector3.new(-35.4899673, 1.13171816, -4.62108946)
  4577. o159.Rotation = Vector3.new(-90.0001068, -3.36800876e-009, -90)
  4578. o159.RotVelocity = Vector3.new(-0.012243377, 0.0235467963, -0.0153062642)
  4579. o159.Velocity = Vector3.new(-0.0382095277, -0.010834231, -0.0863160118)
  4580. o159.CFrame = CFrame.new(-35.4899673, 1.13171816, -4.62108946, -5.23805284e-008, 1.00001574, -5.87828397e-011, -1.4926627e-008, -2.29473289e-006, 1.00000954, 1.0000062, -4.80563722e-006, -1.77324978e-006)
  4581. o159.CanCollide = false
  4582. o159.FormFactor = Enum.FormFactor.Symmetric
  4583. o159.Size = Vector3.new(1, 1, 1)
  4584. o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4585. o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4586. o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4587. o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4588. o159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4589. o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4590. o159.Color = Color3.new(0.105882, 0.164706, 0.207843)
  4591. o160 = Instance.new("CylinderMesh")
  4592. o160.Parent = o159
  4593. o160.Scale = Vector3.new(0.0210526325, 0.0526315793, 0.0210526325)
  4594. o161 = Instance.new("Fire")
  4595. o161.Parent = o159
  4596. o161.Size = 30
  4597. o161.Color = Color3.new(1, 0.72549, 0)
  4598. o161.Enabled = false
  4599. o161.Heat = 25
  4600. o161.SecondaryColor = Color3.new(1, 0, 0)
  4601. o162 = Instance.new("Script")
  4602. o162.Name = "Weld"
  4603. o162.Parent = o1
  4604. table.insert(cors,coroutine.create(function()
  4605. wait()
  4606. Karlbrownisaboss(function()
  4607. local prev
  4608. local parts = script.Parent:GetChildren()
  4609. for i = 1,#parts do
  4610. if ((parts[i].className == "Part") or (parts[i].className == "SpawnLocation") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "TrussPart") or (parts[i].className == "VehicleSeat")) then
  4611. if (prev ~= nil) then
  4612. local weld = Instance.new("Weld")
  4613. weld.Part0 = prev
  4614. weld.Part1 = parts[i]
  4615. weld.C0 = prev.CFrame:inverse()
  4616. weld.C1 = parts[i].CFrame:inverse()
  4617. weld.Parent = prev
  4618. parts[i].Anchored = false
  4619. end
  4620. prev = parts[i]
  4621. end
  4622. end
  4623.  
  4624. end,o162)
  4625. end))
  4626. o163 = Instance.new("Script")
  4627. o163.Name = "WeldArm"
  4628. o163.Parent = o1
  4629. table.insert(cors,coroutine.create(function()
  4630. wait()
  4631. Karlbrownisaboss(function()
  4632. Tool = script.Parent;
  4633. local arms = nil
  4634. local torso = nil
  4635. local welds = {}
  4636.  
  4637. function Equip(mouse)
  4638. wait(0.01)
  4639. arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
  4640. torso = Tool.Parent:FindFirstChild("Torso")
  4641. if arms ~= nil and torso ~= nil then
  4642. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  4643. if sh ~= nil then
  4644. local yes = true
  4645. if yes then
  4646. yes = false
  4647. sh[1].Part1 = nil
  4648. sh[2].Part1 = nil
  4649. local weld1 = Instance.new("Weld")
  4650. weld1.Part0 = torso
  4651. weld1.Parent = torso
  4652. weld1.Part1 = arms[1]
  4653. weld1.C1 = CFrame.new(1.4,0.6, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(40), 0)
  4654. welds[1] = weld1
  4655. local weld2 = Instance.new("Weld")
  4656. weld2.Part0 = torso
  4657. weld2.Parent = torso
  4658. weld2.Part1 = arms[2]
  4659. weld2.C1 = CFrame.new(-1.5, 0.5, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-40), 0)
  4660. welds[2] = weld2
  4661. end
  4662. else
  4663. print("sh")
  4664. end
  4665. else
  4666. print("arms")
  4667. end
  4668. end
  4669.  
  4670. function Unequip(mouse)
  4671. if arms ~= nil and torso ~= nil then
  4672. local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
  4673. if sh ~= nil then
  4674. local yes = true
  4675. if yes then
  4676. yes = false
  4677. sh[1].Part1 = arms[1]
  4678. sh[2].Part1 = arms[2]
  4679. welds[1].Parent = nil
  4680. welds[2].Parent = nil
  4681. end
  4682. else
  4683. print("sh")
  4684. end
  4685. else
  4686. print("arms")
  4687. end
  4688. end
  4689. Tool.Equipped:connect(Equip)
  4690. Tool.Unequipped:connect(Unequip)
  4691.  
  4692. end,o163)
  4693. end))
  4694. o164 = Instance.new("LocalScript")
  4695. o164.Parent = o1
  4696. table.insert(cors,coroutine.create(function()
  4697. wait()
  4698. Karlbrownisaboss(function()
  4699. function Shoot()
  4700. script.Disabled = true
  4701. script.Parent.SmokePart.Shoot:Play()
  4702. script.Parent.SmokePart.Transparency = 0.3
  4703. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  4704. wait(.1)
  4705. script.Parent.SmokePart.Transparency = 1
  4706. wait(.1)
  4707. wait(.1)
  4708. script.Parent:Remove()
  4709. end
  4710. script.Parent.Activated:connect(Shoot)
  4711. end,o164)
  4712. end))
  4713. o165 = Instance.new("Part")
  4714. o165.Name = "SmokePart"
  4715. o165.Parent = o1
  4716. o165.Material = Enum.Material.SmoothPlastic
  4717. o165.BrickColor = BrickColor.new("Bright orange")
  4718. o165.Transparency = 1
  4719. o165.Position = Vector3.new(-35.3950119, 1.24031067, -5.93541193)
  4720. o165.Rotation = Vector3.new(90.0406036, -0.00558233587, -178.089569)
  4721. o165.CFrame = CFrame.new(-35.3950119, 1.24031067, -5.93541193, -0.999444246, 0.0333370864, -9.74301438e-005, 0.000121000026, 0.000705000013, -0.999999762, -0.0333370082, -0.999444008, -0.000708641834)
  4722. o165.CanCollide = false
  4723. o165.Elasticity = 0
  4724. o165.FormFactor = Enum.FormFactor.Custom
  4725. o165.Size = Vector3.new(0.200000003, 0.779999971, 0.200000003)
  4726. o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4727. o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4728. o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4729. o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4730. o165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4731. o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4732. o165.Color = Color3.new(0.854902, 0.521569, 0.254902)
  4733. o166 = Instance.new("Sound")
  4734. o166.Name = "Shoot"
  4735. o166.Parent = o165
  4736. o166.SoundId = "rbxassetid://131257506"
  4737. o167 = Instance.new("Sound")
  4738. o167.Name = "Reload"
  4739. o167.Parent = o165
  4740. o167.SoundId = "rbxassetid://198915489"
  4741. o167.Volume = 1
  4742. o168 = Instance.new("SpecialMesh")
  4743. o168.Parent = o165
  4744. o168.MeshType = Enum.MeshType.Sphere
  4745. o169 = Instance.new("Weld")
  4746. o169.Parent = o165
  4747. o169.Part0 = o165
  4748. mas.Parent = workspace
  4749. mas:MakeJoints()
  4750. local mas1 = mas:GetChildren()
  4751. for i=1,#mas1 do
  4752. mas1[i].Parent = workspace
  4753. ypcall(function() mas1[i]:MakeJoints() end)
  4754. end
  4755. mas:Destroy()
  4756. for i=1,#cors do
  4757. coroutine.resume(cors[i])
  4758. end
  4759. o1.Parent = game.Players.LocalPlayer.Backpack
  4760. end)
  4761.  
  4762. BleachC.MouseButton1Down:connect(function()
  4763. local p = game.Players.LocalPlayer
  4764. local char = p.Character
  4765. local mouse = p:GetMouse()
  4766. local larm = char["Left Arm"]
  4767. local rarm = char["Right Arm"]
  4768. local lleg = char["Left Leg"]
  4769. local rleg = char["Right Leg"]
  4770. local hed = char.Head
  4771. local torso = char.Torso
  4772. local hum = char.Humanoid
  4773. local cam = game.Workspace.CurrentCamera
  4774. local root = char.HumanoidRootPart
  4775. local deb = false
  4776. local shot = 0
  4777. NoAnims = false
  4778. local debris=game:service"Debris"
  4779. local l = game:GetService("Lighting")
  4780. local rs = game:GetService("RunService").RenderStepped
  4781. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  4782. math.randomseed(os.time())
  4783. for i,v in pairs (hed:GetChildren()) do
  4784. if v:IsA("Sound") then
  4785. v:Destroy()
  4786. end
  4787. end
  4788. ----------------------------------------------------
  4789. local Touche = {char.Name, }
  4790. ----------------------------------------------------
  4791.  
  4792. hum.MaxHealth = 150
  4793.  
  4794. ----------------------------------------------------
  4795. function lerp(a, b, t) -- Linear interpolation
  4796. return a + (b - a)*t
  4797. end
  4798.  
  4799. function slerp(a, b, t) --Spherical interpolation
  4800. dot = a:Dot(b)
  4801. if dot > 0.99999 or dot < -0.99999 then
  4802. return t <= 0.5 and a or b
  4803. else
  4804. r = math.acos(dot)
  4805. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  4806. end
  4807. end
  4808.  
  4809. function matrixInterpolate(a, b, t)
  4810. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  4811. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  4812. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  4813. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  4814. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  4815. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  4816. local t = v1:Dot(v2)
  4817. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  4818. return CFrame.new()
  4819. end
  4820. return CFrame.new(
  4821. v0.x, v0.y, v0.z,
  4822. v1.x, v1.y, v1.z,
  4823. v2.x, v2.y, v2.z,
  4824. v3.x, v3.y, v3.z)
  4825. end
  4826. ----------------------------------------------------
  4827. function genWeld(a,b)
  4828. local w = Instance.new("Weld",a)
  4829. w.Part0 = a
  4830. w.Part1 = b
  4831. return w
  4832. end
  4833. function weld(a, b)
  4834. local weld = Instance.new("Weld")
  4835. weld.Name = "W"
  4836. weld.Part0 = a
  4837. weld.Part1 = b
  4838. weld.C0 = a.CFrame:inverse() * b.CFrame
  4839. weld.Parent = a
  4840. return weld;
  4841. end
  4842. ----------------------------------------------------
  4843. function Lerp(c1,c2,al)
  4844. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  4845. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  4846. for i,v in pairs(com1) do
  4847. com1[i] = v+(com2[i]-v)*al
  4848. end
  4849. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  4850. end
  4851. ----------------------------------------------------
  4852. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  4853. local wld = Instance.new("Weld", wp1)
  4854. wld.Part0 = wp0
  4855. wld.Part1 = wp1
  4856. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  4857. end
  4858. ----------------------------------------------------
  4859. function weld5(part0, part1, c0, c1)
  4860. weeld=Instance.new("Weld", part0)
  4861. weeld.Part0=part0
  4862. weeld.Part1=part1
  4863. weeld.C0=c0
  4864. weeld.C1=c1
  4865. return weeld
  4866. end
  4867. ----------------------------------------------------
  4868. function HasntTouched(plrname)
  4869. local ret = true
  4870. for _, v in pairs(Touche) do
  4871. if v == plrname then
  4872. ret = false
  4873. end
  4874. end
  4875. return ret
  4876. end
  4877. ----------------------------------------------------
  4878. gavehp = false
  4879.  
  4880. local ends = {"alive","rip"}
  4881. result = ""
  4882.  
  4883. local g = Instance.new("Part",larm)
  4884. g.Material = "Neon"
  4885. g.CanCollide = false
  4886. g.Size = Vector3.new(1,1,1)
  4887. local gm = Instance.new("SpecialMesh",g)
  4888. gm.MeshId = "rbxassetid://483388971"
  4889. gm.TextureId = "rbxassetid://520016684"
  4890. gm.Scale = Vector3.new(0.005,0.005,0.005)
  4891.  
  4892. local cor = Instance.new("Weld")
  4893. cor.Part1 = g
  4894. cor.Part0 = larm
  4895. cor.Parent = char
  4896. cor.C1 = CFrame.new(0.2,1.8,0)
  4897.  
  4898. ----------------------------------------------------
  4899. newWeld(torso, larm, -1.5, 0.5, 0)
  4900. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  4901. newWeld(torso, rarm, 1.5, 0.5, 0)
  4902. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  4903. newWeld(torso, hed, 0, 1.5, 0)
  4904. newWeld(torso, lleg, -0.5, -1, 0)
  4905. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  4906. newWeld(torso, rleg, 0.5, -1, 0)
  4907. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  4908. newWeld(root, torso, 0, -1, 0)
  4909. torso.Weld.C1 = CFrame.new(0, -1, 0)
  4910. ----------------------------------------------------
  4911. attack = false
  4912. local m = 0
  4913. ----------------------------------------------------
  4914. char.Health:Destroy()
  4915. mouse.KeyDown:connect(function(key)
  4916. if key == "e" then
  4917. if attack == false then
  4918. attack = true
  4919. NoAnims = true
  4920. hum.Health = 150
  4921.  
  4922. result = ends[math.random(1,#ends)]
  4923.  
  4924. local s = Instance.new("Sound",torso)
  4925. s.SoundId = "rbxassetid://140923474"
  4926. s.Volume = 1
  4927. s.Pitch = 1
  4928. s.Looped = true
  4929. s:Play()
  4930.  
  4931. coroutine.wrap(function()
  4932. s:Remove()
  4933. end)()
  4934. local s = Instance.new("Sound",torso)
  4935. s.SoundId = "rbxassetid://212887982"
  4936. s.Volume = 1
  4937. s.Pitch = 1
  4938. s:Play()
  4939.  
  4940. cor.Part0 = hed
  4941. pcall(function()
  4942. for i = 1, 20 do
  4943.  
  4944. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  4945.  
  4946. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(30)), 0.2)
  4947.  
  4948. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  4949.  
  4950. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
  4951.  
  4952. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  4953.  
  4954. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  4955.  
  4956. cor.C0 = Lerp(cor.C0, CFrame.new(0.6,0,0)*CFrame.Angles(math.rad(50),0,0),0.2)
  4957. rs:wait()
  4958.  
  4959. end
  4960. end)
  4961.  
  4962. local pgui = p.PlayerGui
  4963.  
  4964. local sc = Instance.new("ScreenGui",pgui)
  4965. local w1 = Instance.new("TextLabel",sc)
  4966. w1.Size = UDim2.new(1,0,1,0)
  4967. w1.Text = "wo kalm dwn m8 u r gon gt rkt"
  4968. w1.TextScaled = true
  4969. w1.BackgroundColor3 = Color3.new(1,1,1)
  4970. w1.BorderSizePixel = 0
  4971.  
  4972. coroutine.wrap(function()
  4973. for i = 1, 20 do
  4974. w1.BackgroundTransparency = i/10
  4975. w1.TextTransparency = i/10
  4976. end
  4977. end)()
  4978.  
  4979. pcall(function()
  4980. for i = 1, 100 do
  4981. rs:wait()
  4982. m = m + 0.004
  4983. hum.Health = hum.Health-1
  4984. cor.C0 = Lerp(cor.C0, CFrame.new(0.6,0+m/2,0-m/2)*CFrame.Angles(math.rad(50) + m,0,0),0.2)
  4985.  
  4986. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5+m,0-m/3.5)*CFrame.Angles(math.rad(120) + m,math.rad(0),math.rad(30)), 0.2)
  4987.  
  4988. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5+m,0+m/3.5)*CFrame.Angles(math.rad(0) - m,math.rad(0),math.rad(0) + m), 0.2)
  4989.  
  4990. end
  4991. end)
  4992.  
  4993. if result == "rip" then
  4994.  
  4995. coroutine.wrap(function()
  4996. wait(0.15)
  4997. for i = 1, 60 do
  4998. cor.Part0 = torso
  4999. cor.C0 = Lerp(cor.C0,CFrame.new(9,-0.15,0)*CFrame.Angles(0,0,200),0.1)
  5000. rs:wait()
  5001. end
  5002. end)()
  5003.  
  5004. s:Remove()
  5005. hum.WalkSpeed = 0
  5006. pcall(function()
  5007. hum.JumpPower = 0
  5008. end)
  5009.  
  5010. pcall(function()
  5011. for i = 1, 20 do
  5012.  
  5013. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(30),math.rad(30)), 0.2)
  5014.  
  5015. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(-10),math.rad(-10)), 0.2)
  5016.  
  5017. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)), 0.2)
  5018.  
  5019. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.5, 0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0)), 0.2)
  5020.  
  5021. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(-10),math.rad(-5)), 0.4)
  5022.  
  5023. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(20)), 0.4)
  5024.  
  5025. rs:wait()
  5026. end
  5027. end)
  5028.  
  5029. wait(3)
  5030.  
  5031. coroutine.wrap(function()
  5032. while true do
  5033. wait(0.07)
  5034. pcall(function()
  5035.  
  5036. rarm.Weld.C0 = CFrame.new(1.5,0.5,0)*CFrame.Angles(math.random(0,3),math.random(0,7),math.random(30,45))
  5037.  
  5038. larm.Weld.C0 = CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.random(0,5),math.random(10,20),math.random(10,20))
  5039.  
  5040. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.random(20,30),math.random(0,4),math.random(0,3))
  5041.  
  5042. lleg.Weld.C0 = CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.random(0,5),math.random(10,15),math.random(5,10))
  5043.  
  5044. rleg.Weld.C0 = CFrame.new(0.5, -1, 0)*CFrame.Angles(math.random(0,4),math.random(20,30),math.random(20,30))
  5045.  
  5046. end)
  5047. end
  5048. end)()
  5049.  
  5050.  
  5051. cor:Destroy()
  5052.  
  5053. g.Anchored = true
  5054.  
  5055. for i,v in pairs(char:GetChildren()) do
  5056. if v:IsA("Part") then
  5057. v.Anchored = true
  5058. elseif v:IsA("Accoutrement") then
  5059. v.Handle.Anchored = true
  5060. end
  5061. end
  5062.  
  5063. cor.Part0 = larm
  5064. m = 0
  5065. hum.MaxHealth = 0
  5066.  
  5067. local k = Instance.new("Sound",torso)
  5068. k.SoundId = "rbxassetid://154872806"
  5069. k.Volume = 10
  5070. k.Pitch = 1
  5071. k:Play()
  5072.  
  5073. local cf = torso.CFrame -Vector3.new(0,0.55,0)
  5074. cf = cf*CFrame.Angles(math.rad(88.5),0,0)
  5075.  
  5076. local b = Instance.new("Part",torso)
  5077. b.BrickColor = BrickColor.new("Really red")
  5078. b.Material = "Neon"
  5079. b.Anchored = true
  5080. b.CanCollide = false
  5081. b.Size = Vector3.new(2,0.01,2)
  5082. b.CFrame = cf
  5083.  
  5084. local bm = Instance.new("CylinderMesh",b)
  5085.  
  5086. local cf2 = b.CFrame -Vector3.new(3,0,0)
  5087.  
  5088. local b2 = Instance.new("Part",torso)
  5089. b2.BrickColor = BrickColor.new("Really red")
  5090. b2.Material = "Neon"
  5091. b2.Anchored = true
  5092. b2.CanCollide = false
  5093. b2.Size = Vector3.new(2,0.01,2)
  5094. b2.CFrame = cf2
  5095.  
  5096. local bm2 = Instance.new("CylinderMesh",b2)
  5097.  
  5098.  
  5099. for i = 1, 40 do
  5100. wait()
  5101. b.Size = Vector3.new(i/5,0,i/5)
  5102. b.CFrame = cf
  5103.  
  5104. b2.Size = Vector3.new(i/10,0,i/10)
  5105. b2.CFrame = cf2
  5106. end
  5107.  
  5108. local bg = Instance.new("BillboardGui", torso)
  5109. bg.Name = "rip"
  5110. bg.Adornee = torso
  5111. bg.Size = UDim2.new(1, 0, 1, 0)
  5112. bg.StudsOffset = Vector3.new(0, 2, 0)
  5113.  
  5114. local fr1 = Instance.new("TextLabel", bg)
  5115. fr1.Size = UDim2.new(1, 0, 1, 0)
  5116. fr1.BorderSizePixel = 0
  5117. fr1.TextTransparency = 1
  5118. fr1.BackgroundTransparency = 1
  5119. fr1.Text = "r.i.p"
  5120. fr1.TextScaled = true
  5121.  
  5122. coroutine.wrap(function()
  5123. for i = 1, 20 do
  5124. rs:wait()
  5125. fr1.TextTransparency = fr1.TextTransparency - 1/20
  5126. fr1.BackgroundTransparency = fr1.BackgroundTransparency - 1/20
  5127. end
  5128. end)()
  5129.  
  5130. coroutine.wrap(function()
  5131. while true do
  5132.  
  5133. for i = 0.01, 0.2 do
  5134. fr1.BackgroundColor3 = fr1.BackgroundColor3:lerp(Color3.new(255,0,0),i)
  5135. rs:wait()
  5136. end
  5137.  
  5138. for i = 0.01, 0.2 do
  5139. fr1.BackgroundColor3 = fr1.BackgroundColor3:lerp(Color3.new(0,255,0),i)
  5140. rs:wait()
  5141. end
  5142.  
  5143. for i = 0.01, 0.2 do
  5144. fr1.BackgroundColor3 = fr1.BackgroundColor3:lerp(Color3.new(0,0,255),i)
  5145. rs:wait()
  5146. end
  5147.  
  5148. wait()
  5149. end
  5150. end)()
  5151.  
  5152. local x = Instance.new("Sound",torso)
  5153. x.SoundId = "rbxassetid://397069204"
  5154. x.Looped = true
  5155. x:Play()
  5156. wait(9)
  5157.  
  5158. local txts = {"R.I.P "..p.Name.." Died drinking his favorite soda","R.I.P "..p.Name.." Died because of the anime called bleach - i mean the drink.","R.I.P "..p.Name.." Potato.","666"}
  5159.  
  5160. local t1 = Instance.new("Part",workspace.Base)
  5161. t1.Name = "tombstone_dirt"
  5162. t1.BrickColor = BrickColor.new("Reddish brown")
  5163. t1.CanCollide = false
  5164. t1.CFrame = root.CFrame - Vector3.new(0,3.25,0)
  5165. t1.CFrame = t1.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  5166. t1.Material = "Grass"
  5167. t1.Size = Vector3.new(4,1,8)
  5168.  
  5169. local tw = Instance.new("Weld")
  5170.  
  5171. local t2 = Instance.new("Part",t1)
  5172. t2.Name = "tombstone_stone"
  5173. t2.CanCollide = false
  5174. t2.BrickColor = BrickColor.new("")
  5175. t2.Anchored = false
  5176. t2.CFrame = t1.CFrame + Vector3.new(0,0,-4)
  5177. t2.Size = Vector3.new(4.2,5,1.2)
  5178.  
  5179. local sg = Instance.new("SurfaceGui",t2)
  5180. sg.Enabled = true
  5181. sg.Face = "Back"
  5182. sg.Adornee = t2
  5183. local txts = txts[math.random(1,#txts)]
  5184.  
  5185. local txt = Instance.new("TextLabel",sg)
  5186. txt.TextScaled = true
  5187. txt.Text = txts
  5188. txt.BackgroundTransparency = 1
  5189. txt.BorderSizePixel = 0
  5190. txt.Size = UDim2.new(1,0,1,0)
  5191.  
  5192. txt.TextColor3 = Color3.new(1,1,1)
  5193. if txts == "666" then
  5194. txt.TextColor3 = Color3.new(1,0,0)
  5195. end
  5196.  
  5197.  
  5198. tw.Part1 = t2
  5199. tw.Part0 = t1
  5200. tw.Parent = char
  5201. tw.C0 = CFrame.new(0,2.5,-4)
  5202.  
  5203. coroutine.wrap(function()
  5204. t1.CFrame = root.CFrame - Vector3.new(0,3.2,0)
  5205. t1.CFrame = t1.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  5206. wait(0.1)
  5207. t1.CFrame = root.CFrame - Vector3.new(0,3.2,0)
  5208. t1.CFrame = t1.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  5209. t1.Anchored = true
  5210. t2.Anchored = true
  5211. t1.CanCollide = true
  5212. t2.CanCollide = true
  5213. end)()
  5214.  
  5215. char:BreakJoints()
  5216.  
  5217. elseif result == "alive" then
  5218. attack = false
  5219. NoAnims = false
  5220. cor.Part0 = larm
  5221. m = 0
  5222. end
  5223. end
  5224. end
  5225. end)
  5226.  
  5227. pcall(function()
  5228. ----------------------------------------------------
  5229. mouse.KeyDown:connect(function(key)
  5230. if string.byte(key) == 50 then
  5231. char.Humanoid.WalkSpeed = 60
  5232. end
  5233. end)
  5234. mouse.KeyUp:connect(function(key)
  5235. if string.byte(key) == 50 then
  5236. char.Humanoid.WalkSpeed = 16
  5237. end
  5238. end)
  5239. -------------------------------
  5240. local animpose = "Idle"
  5241. local lastanimpose = "Idle"
  5242. local sine = 0
  5243. local change = 1
  5244. local val = 0
  5245. local ffing = false
  5246. -------------------------------
  5247. game:GetService("RunService").RenderStepped:connect(function()
  5248. --[[if char.Humanoid.Jump == true then
  5249. jump = true
  5250. else
  5251. jump = false
  5252. end]]
  5253. char.Humanoid.FreeFalling:connect(function(f)
  5254. if f then
  5255. ffing = true
  5256. else
  5257. ffing = false
  5258. end
  5259. end)
  5260. sine = sine + change
  5261. if jumpn == true then
  5262. animpose = "Jumping"
  5263. elseif ffing == true then
  5264. animpose = "Freefalling"
  5265. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  5266. animpose = "Idle"
  5267. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  5268. animpose = "Walking"
  5269. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  5270. animpose = "Running"
  5271. end
  5272. if animpose ~= lastanimpose then
  5273. sine = 0
  5274. if animpose == "Idle" then
  5275. for i = 1, 2 do
  5276. if NoAnims == false then
  5277.  
  5278. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5+math.sin(sine/14)/9,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(30)), 0.2)
  5279.  
  5280. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5 + math.sin(sine/14)/9,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(30)), 0.2)
  5281.  
  5282. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  5283.  
  5284. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
  5285.  
  5286. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  5287.  
  5288. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  5289.  
  5290. end
  5291. end
  5292.  
  5293. elseif animpose == "Walking" then
  5294. for i = 1, 2 do
  5295. if NoAnims == false then
  5296.  
  5297. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.7,0.5,-0.35)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-90)), 0.1)
  5298.  
  5299. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.7,0.5,-0.35)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(80)), 0.1)
  5300.  
  5301. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  5302.  
  5303. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
  5304.  
  5305. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  5306.  
  5307. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  5308.  
  5309. end
  5310. end
  5311. elseif animpose == "Running" then
  5312. for i = 1, 2 do
  5313. if NoAnims == false then
  5314. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  5315.  
  5316. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  5317.  
  5318. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  5319.  
  5320. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.05)
  5321.  
  5322. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  5323.  
  5324. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  5325.  
  5326. wait()
  5327. end
  5328. end
  5329. else
  5330. end
  5331. end
  5332. lastanimpose = animpose
  5333. if animpose == "Idle" then
  5334. if NoAnims == false then
  5335. change = 0.5
  5336.  
  5337. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.4+math.sin(sine/14)/9,0.2)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-30)), 0.2)
  5338.  
  5339. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.4 + math.sin(sine/14)/9,-0.2)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(30)), 0.2)
  5340.  
  5341. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  5342.  
  5343. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
  5344.  
  5345. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  5346.  
  5347. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  5348.  
  5349. cor.C0 = Lerp(cor.C0, CFrame.new(0,0.1,0.2)*CFrame.Angles(math.rad(10),math.pi,0),0.2)
  5350.  
  5351. end
  5352.  
  5353. elseif animpose == "Walking" then
  5354. if NoAnims == false then
  5355. change = 1
  5356. cor.C0 = Lerp(cor.C0, CFrame.new(0,0.1,0.2)*CFrame.Angles(math.rad(10),-math.pi/2,0),0.2)
  5357.  
  5358. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0) + math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
  5359.  
  5360. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0) +- math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
  5361.  
  5362. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.07)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(0)), 0.2)
  5363.  
  5364. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
  5365.  
  5366. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0) + math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
  5367.  
  5368. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0) +- math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
  5369.  
  5370. end
  5371.  
  5372. elseif animpose == "Running" then
  5373. if NoAnims == false then
  5374. change = 0.5
  5375.  
  5376. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.7 ,0.5,-0.5)*CFrame.Angles(math.rad(90)+ math.sin(sine/2.5)/2,0,.05), 0.2)
  5377.  
  5378. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.7,0.5,-0.5)*CFrame.Angles(math.rad(90)+ -math.sin(sine/2.5)/2,0,-.05), 0.2)
  5379.  
  5380. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0.5)*CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)),0.2)
  5381.  
  5382. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1 , 0) * CFrame.Angles(math.rad(-90), 0, math.rad(0)), 0.2)
  5383.  
  5384. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1 - 0.3*math.cos(sine/7)/6, 0) * CFrame.Angles(math.rad(85) + math.sin(sine/2.5)/2, 0, 0.05), .4)
  5385.  
  5386. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1 - 0.3*math.cos(sine/7)/6, 0) * CFrame.Angles(math.rad(85) + -math.sin(sine/2.5)/2, 0.05, 0), .4)
  5387.  
  5388. end
  5389. end
  5390. end)
  5391. end)
  5392. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement