Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.55 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local plr,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("FE Compatibility code by Mokiros")
  5. script.Parent = owner.Character
  6.  
  7. --RemoteEvent for communicating
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput_Event"
  10.  
  11. --Fake event to make stuff like Mouse.KeyDown work
  12. local function fakeEvent()
  13. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14. t.connect = t.Connect
  15. return t
  16. end
  17.  
  18. --Creating fake input objects with fake variables
  19. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23. end}
  24. --Merged 2 functions into one by checking amount of arguments
  25. CAS.UnbindAction = CAS.BindAction
  26.  
  27. --This function will trigger the events that have been :Connect()'ed
  28. local function te(self,ev,...)
  29. local t = m[ev]
  30. if t and t._fakeEvent and t.Function then
  31. t.Function(...)
  32. end
  33. end
  34. m.TrigEvent = te
  35. UIS.TrigEvent = te
  36.  
  37. Event.OnServerEvent:Connect(function(plr,io)
  38. if plr~=Player then return end
  39. if io.isMouse then
  40. m.Target = io.Target
  41. m.Hit = io.Hit
  42. else
  43. local b = io.UserInputState == Enum.UserInputState.Begin
  44. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46. end
  47. for _,t in pairs(CAS.Actions) do
  48. for _,k in pairs(t.Keys) do
  49. if k==io.KeyCode then
  50. t.Function(t.Name,io.UserInputState,io)
  51. end
  52. end
  53. end
  54. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56. end
  57. end)
  58. Event.Parent = NLS([==[
  59. local plr = game:GetService("Players").LocalPlayer
  60. local Event = script:WaitForChild("UserInput_Event")
  61.  
  62. local UIS = game:GetService("UserInputService")
  63. local input = function(io,a)
  64. if a then return end
  65. --Since InputObject is a client-side instance, we create and pass table instead
  66. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  67. end
  68. UIS.InputBegan:Connect(input)
  69. UIS.InputEnded:Connect(input)
  70.  
  71. local mouse = plr:GetMouse()
  72. local h,t
  73. --Give the server mouse data 30 times every second, but only if the values changed
  74. --If player is not moving their mouse, client won't fire events
  75. while wait(1/30) do
  76. if h~=mouse.Hit or t~=mouse.Target then
  77. h,t=mouse.Hit,mouse.Target
  78. Event:FireServer({ismouse=true,Target=t,Hit=h})
  79. end
  80. end]==],owner.Character)
  81. mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  82. end--By Rufus14, now u can throw small tnt grenades
  83. --owner = game.Players:findFirstChild(script.Parent.Name)
  84. NLS([[
  85. local plr = owner
  86.  
  87. local remote = plr.Character:WaitForChild("NOSkidsRemote")
  88. local music = plr.Character.Head:WaitForChild("yopierrewannacutmyhair")
  89. function mouseclick()
  90. remote:FireServer("swing")
  91. end
  92. function guardon(key)
  93. key = key:lower()
  94. if key == "q" then
  95. remote:FireServer("guard")
  96. end
  97. end
  98. function guardoff(key)
  99. key = key:lower()
  100. if key == "q" then
  101. remote:FireServer("guardoff")
  102. end
  103. end
  104. function tnt(key)
  105. key = key:lower()
  106. if key == "e" then
  107. remote:FireServer("throw", mouse.Hit.p)
  108. end
  109. end
  110. mouse.KeyDown:connect(guardon)
  111. mouse.KeyUp:connect(guardoff)
  112. mouse.KeyDown:connect(tnt)
  113. mouse.Button1Down:connect(mouseclick)
  114. while game:GetService("RunService").RenderStepped:wait() do
  115. plr.Character["Right Arm"].LocalTransparencyModifier = 0
  116. for i,v in pairs(plr.Character["Diamond Sword"]:GetChildren()) do
  117. if v.ClassName == "Part" then
  118. v.LocalTransparencyModifier = 0
  119. end
  120. end
  121. --workspace.CurrentCamera.CFrame = workspace.CurrentCamera.CFrame * CFrame.new((math.random(-1,1)/30) * music.PlaybackLoudness/1200,((math.random(-1,1)/30) * music.PlaybackLoudness/1200),(math.random(-1,1)/30) * music.PlaybackLoudness/1200)
  122. end
  123. ]], owner.Character)
  124. --Converted with ttyyuu12345's model to script plugin v4
  125. function sandbox(var,func)
  126. local env = getfenv(func)
  127. local newenv = setmetatable({},{
  128. __index = function(self,k)
  129. if k=="script" then
  130. return var
  131. else
  132. return env[k]
  133. end
  134. end,
  135. })
  136. setfenv(func,newenv)
  137. return func
  138. end
  139. cors = {}
  140. mas = Instance.new("Model",game:GetService("Lighting"))
  141. Model0 = Instance.new("Model")
  142. Part1 = Instance.new("Part")
  143. Part2 = Instance.new("Part")
  144. Part3 = Instance.new("Part")
  145. Part4 = Instance.new("Part")
  146. Part5 = Instance.new("Part")
  147. Part6 = Instance.new("Part")
  148. Part7 = Instance.new("Part")
  149. Part8 = Instance.new("Part")
  150. Part9 = Instance.new("Part")
  151. Part10 = Instance.new("Part")
  152. Part11 = Instance.new("Part")
  153. Part12 = Instance.new("Part")
  154. Part13 = Instance.new("Part")
  155. Part14 = Instance.new("Part")
  156. Part15 = Instance.new("Part")
  157. Part16 = Instance.new("Part")
  158. Part17 = Instance.new("Part")
  159. Part18 = Instance.new("Part")
  160. Part19 = Instance.new("Part")
  161. Part20 = Instance.new("Part")
  162. Part21 = Instance.new("Part")
  163. Part22 = Instance.new("Part")
  164. Part23 = Instance.new("Part")
  165. Part24 = Instance.new("Part")
  166. Part25 = Instance.new("Part")
  167. Part26 = Instance.new("Part")
  168. Part27 = Instance.new("Part")
  169. Part28 = Instance.new("Part")
  170. Part29 = Instance.new("Part")
  171. Part30 = Instance.new("Part")
  172. Part31 = Instance.new("Part")
  173. Part32 = Instance.new("Part")
  174. Part33 = Instance.new("Part")
  175. Part34 = Instance.new("Part")
  176. Part35 = Instance.new("Part")
  177. Part36 = Instance.new("Part")
  178. Part37 = Instance.new("Part")
  179. Part38 = Instance.new("Part")
  180. Part39 = Instance.new("Part")
  181. Part40 = Instance.new("Part")
  182. Part41 = Instance.new("Part")
  183. Part42 = Instance.new("Part")
  184. Part43 = Instance.new("Part")
  185. Weld44 = Instance.new("Weld")
  186. Weld45 = Instance.new("Weld")
  187. Weld46 = Instance.new("Weld")
  188. Weld47 = Instance.new("Weld")
  189. Weld48 = Instance.new("Weld")
  190. Weld49 = Instance.new("Weld")
  191. Weld50 = Instance.new("Weld")
  192. Weld51 = Instance.new("Weld")
  193. Weld52 = Instance.new("Weld")
  194. Weld53 = Instance.new("Weld")
  195. Weld54 = Instance.new("Weld")
  196. Weld55 = Instance.new("Weld")
  197. Weld56 = Instance.new("Weld")
  198. Weld57 = Instance.new("Weld")
  199. Weld58 = Instance.new("Weld")
  200. Weld59 = Instance.new("Weld")
  201. Weld60 = Instance.new("Weld")
  202. Weld61 = Instance.new("Weld")
  203. Weld62 = Instance.new("Weld")
  204. Weld63 = Instance.new("Weld")
  205. Weld64 = Instance.new("Weld")
  206. Weld65 = Instance.new("Weld")
  207. Weld66 = Instance.new("Weld")
  208. Weld67 = Instance.new("Weld")
  209. Weld68 = Instance.new("Weld")
  210. Weld69 = Instance.new("Weld")
  211. Weld70 = Instance.new("Weld")
  212. Weld71 = Instance.new("Weld")
  213. Weld72 = Instance.new("Weld")
  214. Weld73 = Instance.new("Weld")
  215. Weld74 = Instance.new("Weld")
  216. Weld75 = Instance.new("Weld")
  217. Weld76 = Instance.new("Weld")
  218. Weld77 = Instance.new("Weld")
  219. Weld78 = Instance.new("Weld")
  220. Weld79 = Instance.new("Weld")
  221. Weld80 = Instance.new("Weld")
  222. Weld81 = Instance.new("Weld")
  223. Weld82 = Instance.new("Weld")
  224. Weld83 = Instance.new("Weld")
  225. Weld84 = Instance.new("Weld")
  226. Weld85 = Instance.new("Weld")
  227. Weld86 = Instance.new("Weld")
  228. Weld87 = Instance.new("Weld")
  229. Weld88 = Instance.new("Weld")
  230. Weld89 = Instance.new("Weld")
  231. Weld90 = Instance.new("Weld")
  232. Weld91 = Instance.new("Weld")
  233. Weld92 = Instance.new("Weld")
  234. Weld93 = Instance.new("Weld")
  235. Weld94 = Instance.new("Weld")
  236. Weld95 = Instance.new("Weld")
  237. Weld96 = Instance.new("Weld")
  238. Weld97 = Instance.new("Weld")
  239. Weld98 = Instance.new("Weld")
  240. Weld99 = Instance.new("Weld")
  241. Weld100 = Instance.new("Weld")
  242. Weld101 = Instance.new("Weld")
  243. Weld102 = Instance.new("Weld")
  244. Weld103 = Instance.new("Weld")
  245. Weld104 = Instance.new("Weld")
  246. Weld105 = Instance.new("Weld")
  247. Weld106 = Instance.new("Weld")
  248. Weld107 = Instance.new("Weld")
  249. Weld108 = Instance.new("Weld")
  250. Weld109 = Instance.new("Weld")
  251. Weld110 = Instance.new("Weld")
  252. Weld111 = Instance.new("Weld")
  253. Weld112 = Instance.new("Weld")
  254. Weld113 = Instance.new("Weld")
  255. Weld114 = Instance.new("Weld")
  256. Part115 = Instance.new("Part")
  257. Part116 = Instance.new("Part")
  258. Part117 = Instance.new("Part")
  259. Part118 = Instance.new("Part")
  260. Part119 = Instance.new("Part")
  261. Part120 = Instance.new("Part")
  262. Part121 = Instance.new("Part")
  263. Part122 = Instance.new("Part")
  264. Part123 = Instance.new("Part")
  265. Part124 = Instance.new("Part")
  266. Part125 = Instance.new("Part")
  267. Part126 = Instance.new("Part")
  268. Part127 = Instance.new("Part")
  269. Part128 = Instance.new("Part")
  270. Part129 = Instance.new("Part")
  271. Part130 = Instance.new("Part")
  272. Part131 = Instance.new("Part")
  273. Part132 = Instance.new("Part")
  274. Part133 = Instance.new("Part")
  275. Part134 = Instance.new("Part")
  276. Part135 = Instance.new("Part")
  277. Part136 = Instance.new("Part")
  278. Part137 = Instance.new("Part")
  279. Part138 = Instance.new("Part")
  280. Part139 = Instance.new("Part")
  281. Part140 = Instance.new("Part")
  282. Part141 = Instance.new("Part")
  283. Part142 = Instance.new("Part")
  284. Part143 = Instance.new("Part")
  285. Model0.Name = "Diamond Sword"
  286. Model0.Parent = mas
  287. Part1.Parent = Model0
  288. Part1.CFrame = CFrame.new(37.8000107, 1.93686116, -47.1820793, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  289. Part1.Orientation = Vector3.new(-25, 0, 90)
  290. Part1.Position = Vector3.new(37.8000107, 1.93686116, -47.1820793)
  291. Part1.Rotation = Vector3.new(-25, 0, 90)
  292. Part1.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  293. Part1.Size = Vector3.new(0.231250122, 0.231250122, 0.462500244)
  294. Part1.BottomSurface = Enum.SurfaceType.Smooth
  295. Part1.BrickColor = BrickColor.new("Really black")
  296. Part1.TopSurface = Enum.SurfaceType.Smooth
  297. Part1.brickColor = BrickColor.new("Really black")
  298. Part2.Parent = Model0
  299. Part2.CFrame = CFrame.new(37.8000107, 3.06189299, -48.5997314, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  300. Part2.Orientation = Vector3.new(-25, 0, 90)
  301. Part2.Position = Vector3.new(37.8000107, 3.06189299, -48.5997314)
  302. Part2.Rotation = Vector3.new(-25, 0, 90)
  303. Part2.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  304. Part2.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  305. Part2.BottomSurface = Enum.SurfaceType.Smooth
  306. Part2.BrickColor = BrickColor.new("Really black")
  307. Part2.TopSurface = Enum.SurfaceType.Smooth
  308. Part2.brickColor = BrickColor.new("Really black")
  309. Part3.Parent = Model0
  310. Part3.CFrame = CFrame.new(37.8000107, 1.73377252, -45.4288597, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  311. Part3.Orientation = Vector3.new(-25, 0, 90)
  312. Part3.Position = Vector3.new(37.8000107, 1.73377252, -45.4288597)
  313. Part3.Rotation = Vector3.new(-25, 0, 90)
  314. Part3.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  315. Part3.Size = Vector3.new(0.693750381, 0.231250122, 0.231250122)
  316. Part3.BottomSurface = Enum.SurfaceType.Smooth
  317. Part3.BrickColor = BrickColor.new("Really black")
  318. Part3.TopSurface = Enum.SurfaceType.Smooth
  319. Part3.brickColor = BrickColor.new("Really black")
  320. Part4.Parent = Model0
  321. Part4.CFrame = CFrame.new(37.8000107, 2.83818579, -47.9850998, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  322. Part4.Orientation = Vector3.new(-25, 0, 90)
  323. Part4.Position = Vector3.new(37.8000107, 2.83818579, -47.9850998)
  324. Part4.Rotation = Vector3.new(-25, 0, 90)
  325. Part4.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  326. Part4.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  327. Part4.BottomSurface = Enum.SurfaceType.Smooth
  328. Part4.BrickColor = BrickColor.new("Really black")
  329. Part4.TopSurface = Enum.SurfaceType.Smooth
  330. Part4.brickColor = BrickColor.new("Really black")
  331. Part5.Parent = Model0
  332. Part5.CFrame = CFrame.new(37.8000107, 3.28559709, -49.2143593, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  333. Part5.Orientation = Vector3.new(-25, 0, 90)
  334. Part5.Position = Vector3.new(37.8000107, 3.28559709, -49.2143593)
  335. Part5.Rotation = Vector3.new(-25, 0, 90)
  336. Part5.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  337. Part5.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  338. Part5.BottomSurface = Enum.SurfaceType.Smooth
  339. Part5.BrickColor = BrickColor.new("Really black")
  340. Part5.TopSurface = Enum.SurfaceType.Smooth
  341. Part5.brickColor = BrickColor.new("Really black")
  342. Part6.Parent = Model0
  343. Part6.CFrame = CFrame.new(37.8000107, 1.1126498, -47.3080482, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  344. Part6.Orientation = Vector3.new(-25, 0, 90)
  345. Part6.Position = Vector3.new(37.8000107, 1.1126498, -47.3080482)
  346. Part6.Rotation = Vector3.new(-25, 0, 90)
  347. Part6.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  348. Part6.Size = Vector3.new(0.231250122, 0.231250122, 0.462500244)
  349. Part6.BottomSurface = Enum.SurfaceType.Smooth
  350. Part6.BrickColor = BrickColor.new("Really black")
  351. Part6.TopSurface = Enum.SurfaceType.Smooth
  352. Part6.brickColor = BrickColor.new("Really black")
  353. Part7.Parent = Model0
  354. Part7.CFrame = CFrame.new(37.8000107, 2.72633076, -47.6777878, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  355. Part7.Orientation = Vector3.new(-25, 0, 90)
  356. Part7.Position = Vector3.new(37.8000107, 2.72633076, -47.6777878)
  357. Part7.Rotation = Vector3.new(-25, 0, 90)
  358. Part7.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  359. Part7.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  360. Part7.BottomSurface = Enum.SurfaceType.Smooth
  361. Part7.BrickColor = BrickColor.new("Really black")
  362. Part7.TopSurface = Enum.SurfaceType.Smooth
  363. Part7.brickColor = BrickColor.new("Really black")
  364. Part8.Parent = Model0
  365. Part8.CFrame = CFrame.new(37.8000107, 2.61447859, -47.370472, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  366. Part8.Orientation = Vector3.new(-25, 0, 90)
  367. Part8.Position = Vector3.new(37.8000107, 2.61447859, -47.370472)
  368. Part8.Rotation = Vector3.new(-25, 0, 90)
  369. Part8.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  370. Part8.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  371. Part8.BottomSurface = Enum.SurfaceType.Smooth
  372. Part8.BrickColor = BrickColor.new("Really black")
  373. Part8.TopSurface = Enum.SurfaceType.Smooth
  374. Part8.brickColor = BrickColor.new("Really black")
  375. Part9.Parent = Model0
  376. Part9.CFrame = CFrame.new(37.8000107, 2.08345795, -46.8676987, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  377. Part9.Orientation = Vector3.new(-25, 0, 90)
  378. Part9.Position = Vector3.new(37.8000107, 2.08345795, -46.8676987)
  379. Part9.Rotation = Vector3.new(-25, 0, 90)
  380. Part9.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  381. Part9.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  382. Part9.BottomSurface = Enum.SurfaceType.Smooth
  383. Part9.BrickColor = BrickColor.new("Bright bluish green")
  384. Part9.TopSurface = Enum.SurfaceType.Smooth
  385. Part9.brickColor = BrickColor.new("Bright bluish green")
  386. Part10.Parent = Model0
  387. Part10.CFrame = CFrame.new(37.8000107, 2.95003462, -48.2924194, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  388. Part10.Orientation = Vector3.new(-25, 0, 90)
  389. Part10.Position = Vector3.new(37.8000107, 2.95003462, -48.2924194)
  390. Part10.Rotation = Vector3.new(-25, 0, 90)
  391. Part10.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  392. Part10.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  393. Part10.BottomSurface = Enum.SurfaceType.Smooth
  394. Part10.BrickColor = BrickColor.new("Really black")
  395. Part10.TopSurface = Enum.SurfaceType.Smooth
  396. Part10.brickColor = BrickColor.new("Really black")
  397. Part11.Parent = Model0
  398. Part11.CFrame = CFrame.new(37.8000107, 1.7272768, -47.0843468, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  399. Part11.Orientation = Vector3.new(-25, 0, 90)
  400. Part11.Position = Vector3.new(37.8000107, 1.7272768, -47.0843468)
  401. Part11.Rotation = Vector3.new(-25, 0, 90)
  402. Part11.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  403. Part11.Size = Vector3.new(0.231250122, 0.231250122, 0.462500244)
  404. Part11.BottomSurface = Enum.SurfaceType.Smooth
  405. Part11.BrickColor = BrickColor.new("Bright bluish green")
  406. Part11.TopSurface = Enum.SurfaceType.Smooth
  407. Part11.brickColor = BrickColor.new("Bright bluish green")
  408. Part12.Parent = Model0
  409. Part12.CFrame = CFrame.new(37.8000107, 2.447263, -48.8234406, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  410. Part12.Orientation = Vector3.new(-25, 0, 90)
  411. Part12.Position = Vector3.new(37.8000107, 2.447263, -48.8234406)
  412. Part12.Rotation = Vector3.new(-25, 0, 90)
  413. Part12.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  414. Part12.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  415. Part12.BottomSurface = Enum.SurfaceType.Smooth
  416. Part12.BrickColor = BrickColor.new("Really black")
  417. Part12.TopSurface = Enum.SurfaceType.Smooth
  418. Part12.brickColor = BrickColor.new("Really black")
  419. Part13.Parent = Model0
  420. Part13.CFrame = CFrame.new(37.8000107, 2.33541107, -48.5161209, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  421. Part13.Orientation = Vector3.new(-25, 0, 90)
  422. Part13.Position = Vector3.new(37.8000107, 2.33541107, -48.5161209)
  423. Part13.Rotation = Vector3.new(-25, 0, 90)
  424. Part13.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  425. Part13.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  426. Part13.BottomSurface = Enum.SurfaceType.Smooth
  427. Part13.BrickColor = BrickColor.new("Really black")
  428. Part13.TopSurface = Enum.SurfaceType.Smooth
  429. Part13.brickColor = BrickColor.new("Really black")
  430. Part14.Parent = Model0
  431. Part14.CFrame = CFrame.new(37.8000107, 2.67097044, -49.4380684, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  432. Part14.Orientation = Vector3.new(-25, 0, 90)
  433. Part14.Position = Vector3.new(37.8000107, 2.67097044, -49.4380684)
  434. Part14.Rotation = Vector3.new(-25, 0, 90)
  435. Part14.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  436. Part14.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  437. Part14.BottomSurface = Enum.SurfaceType.Smooth
  438. Part14.BrickColor = BrickColor.new("Really black")
  439. Part14.TopSurface = Enum.SurfaceType.Smooth
  440. Part14.brickColor = BrickColor.new("Really black")
  441. Part15.Parent = Model0
  442. Part15.CFrame = CFrame.new(37.8000107, 2.11170387, -47.9014969, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  443. Part15.Orientation = Vector3.new(-25, 0, 90)
  444. Part15.Position = Vector3.new(37.8000107, 2.11170387, -47.9014969)
  445. Part15.Rotation = Vector3.new(-25, 0, 90)
  446. Part15.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  447. Part15.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  448. Part15.BottomSurface = Enum.SurfaceType.Smooth
  449. Part15.BrickColor = BrickColor.new("Really black")
  450. Part15.TopSurface = Enum.SurfaceType.Smooth
  451. Part15.brickColor = BrickColor.new("Really black")
  452. Part16.Parent = Model0
  453. Part16.CFrame = CFrame.new(37.8000107, 2.55911303, -49.1307526, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  454. Part16.Orientation = Vector3.new(-25, 0, 90)
  455. Part16.Position = Vector3.new(37.8000107, 2.55911303, -49.1307526)
  456. Part16.Rotation = Vector3.new(-25, 0, 90)
  457. Part16.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  458. Part16.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  459. Part16.BottomSurface = Enum.SurfaceType.Smooth
  460. Part16.BrickColor = BrickColor.new("Really black")
  461. Part16.TopSurface = Enum.SurfaceType.Smooth
  462. Part16.brickColor = BrickColor.new("Really black")
  463. Part17.Parent = Model0
  464. Part17.CFrame = CFrame.new(37.8000107, 2.2235558, -48.2088089, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  465. Part17.Orientation = Vector3.new(-25, 0, 90)
  466. Part17.Position = Vector3.new(37.8000107, 2.2235558, -48.2088089)
  467. Part17.Rotation = Vector3.new(-25, 0, 90)
  468. Part17.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  469. Part17.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  470. Part17.BottomSurface = Enum.SurfaceType.Smooth
  471. Part17.BrickColor = BrickColor.new("Really black")
  472. Part17.TopSurface = Enum.SurfaceType.Smooth
  473. Part17.brickColor = BrickColor.new("Really black")
  474. Part18.Parent = Model0
  475. Part18.CFrame = CFrame.new(37.8000107, 1.99984837, -47.5941772, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  476. Part18.Orientation = Vector3.new(-25, 0, 90)
  477. Part18.Position = Vector3.new(37.8000107, 1.99984837, -47.5941772)
  478. Part18.Rotation = Vector3.new(-25, 0, 90)
  479. Part18.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  480. Part18.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  481. Part18.BottomSurface = Enum.SurfaceType.Smooth
  482. Part18.BrickColor = BrickColor.new("Really black")
  483. Part18.TopSurface = Enum.SurfaceType.Smooth
  484. Part18.brickColor = BrickColor.new("Really black")
  485. Part19.Parent = Model0
  486. Part19.CFrame = CFrame.new(37.8000107, 1.27336645, -47.5105743, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  487. Part19.Orientation = Vector3.new(-25, 0, 90)
  488. Part19.Position = Vector3.new(37.8000107, 1.27336645, -47.5105743)
  489. Part19.Rotation = Vector3.new(-25, 0, 90)
  490. Part19.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  491. Part19.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  492. Part19.BottomSurface = Enum.SurfaceType.Smooth
  493. Part19.BrickColor = BrickColor.new("Really black")
  494. Part19.TopSurface = Enum.SurfaceType.Smooth
  495. Part19.brickColor = BrickColor.new("Really black")
  496. Part20.Parent = Model0
  497. Part20.CFrame = CFrame.new(37.8000107, 2.88761282, -49.7942429, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  498. Part20.Orientation = Vector3.new(-25, 0, 90)
  499. Part20.Position = Vector3.new(37.8000107, 2.88761282, -49.7942429)
  500. Part20.Rotation = Vector3.new(-25, 0, 90)
  501. Part20.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  502. Part20.Size = Vector3.new(0.462500244, 0.231250122, 0.231250122)
  503. Part20.BottomSurface = Enum.SurfaceType.Smooth
  504. Part20.BrickColor = BrickColor.new("Really black")
  505. Part20.TopSurface = Enum.SurfaceType.Smooth
  506. Part20.brickColor = BrickColor.new("Really black")
  507. Part21.Parent = Model0
  508. Part21.CFrame = CFrame.new(37.8000107, 3.29972029, -49.7312584, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  509. Part21.Orientation = Vector3.new(-25, 0, 90)
  510. Part21.Position = Vector3.new(37.8000107, 3.29972029, -49.7312584)
  511. Part21.Rotation = Vector3.new(-25, 0, 90)
  512. Part21.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  513. Part21.Size = Vector3.new(0.231250122, 0.231250122, 0.693750381)
  514. Part21.BottomSurface = Enum.SurfaceType.Smooth
  515. Part21.BrickColor = BrickColor.new("Really black")
  516. Part21.TopSurface = Enum.SurfaceType.Smooth
  517. Part21.brickColor = BrickColor.new("Really black")
  518. Part22.Parent = Model0
  519. Part22.CFrame = CFrame.new(37.8000107, 2.43314004, -48.3065414, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  520. Part22.Orientation = Vector3.new(-25, 0, 90)
  521. Part22.Position = Vector3.new(37.8000107, 2.43314004, -48.3065414)
  522. Part22.Rotation = Vector3.new(-25, 0, 90)
  523. Part22.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  524. Part22.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  525. Part22.BottomSurface = Enum.SurfaceType.Smooth
  526. Part22.BrickColor = BrickColor.new("Bright bluish green")
  527. Part22.TopSurface = Enum.SurfaceType.Smooth
  528. Part22.brickColor = BrickColor.new("Bright bluish green")
  529. Part23.Parent = Model0
  530. Part23.CFrame = CFrame.new(37.8000107, 2.32128477, -47.9992294, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  531. Part23.Orientation = Vector3.new(-25, 0, 90)
  532. Part23.Position = Vector3.new(37.8000107, 2.32128477, -47.9992294)
  533. Part23.Rotation = Vector3.new(-25, 0, 90)
  534. Part23.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  535. Part23.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  536. Part23.BottomSurface = Enum.SurfaceType.Smooth
  537. Part23.BrickColor = BrickColor.new("Bright bluish green")
  538. Part23.TopSurface = Enum.SurfaceType.Smooth
  539. Part23.brickColor = BrickColor.new("Bright bluish green")
  540. Part24.Parent = Model0
  541. Part24.CFrame = CFrame.new(37.8000107, 2.97828531, -49.3262177, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  542. Part24.Orientation = Vector3.new(-25, 0, 90)
  543. Part24.Position = Vector3.new(37.8000107, 2.97828531, -49.3262177)
  544. Part24.Rotation = Vector3.new(-25, 0, 90)
  545. Part24.Color = Color3.new(0, 0.337255, 0.368627)
  546. Part24.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  547. Part24.BottomSurface = Enum.SurfaceType.Smooth
  548. Part24.BrickColor = BrickColor.new("Navy blue")
  549. Part24.TopSurface = Enum.SurfaceType.Smooth
  550. Part24.brickColor = BrickColor.new("Navy blue")
  551. Part25.Parent = Model0
  552. Part25.CFrame = CFrame.new(37.8000107, 2.86643171, -49.0189018, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  553. Part25.Orientation = Vector3.new(-25, 0, 90)
  554. Part25.Position = Vector3.new(37.8000107, 2.86643171, -49.0189018)
  555. Part25.Rotation = Vector3.new(-25, 0, 90)
  556. Part25.Color = Color3.new(0, 0.337255, 0.368627)
  557. Part25.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  558. Part25.BottomSurface = Enum.SurfaceType.Smooth
  559. Part25.BrickColor = BrickColor.new("Navy blue")
  560. Part25.TopSurface = Enum.SurfaceType.Smooth
  561. Part25.brickColor = BrickColor.new("Navy blue")
  562. Part26.Parent = Model0
  563. Part26.CFrame = CFrame.new(37.8000107, 2.76870108, -49.2284851, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  564. Part26.Orientation = Vector3.new(-25, 0, 90)
  565. Part26.Position = Vector3.new(37.8000107, 2.76870108, -49.2284851)
  566. Part26.Rotation = Vector3.new(-25, 0, 90)
  567. Part26.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  568. Part26.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  569. Part26.BottomSurface = Enum.SurfaceType.Smooth
  570. Part26.BrickColor = BrickColor.new("Bright bluish green")
  571. Part26.TopSurface = Enum.SurfaceType.Smooth
  572. Part26.brickColor = BrickColor.new("Bright bluish green")
  573. Part27.Parent = Model0
  574. Part27.CFrame = CFrame.new(37.8000107, 2.88055468, -49.5358009, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  575. Part27.Orientation = Vector3.new(-25, 0, 90)
  576. Part27.Position = Vector3.new(37.8000107, 2.88055468, -49.5358009)
  577. Part27.Rotation = Vector3.new(-25, 0, 90)
  578. Part27.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  579. Part27.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  580. Part27.BottomSurface = Enum.SurfaceType.Smooth
  581. Part27.BrickColor = BrickColor.new("Bright bluish green")
  582. Part27.TopSurface = Enum.SurfaceType.Smooth
  583. Part27.brickColor = BrickColor.new("Bright bluish green")
  584. Part28.Parent = Model0
  585. Part28.CFrame = CFrame.new(37.8000107, 2.09757757, -47.3845978, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  586. Part28.Orientation = Vector3.new(-25, 0, 90)
  587. Part28.Position = Vector3.new(37.8000107, 2.09757757, -47.3845978)
  588. Part28.Rotation = Vector3.new(-25, 0, 90)
  589. Part28.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  590. Part28.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  591. Part28.BottomSurface = Enum.SurfaceType.Smooth
  592. Part28.BrickColor = BrickColor.new("Bright bluish green")
  593. Part28.TopSurface = Enum.SurfaceType.Smooth
  594. Part28.brickColor = BrickColor.new("Bright bluish green")
  595. Part29.Parent = Model0
  596. Part29.CFrame = CFrame.new(37.8000107, 1.85975075, -46.2530708, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  597. Part29.Orientation = Vector3.new(-25, 0, 90)
  598. Part29.Position = Vector3.new(37.8000107, 1.85975075, -46.2530708)
  599. Part29.Rotation = Vector3.new(-25, 0, 90)
  600. Part29.Color = Color3.new(0.627451, 0.372549, 0.207843)
  601. Part29.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  602. Part29.BottomSurface = Enum.SurfaceType.Smooth
  603. Part29.BrickColor = BrickColor.new("Dark orange")
  604. Part29.TopSurface = Enum.SurfaceType.Smooth
  605. Part29.brickColor = BrickColor.new("Dark orange")
  606. Part30.Parent = Model0
  607. Part30.CFrame = CFrame.new(37.8000107, 1.51769233, -46.986618, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  608. Part30.Orientation = Vector3.new(-25, 0, 90)
  609. Part30.Position = Vector3.new(37.8000107, 1.51769233, -46.986618)
  610. Part30.Rotation = Vector3.new(-25, 0, 90)
  611. Part30.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  612. Part30.Size = Vector3.new(0.231250122, 0.231250122, 0.462500244)
  613. Part30.BottomSurface = Enum.SurfaceType.Smooth
  614. Part30.BrickColor = BrickColor.new("Really black")
  615. Part30.TopSurface = Enum.SurfaceType.Smooth
  616. Part30.brickColor = BrickColor.new("Really black")
  617. Part31.Parent = Model0
  618. Part31.CFrame = CFrame.new(37.8000107, 2.19530988, -47.1750107, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  619. Part31.Orientation = Vector3.new(-25, 0, 90)
  620. Part31.Position = Vector3.new(37.8000107, 2.19530988, -47.1750107)
  621. Part31.Rotation = Vector3.new(-25, 0, 90)
  622. Part31.Color = Color3.new(0, 0.337255, 0.368627)
  623. Part31.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  624. Part31.BottomSurface = Enum.SurfaceType.Smooth
  625. Part31.BrickColor = BrickColor.new("Navy blue")
  626. Part31.TopSurface = Enum.SurfaceType.Smooth
  627. Part31.brickColor = BrickColor.new("Navy blue")
  628. Part32.Parent = Model0
  629. Part32.CFrame = CFrame.new(37.8000107, 2.49556208, -46.8047142, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  630. Part32.Orientation = Vector3.new(-25, 0, 90)
  631. Part32.Position = Vector3.new(37.8000107, 2.49556208, -46.8047142)
  632. Part32.Rotation = Vector3.new(-25, 0, 90)
  633. Part32.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  634. Part32.Size = Vector3.new(0.462500244, 0.231250122, 0.231250122)
  635. Part32.BottomSurface = Enum.SurfaceType.Smooth
  636. Part32.BrickColor = BrickColor.new("Bright bluish green")
  637. Part32.TopSurface = Enum.SurfaceType.Smooth
  638. Part32.brickColor = BrickColor.new("Bright bluish green")
  639. Part33.Parent = Model0
  640. Part33.CFrame = CFrame.new(37.8000107, 3.07601619, -49.1166306, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  641. Part33.Orientation = Vector3.new(-25, 0, 90)
  642. Part33.Position = Vector3.new(37.8000107, 3.07601619, -49.1166306)
  643. Part33.Rotation = Vector3.new(-25, 0, 90)
  644. Part33.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  645. Part33.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  646. Part33.BottomSurface = Enum.SurfaceType.Smooth
  647. Part33.BrickColor = BrickColor.new("Bright bluish green")
  648. Part33.TopSurface = Enum.SurfaceType.Smooth
  649. Part33.brickColor = BrickColor.new("Bright bluish green")
  650. Part34.Parent = Model0
  651. Part34.CFrame = CFrame.new(37.8000107, 2.96416426, -48.8093109, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  652. Part34.Orientation = Vector3.new(-25, 0, 90)
  653. Part34.Position = Vector3.new(37.8000107, 2.96416426, -48.8093109)
  654. Part34.Rotation = Vector3.new(-25, 0, 90)
  655. Part34.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  656. Part34.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  657. Part34.BottomSurface = Enum.SurfaceType.Smooth
  658. Part34.BrickColor = BrickColor.new("Bright bluish green")
  659. Part34.TopSurface = Enum.SurfaceType.Smooth
  660. Part34.brickColor = BrickColor.new("Bright bluish green")
  661. Part35.Parent = Model0
  662. Part35.CFrame = CFrame.new(37.8000107, 2.62860155, -47.8873711, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  663. Part35.Orientation = Vector3.new(-25, 0, 90)
  664. Part35.Position = Vector3.new(37.8000107, 2.62860155, -47.8873711)
  665. Part35.Rotation = Vector3.new(-25, 0, 90)
  666. Part35.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  667. Part35.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  668. Part35.BottomSurface = Enum.SurfaceType.Smooth
  669. Part35.BrickColor = BrickColor.new("Bright bluish green")
  670. Part35.TopSurface = Enum.SurfaceType.Smooth
  671. Part35.brickColor = BrickColor.new("Bright bluish green")
  672. Part36.Parent = Model0
  673. Part36.CFrame = CFrame.new(37.8000107, 2.74045372, -48.1946907, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  674. Part36.Orientation = Vector3.new(-25, 0, 90)
  675. Part36.Position = Vector3.new(37.8000107, 2.74045372, -48.1946907)
  676. Part36.Rotation = Vector3.new(-25, 0, 90)
  677. Part36.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  678. Part36.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  679. Part36.BottomSurface = Enum.SurfaceType.Smooth
  680. Part36.BrickColor = BrickColor.new("Bright bluish green")
  681. Part36.TopSurface = Enum.SurfaceType.Smooth
  682. Part36.brickColor = BrickColor.new("Bright bluish green")
  683. Part37.Parent = Model0
  684. Part37.CFrame = CFrame.new(37.8000107, 2.85230541, -48.5019989, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  685. Part37.Orientation = Vector3.new(-25, 0, 90)
  686. Part37.Position = Vector3.new(37.8000107, 2.85230541, -48.5019989)
  687. Part37.Rotation = Vector3.new(-25, 0, 90)
  688. Part37.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  689. Part37.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  690. Part37.BottomSurface = Enum.SurfaceType.Smooth
  691. Part37.BrickColor = BrickColor.new("Bright bluish green")
  692. Part37.TopSurface = Enum.SurfaceType.Smooth
  693. Part37.brickColor = BrickColor.new("Bright bluish green")
  694. Part38.Parent = Model0
  695. Part38.CFrame = CFrame.new(37.8000107, 2.40489769, -47.2727432, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  696. Part38.Orientation = Vector3.new(-25, 0, 90)
  697. Part38.Position = Vector3.new(37.8000107, 2.40489769, -47.2727432)
  698. Part38.Rotation = Vector3.new(-25, 0, 90)
  699. Part38.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  700. Part38.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  701. Part38.BottomSurface = Enum.SurfaceType.Smooth
  702. Part38.BrickColor = BrickColor.new("Bright bluish green")
  703. Part38.TopSurface = Enum.SurfaceType.Smooth
  704. Part38.brickColor = BrickColor.new("Bright bluish green")
  705. Part39.Parent = Model0
  706. Part39.CFrame = CFrame.new(37.8000107, 3.18786621, -49.4239464, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  707. Part39.Orientation = Vector3.new(-25, 0, 90)
  708. Part39.Position = Vector3.new(37.8000107, 3.18786621, -49.4239464)
  709. Part39.Rotation = Vector3.new(-25, 0, 90)
  710. Part39.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  711. Part39.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  712. Part39.BottomSurface = Enum.SurfaceType.Smooth
  713. Part39.BrickColor = BrickColor.new("Bright bluish green")
  714. Part39.TopSurface = Enum.SurfaceType.Smooth
  715. Part39.brickColor = BrickColor.new("Bright bluish green")
  716. Part40.Parent = Model0
  717. Part40.CFrame = CFrame.new(37.8000107, 2.51674628, -47.5800591, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  718. Part40.Orientation = Vector3.new(-25, 0, 90)
  719. Part40.Position = Vector3.new(37.8000107, 2.51674628, -47.5800591)
  720. Part40.Rotation = Vector3.new(-25, 0, 90)
  721. Part40.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  722. Part40.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  723. Part40.BottomSurface = Enum.SurfaceType.Smooth
  724. Part40.BrickColor = BrickColor.new("Bright bluish green")
  725. Part40.TopSurface = Enum.SurfaceType.Smooth
  726. Part40.brickColor = BrickColor.new("Bright bluish green")
  727. Part41.Parent = Model0
  728. Part41.CFrame = CFrame.new(37.8000107, 2.59329438, -46.5951271, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  729. Part41.Orientation = Vector3.new(-25, 0, 90)
  730. Part41.Position = Vector3.new(37.8000107, 2.59329438, -46.5951271)
  731. Part41.Rotation = Vector3.new(-25, 0, 90)
  732. Part41.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  733. Part41.Size = Vector3.new(0.462500244, 0.231250122, 0.231250122)
  734. Part41.BottomSurface = Enum.SurfaceType.Smooth
  735. Part41.BrickColor = BrickColor.new("Really black")
  736. Part41.TopSurface = Enum.SurfaceType.Smooth
  737. Part41.brickColor = BrickColor.new("Really black")
  738. Part42.Parent = Model0
  739. Part42.CFrame = CFrame.new(37.8000107, 2.30716538, -47.4823303, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  740. Part42.Orientation = Vector3.new(-25, 0, 90)
  741. Part42.Position = Vector3.new(37.8000107, 2.30716538, -47.4823303)
  742. Part42.Rotation = Vector3.new(-25, 0, 90)
  743. Part42.Color = Color3.new(0, 0.337255, 0.368627)
  744. Part42.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  745. Part42.BottomSurface = Enum.SurfaceType.Smooth
  746. Part42.BrickColor = BrickColor.new("Navy blue")
  747. Part42.TopSurface = Enum.SurfaceType.Smooth
  748. Part42.brickColor = BrickColor.new("Navy blue")
  749. Part43.Name = "Handle"
  750. Part43.Parent = Model0
  751. Part43.CFrame = CFrame.new(37.8000107, 1.63604343, -45.6384392, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  752. Part43.Orientation = Vector3.new(-25, 0, 90)
  753. Part43.Position = Vector3.new(37.8000107, 1.63604343, -45.6384392)
  754. Part43.Rotation = Vector3.new(-25, 0, 90)
  755. Part43.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  756. Part43.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  757. Part43.BottomSurface = Enum.SurfaceType.Smooth
  758. Part43.BrickColor = BrickColor.new("Bright bluish green")
  759. Part43.TopSurface = Enum.SurfaceType.Smooth
  760. Part43.brickColor = BrickColor.new("Bright bluish green")
  761. Weld44.Parent = Part43
  762. Weld44.C0 = CFrame.new(0.693752289, 0, -0.925003052, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  763. Weld44.Part0 = Part43
  764. Weld44.Part1 = Part115
  765. Weld44.part1 = Part115
  766. Weld45.Parent = Part43
  767. Weld45.C0 = CFrame.new(0, 0, -0.231250763, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  768. Weld45.Part0 = Part43
  769. Weld45.Part1 = Part116
  770. Weld45.part1 = Part116
  771. Weld46.Parent = Part43
  772. Weld46.C0 = CFrame.new(0.462501526, 0, -1.61875153, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  773. Weld46.Part0 = Part43
  774. Weld46.Part1 = Part117
  775. Weld46.part1 = Part117
  776. Weld47.Parent = Part43
  777. Weld47.C0 = CFrame.new(0.925003052, 0, -0.693756104, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  778. Weld47.Part0 = Part43
  779. Weld47.Part1 = Part118
  780. Weld47.part1 = Part118
  781. Weld48.Parent = Part43
  782. Weld48.C0 = CFrame.new(1.27187729, 0, -0.462501526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  783. Weld48.Part0 = Part43
  784. Weld48.Part1 = Part119
  785. Weld48.part1 = Part119
  786. Weld49.Parent = Part43
  787. Weld49.C0 = CFrame.new(1.85000229, 0, -0.462501526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  788. Weld49.Part0 = Part43
  789. Weld49.Part1 = Part120
  790. Weld49.part1 = Part120
  791. Weld50.Parent = Part43
  792. Weld50.C0 = CFrame.new(1.61875153, 0, -0.693756104, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  793. Weld50.Part0 = Part43
  794. Weld50.Part1 = Part121
  795. Weld50.part1 = Part121
  796. Weld51.Parent = Part43
  797. Weld51.C0 = CFrame.new(0.462501526, 0, -0.231250763, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  798. Weld51.Part0 = Part43
  799. Weld51.Part1 = Part122
  800. Weld51.part1 = Part122
  801. Weld52.Parent = Part43
  802. Weld52.C0 = CFrame.new(0.231250763, 0, -0.231250763, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  803. Weld52.Part0 = Part43
  804. Weld52.Part1 = Part123
  805. Weld52.part1 = Part123
  806. Weld53.Parent = Part43
  807. Weld53.C0 = CFrame.new(1.734375, 0, -0.231250763, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  808. Weld53.Part0 = Part43
  809. Weld53.Part1 = Part124
  810. Weld53.part1 = Part124
  811. Weld54.Parent = Part43
  812. Weld54.C0 = CFrame.new(0.693752289, 0, -0.693756104, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  813. Weld54.Part0 = Part43
  814. Weld54.Part1 = Part125
  815. Weld54.part1 = Part125
  816. Weld55.Parent = Part43
  817. Weld55.C0 = CFrame.new(1.61875153, 0, -0.462501526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  818. Weld55.Part0 = Part43
  819. Weld55.Part1 = Part126
  820. Weld55.part1 = Part126
  821. Weld56.Parent = Part43
  822. Weld56.C0 = CFrame.new(0.231250763, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  823. Weld56.Part0 = Part43
  824. Weld56.Part1 = Part127
  825. Weld56.part1 = Part127
  826. Weld57.Parent = Part43
  827. Weld57.C0 = CFrame.new(0.462501526, 0, -0.693756104, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  828. Weld57.Part0 = Part43
  829. Weld57.Part1 = Part128
  830. Weld57.part1 = Part128
  831. Weld58.Parent = Part43
  832. Weld58.C0 = CFrame.new(2.3125, 0, -2.54375458, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  833. Weld58.Part0 = Part43
  834. Weld58.Part1 = Part129
  835. Weld58.part1 = Part129
  836. Weld59.Parent = Part43
  837. Weld59.C0 = CFrame.new(3.00625229, 0, -3.0062561, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  838. Weld59.Part0 = Part43
  839. Weld59.Part1 = Part130
  840. Weld59.part1 = Part130
  841. Weld60.Parent = Part43
  842. Weld60.C0 = CFrame.new(1.38750458, 0, -1.61875153, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  843. Weld60.Part0 = Part43
  844. Weld60.Part1 = Part131
  845. Weld60.part1 = Part131
  846. Weld61.Parent = Part43
  847. Weld61.C0 = CFrame.new(0.693752289, 0, -1.61875153, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  848. Weld61.Part0 = Part43
  849. Weld61.Part1 = Part132
  850. Weld61.part1 = Part132
  851. Weld62.Parent = Part43
  852. Weld62.C0 = CFrame.new(2.3125, 0, -2.3125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  853. Weld62.Part0 = Part43
  854. Weld62.Part1 = Part133
  855. Weld62.part1 = Part133
  856. Weld63.Parent = Part43
  857. Weld63.C0 = CFrame.new(2.08125305, 0, -2.08125305, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  858. Weld63.Part0 = Part43
  859. Weld63.Part1 = Part134
  860. Weld63.part1 = Part134
  861. Weld64.Parent = Part43
  862. Weld64.C0 = CFrame.new(1.61875153, 0, -1.61875153, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  863. Weld64.Part0 = Part43
  864. Weld64.Part1 = Part135
  865. Weld64.part1 = Part135
  866. Weld65.Parent = Part43
  867. Weld65.C0 = CFrame.new(1.85000229, 0, -1.8500061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  868. Weld65.Part0 = Part43
  869. Weld65.Part1 = Part136
  870. Weld65.part1 = Part136
  871. Weld66.Parent = Part43
  872. Weld66.C0 = CFrame.new(2.08125305, 0, -2.3125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  873. Weld66.Part0 = Part43
  874. Weld66.Part1 = Part137
  875. Weld66.part1 = Part137
  876. Weld67.Parent = Part43
  877. Weld67.C0 = CFrame.new(1.27187729, 0, -0.925003052, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  878. Weld67.Part0 = Part43
  879. Weld67.Part1 = Part138
  880. Weld67.part1 = Part138
  881. Weld68.Parent = Part43
  882. Weld68.C0 = CFrame.new(2.77500534, 0, -2.3125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  883. Weld68.Part0 = Part43
  884. Weld68.Part1 = Part139
  885. Weld68.part1 = Part139
  886. Weld69.Parent = Part43
  887. Weld69.C0 = CFrame.new(-0.231246948, 0, -0.115631104, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  888. Weld69.Part0 = Part43
  889. Weld69.Part1 = Part140
  890. Weld69.part1 = Part140
  891. Weld70.Parent = Part43
  892. Weld70.C0 = CFrame.new(0.693752289, 0, -0.462501526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  893. Weld70.Part0 = Part43
  894. Weld70.Part1 = Part141
  895. Weld70.part1 = Part141
  896. Weld71.Parent = Part43
  897. Weld71.C0 = CFrame.new(0.231250763, 0, -0.462501526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  898. Weld71.Part0 = Part43
  899. Weld71.Part1 = Part142
  900. Weld71.part1 = Part142
  901. Weld72.Parent = Part43
  902. Weld72.C0 = CFrame.new(0.925003052, 0, -1.2718811, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  903. Weld72.Part0 = Part43
  904. Weld72.Part1 = Part1
  905. Weld72.part1 = Part1
  906. Weld73.Parent = Part43
  907. Weld73.C0 = CFrame.new(2.54375458, 0, -2.08125305, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  908. Weld73.Part0 = Part43
  909. Weld73.Part1 = Part2
  910. Weld73.part1 = Part2
  911. Weld74.Parent = Part43
  912. Weld74.C0 = CFrame.new(0, 0, 0.231246948, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  913. Weld74.Part0 = Part43
  914. Weld74.Part1 = Part3
  915. Weld74.part1 = Part3
  916. Weld75.Parent = Part43
  917. Weld75.C0 = CFrame.new(2.08125305, 0, -1.61875153, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  918. Weld75.Part0 = Part43
  919. Weld75.Part1 = Part4
  920. Weld75.part1 = Part4
  921. Weld76.Parent = Part43
  922. Weld76.C0 = CFrame.new(3.00625229, 0, -2.54375458, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  923. Weld76.Part0 = Part43
  924. Weld76.Part1 = Part5
  925. Weld76.part1 = Part5
  926. Weld77.Parent = Part43
  927. Weld77.C0 = CFrame.new(0.231250763, 0, -1.734375, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  928. Weld77.Part0 = Part43
  929. Weld77.Part1 = Part6
  930. Weld77.part1 = Part6
  931. Weld78.Parent = Part43
  932. Weld78.C0 = CFrame.new(1.85000229, 0, -1.38750458, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  933. Weld78.Part0 = Part43
  934. Weld78.Part1 = Part7
  935. Weld78.part1 = Part7
  936. Weld79.Parent = Part43
  937. Weld79.C0 = CFrame.new(1.61875153, 0, -1.15625, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  938. Weld79.Part0 = Part43
  939. Weld79.Part1 = Part8
  940. Weld79.part1 = Part8
  941. Weld80.Parent = Part43
  942. Weld80.C0 = CFrame.new(0.925003052, 0, -0.925003052, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  943. Weld80.Part0 = Part43
  944. Weld80.Part1 = Part9
  945. Weld80.part1 = Part9
  946. Weld81.Parent = Part43
  947. Weld81.C0 = CFrame.new(2.3125, 0, -1.8500061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  948. Weld81.Part0 = Part43
  949. Weld81.Part1 = Part10
  950. Weld81.part1 = Part10
  951. Weld82.Parent = Part43
  952. Weld82.C0 = CFrame.new(0.693752289, 0, -1.2718811, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  953. Weld82.Part0 = Part43
  954. Weld82.Part1 = Part11
  955. Weld82.part1 = Part11
  956. Weld83.Parent = Part43
  957. Weld83.C0 = CFrame.new(2.08125305, 0, -2.54375458, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  958. Weld83.Part0 = Part43
  959. Weld83.Part1 = Part12
  960. Weld83.part1 = Part12
  961. Weld84.Parent = Part43
  962. Weld84.C0 = CFrame.new(1.85000229, 0, -2.3125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  963. Weld84.Part0 = Part43
  964. Weld84.Part1 = Part13
  965. Weld84.part1 = Part13
  966. Weld85.Parent = Part43
  967. Weld85.C0 = CFrame.new(2.54375458, 0, -3.0062561, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  968. Weld85.Part0 = Part43
  969. Weld85.Part1 = Part14
  970. Weld85.part1 = Part14
  971. Weld86.Parent = Part43
  972. Weld86.C0 = CFrame.new(1.38750458, 0, -1.8500061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  973. Weld86.Part0 = Part43
  974. Weld86.Part1 = Part15
  975. Weld86.part1 = Part15
  976. Weld87.Parent = Part43
  977. Weld87.C0 = CFrame.new(2.3125, 0, -2.77500534, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  978. Weld87.Part0 = Part43
  979. Weld87.Part1 = Part16
  980. Weld87.part1 = Part16
  981. Weld88.Parent = Part43
  982. Weld88.C0 = CFrame.new(1.61875153, 0, -2.08125305, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  983. Weld88.Part0 = Part43
  984. Weld88.Part1 = Part17
  985. Weld88.part1 = Part17
  986. Weld89.Parent = Part43
  987. Weld89.C0 = CFrame.new(1.15625, 0, -1.61875153, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  988. Weld89.Part0 = Part43
  989. Weld89.Part1 = Part18
  990. Weld89.part1 = Part18
  991. Weld90.Parent = Part43
  992. Weld90.C0 = CFrame.new(0.462501526, 0, -1.8500061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  993. Weld90.Part0 = Part43
  994. Weld90.Part1 = Part19
  995. Weld90.part1 = Part19
  996. Weld91.Parent = Part43
  997. Weld91.C0 = CFrame.new(2.890625, 0, -3.23750305, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  998. Weld91.Part0 = Part43
  999. Weld91.Part1 = Part20
  1000. Weld91.part1 = Part20
  1001. Weld92.Parent = Part43
  1002. Weld92.C0 = CFrame.new(3.23750305, 0, -3.0062561, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1003. Weld92.Part0 = Part43
  1004. Weld92.Part1 = Part21
  1005. Weld92.part1 = Part21
  1006. Weld93.Parent = Part43
  1007. Weld93.C0 = CFrame.new(1.85000229, 0, -2.08125305, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1008. Weld93.Part0 = Part43
  1009. Weld93.Part1 = Part22
  1010. Weld93.part1 = Part22
  1011. Weld94.Parent = Part43
  1012. Weld94.C0 = CFrame.new(1.61875153, 0, -1.8500061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1013. Weld94.Part0 = Part43
  1014. Weld94.Part1 = Part23
  1015. Weld94.part1 = Part23
  1016. Weld95.Parent = Part43
  1017. Weld95.C0 = CFrame.new(2.77500534, 0, -2.77500534, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1018. Weld95.Part0 = Part43
  1019. Weld95.Part1 = Part24
  1020. Weld95.part1 = Part24
  1021. Weld96.Parent = Part43
  1022. Weld96.C0 = CFrame.new(2.54375458, 0, -2.54375458, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1023. Weld96.Part0 = Part43
  1024. Weld96.Part1 = Part25
  1025. Weld96.part1 = Part25
  1026. Weld97.Parent = Part43
  1027. Weld97.C0 = CFrame.new(2.54375458, 0, -2.77500534, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1028. Weld97.Part0 = Part43
  1029. Weld97.Part1 = Part26
  1030. Weld97.part1 = Part26
  1031. Weld98.Parent = Part43
  1032. Weld98.C0 = CFrame.new(2.77500534, 0, -3.0062561, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1033. Weld98.Part0 = Part43
  1034. Weld98.Part1 = Part27
  1035. Weld98.part1 = Part27
  1036. Weld99.Parent = Part43
  1037. Weld99.C0 = CFrame.new(1.15625, 0, -1.38750458, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1038. Weld99.Part0 = Part43
  1039. Weld99.Part1 = Part28
  1040. Weld99.part1 = Part28
  1041. Weld100.Parent = Part43
  1042. Weld100.C0 = CFrame.new(0.462501526, 0, -0.462501526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1043. Weld100.Part0 = Part43
  1044. Weld100.Part1 = Part29
  1045. Weld100.part1 = Part29
  1046. Weld101.Parent = Part43
  1047. Weld101.C0 = CFrame.new(0.462501526, 0, -1.2718811, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1048. Weld101.Part0 = Part43
  1049. Weld101.Part1 = Part30
  1050. Weld101.part1 = Part30
  1051. Weld102.Parent = Part43
  1052. Weld102.C0 = CFrame.new(1.15625, 0, -1.15625, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1053. Weld102.Part0 = Part43
  1054. Weld102.Part1 = Part31
  1055. Weld102.part1 = Part31
  1056. Weld103.Parent = Part43
  1057. Weld103.C0 = CFrame.new(1.27187729, 0, -0.693756104, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1058. Weld103.Part0 = Part43
  1059. Weld103.Part1 = Part32
  1060. Weld103.part1 = Part32
  1061. Weld104.Parent = Part43
  1062. Weld104.C0 = CFrame.new(2.77500534, 0, -2.54375458, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1063. Weld104.Part0 = Part43
  1064. Weld104.Part1 = Part33
  1065. Weld104.part1 = Part33
  1066. Weld105.Parent = Part43
  1067. Weld105.C0 = CFrame.new(2.54375458, 0, -2.3125, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1068. Weld105.Part0 = Part43
  1069. Weld105.Part1 = Part34
  1070. Weld105.part1 = Part34
  1071. Weld106.Parent = Part43
  1072. Weld106.C0 = CFrame.new(1.85000229, 0, -1.61875153, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1073. Weld106.Part0 = Part43
  1074. Weld106.Part1 = Part35
  1075. Weld106.part1 = Part35
  1076. Weld107.Parent = Part43
  1077. Weld107.C0 = CFrame.new(2.08125305, 0, -1.8500061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1078. Weld107.Part0 = Part43
  1079. Weld107.Part1 = Part36
  1080. Weld107.part1 = Part36
  1081. Weld108.Parent = Part43
  1082. Weld108.C0 = CFrame.new(2.3125, 0, -2.08125305, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1083. Weld108.Part0 = Part43
  1084. Weld108.Part1 = Part37
  1085. Weld108.part1 = Part37
  1086. Weld109.Parent = Part43
  1087. Weld109.C0 = CFrame.new(1.38750458, 0, -1.15625, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1088. Weld109.Part0 = Part43
  1089. Weld109.Part1 = Part38
  1090. Weld109.part1 = Part38
  1091. Weld110.Parent = Part43
  1092. Weld110.C0 = CFrame.new(3.00625229, 0, -2.77500534, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1093. Weld110.Part0 = Part43
  1094. Weld110.Part1 = Part39
  1095. Weld110.part1 = Part39
  1096. Weld111.Parent = Part43
  1097. Weld111.C0 = CFrame.new(1.61875153, 0, -1.38750458, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1098. Weld111.Part0 = Part43
  1099. Weld111.Part1 = Part40
  1100. Weld111.part1 = Part40
  1101. Weld112.Parent = Part43
  1102. Weld112.C0 = CFrame.new(1.27187729, 0, -0.462501526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1103. Weld112.Part0 = Part43
  1104. Weld112.Part1 = Part41
  1105. Weld112.part1 = Part41
  1106. Weld113.Parent = Part43
  1107. Weld113.C0 = CFrame.new(1.38750458, 0, -1.38750458, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1108. Weld113.Part0 = Part43
  1109. Weld113.Part1 = Part42
  1110. Weld113.part1 = Part42
  1111. Weld114.Parent = Part43
  1112. Weld114.C0 = CFrame.new(2.0914669, 0, -2.08925247, 0.707107186, 0, -0.707106352, 0, 1, 0, 0.707106352, 0, 0.707107186)
  1113. Weld114.Part0 = Part43
  1114. Weld114.Part1 = Part143
  1115. Weld114.part1 = Part143
  1116. Part115.Parent = Model0
  1117. Part115.CFrame = CFrame.new(37.8000107, 1.87387371, -46.7699699, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1118. Part115.Orientation = Vector3.new(-25, 0, 90)
  1119. Part115.Position = Vector3.new(37.8000107, 1.87387371, -46.7699699)
  1120. Part115.Rotation = Vector3.new(-25, 0, 90)
  1121. Part115.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1122. Part115.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1123. Part115.BottomSurface = Enum.SurfaceType.Smooth
  1124. Part115.BrickColor = BrickColor.new("Really black")
  1125. Part115.TopSurface = Enum.SurfaceType.Smooth
  1126. Part115.brickColor = BrickColor.new("Really black")
  1127. Part116.Parent = Model0
  1128. Part116.CFrame = CFrame.new(37.8000107, 1.53831267, -45.8480225, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1129. Part116.Orientation = Vector3.new(-25, 0, 90)
  1130. Part116.Position = Vector3.new(37.8000107, 1.53831267, -45.8480225)
  1131. Part116.Rotation = Vector3.new(-25, 0, 90)
  1132. Part116.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1133. Part116.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1134. Part116.BottomSurface = Enum.SurfaceType.Smooth
  1135. Part116.BrickColor = BrickColor.new("Really black")
  1136. Part116.TopSurface = Enum.SurfaceType.Smooth
  1137. Part116.brickColor = BrickColor.new("Really black")
  1138. Part117.Parent = Model0
  1139. Part117.CFrame = CFrame.new(37.8000107, 1.37109876, -47.3009872, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1140. Part117.Orientation = Vector3.new(-25, 0, 90)
  1141. Part117.Position = Vector3.new(37.8000107, 1.37109876, -47.3009872)
  1142. Part117.Rotation = Vector3.new(-25, 0, 90)
  1143. Part117.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  1144. Part117.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1145. Part117.BottomSurface = Enum.SurfaceType.Smooth
  1146. Part117.BrickColor = BrickColor.new("Bright bluish green")
  1147. Part117.TopSurface = Enum.SurfaceType.Smooth
  1148. Part117.brickColor = BrickColor.new("Bright bluish green")
  1149. Part118.Parent = Model0
  1150. Part118.CFrame = CFrame.new(37.8000107, 2.18118715, -46.6581192, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1151. Part118.Orientation = Vector3.new(-25, 0, 90)
  1152. Part118.Position = Vector3.new(37.8000107, 2.18118715, -46.6581192)
  1153. Part118.Rotation = Vector3.new(-25, 0, 90)
  1154. Part118.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1155. Part118.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1156. Part118.BottomSurface = Enum.SurfaceType.Smooth
  1157. Part118.BrickColor = BrickColor.new("Really black")
  1158. Part118.TopSurface = Enum.SurfaceType.Smooth
  1159. Part118.brickColor = BrickColor.new("Really black")
  1160. Part119.Parent = Model0
  1161. Part119.CFrame = CFrame.new(37.8000107, 2.59329438, -46.5951271, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1162. Part119.Orientation = Vector3.new(-25, 0, 90)
  1163. Part119.Position = Vector3.new(37.8000107, 2.59329438, -46.5951271)
  1164. Part119.Rotation = Vector3.new(-25, 0, 90)
  1165. Part119.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1166. Part119.Size = Vector3.new(0.462500244, 0.231250122, 0.231250122)
  1167. Part119.BottomSurface = Enum.SurfaceType.Smooth
  1168. Part119.BrickColor = BrickColor.new("Really black")
  1169. Part119.TopSurface = Enum.SurfaceType.Smooth
  1170. Part119.brickColor = BrickColor.new("Really black")
  1171. Part120.Parent = Model0
  1172. Part120.CFrame = CFrame.new(37.8000107, 3.11725378, -46.8394508, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1173. Part120.Orientation = Vector3.new(-25, 0, 90)
  1174. Part120.Position = Vector3.new(37.8000107, 3.11725378, -46.8394508)
  1175. Part120.Rotation = Vector3.new(-25, 0, 90)
  1176. Part120.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1177. Part120.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1178. Part120.BottomSurface = Enum.SurfaceType.Smooth
  1179. Part120.BrickColor = BrickColor.new("Really black")
  1180. Part120.TopSurface = Enum.SurfaceType.Smooth
  1181. Part120.brickColor = BrickColor.new("Really black")
  1182. Part121.Parent = Model0
  1183. Part121.CFrame = CFrame.new(37.8000107, 2.809937, -46.9513092, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1184. Part121.Orientation = Vector3.new(-25, 0, 90)
  1185. Part121.Position = Vector3.new(37.8000107, 2.809937, -46.9513092)
  1186. Part121.Rotation = Vector3.new(-25, 0, 90)
  1187. Part121.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1188. Part121.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1189. Part121.BottomSurface = Enum.SurfaceType.Smooth
  1190. Part121.BrickColor = BrickColor.new("Really black")
  1191. Part121.TopSurface = Enum.SurfaceType.Smooth
  1192. Part121.brickColor = BrickColor.new("Really black")
  1193. Part122.Parent = Model0
  1194. Part122.CFrame = CFrame.new(37.8000107, 1.9574815, -46.0434837, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1195. Part122.Orientation = Vector3.new(-25, 0, 90)
  1196. Part122.Position = Vector3.new(37.8000107, 1.9574815, -46.0434837)
  1197. Part122.Rotation = Vector3.new(-25, 0, 90)
  1198. Part122.Color = Color3.new(0.513726, 0.301961, 0.168627)
  1199. Part122.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1200. Part122.BottomSurface = Enum.SurfaceType.Smooth
  1201. Part122.BrickColor = BrickColor.new("Rust")
  1202. Part122.TopSurface = Enum.SurfaceType.Smooth
  1203. Part122.brickColor = BrickColor.new("Rust")
  1204. Part123.Parent = Model0
  1205. Part123.CFrame = CFrame.new(37.8000107, 1.74789715, -45.945755, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1206. Part123.Orientation = Vector3.new(-25, 0, 90)
  1207. Part123.Position = Vector3.new(37.8000107, 1.74789715, -45.945755)
  1208. Part123.Rotation = Vector3.new(-25, 0, 90)
  1209. Part123.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1210. Part123.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1211. Part123.BottomSurface = Enum.SurfaceType.Smooth
  1212. Part123.BrickColor = BrickColor.new("Dark orange")
  1213. Part123.TopSurface = Enum.SurfaceType.Smooth
  1214. Part123.brickColor = BrickColor.new("Dark orange")
  1215. Part124.Parent = Model0
  1216. Part124.CFrame = CFrame.new(37.8000107, 3.11019039, -46.5810013, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1217. Part124.Orientation = Vector3.new(-25, 0, 90)
  1218. Part124.Position = Vector3.new(37.8000107, 3.11019039, -46.5810013)
  1219. Part124.Rotation = Vector3.new(-25, 0, 90)
  1220. Part124.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1221. Part124.Size = Vector3.new(0.462500244, 0.231250122, 0.231250122)
  1222. Part124.BottomSurface = Enum.SurfaceType.Smooth
  1223. Part124.BrickColor = BrickColor.new("Really black")
  1224. Part124.TopSurface = Enum.SurfaceType.Smooth
  1225. Part124.brickColor = BrickColor.new("Really black")
  1226. Part125.Parent = Model0
  1227. Part125.CFrame = CFrame.new(37.8000107, 1.9716028, -46.5603867, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1228. Part125.Orientation = Vector3.new(-25, 0, 90)
  1229. Part125.Position = Vector3.new(37.8000107, 1.9716028, -46.5603867)
  1230. Part125.Rotation = Vector3.new(-25, 0, 90)
  1231. Part125.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1232. Part125.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1233. Part125.BottomSurface = Enum.SurfaceType.Smooth
  1234. Part125.BrickColor = BrickColor.new("Dark orange")
  1235. Part125.TopSurface = Enum.SurfaceType.Smooth
  1236. Part125.brickColor = BrickColor.new("Dark orange")
  1237. Part126.Parent = Model0
  1238. Part126.CFrame = CFrame.new(37.8000107, 2.90766907, -46.7417221, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1239. Part126.Orientation = Vector3.new(-25, 0, 90)
  1240. Part126.Position = Vector3.new(37.8000107, 2.90766907, -46.7417221)
  1241. Part126.Rotation = Vector3.new(-25, 0, 90)
  1242. Part126.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  1243. Part126.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1244. Part126.BottomSurface = Enum.SurfaceType.Smooth
  1245. Part126.BrickColor = BrickColor.new("Bright bluish green")
  1246. Part126.TopSurface = Enum.SurfaceType.Smooth
  1247. Part126.brickColor = BrickColor.new("Bright bluish green")
  1248. Part127.Parent = Model0
  1249. Part127.CFrame = CFrame.new(37.8000107, 1.84562778, -45.7361717, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1250. Part127.Orientation = Vector3.new(-25, 0, 90)
  1251. Part127.Position = Vector3.new(37.8000107, 1.84562778, -45.7361717)
  1252. Part127.Rotation = Vector3.new(-25, 0, 90)
  1253. Part127.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1254. Part127.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1255. Part127.BottomSurface = Enum.SurfaceType.Smooth
  1256. Part127.BrickColor = BrickColor.new("Really black")
  1257. Part127.TopSurface = Enum.SurfaceType.Smooth
  1258. Part127.brickColor = BrickColor.new("Really black")
  1259. Part128.Parent = Model0
  1260. Part128.CFrame = CFrame.new(37.8000107, 1.76201844, -46.4626579, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1261. Part128.Orientation = Vector3.new(-25, 0, 90)
  1262. Part128.Position = Vector3.new(37.8000107, 1.76201844, -46.4626579)
  1263. Part128.Rotation = Vector3.new(-25, 0, 90)
  1264. Part128.Color = Color3.new(0.513726, 0.301961, 0.168627)
  1265. Part128.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1266. Part128.BottomSurface = Enum.SurfaceType.Smooth
  1267. Part128.BrickColor = BrickColor.new("Rust")
  1268. Part128.TopSurface = Enum.SurfaceType.Smooth
  1269. Part128.brickColor = BrickColor.new("Rust")
  1270. Part129.Parent = Model0
  1271. Part129.CFrame = CFrame.new(37.8000107, 2.6568439, -48.9211693, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1272. Part129.Orientation = Vector3.new(-25, 0, 90)
  1273. Part129.Position = Vector3.new(37.8000107, 2.6568439, -48.9211693)
  1274. Part129.Rotation = Vector3.new(-25, 0, 90)
  1275. Part129.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  1276. Part129.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1277. Part129.BottomSurface = Enum.SurfaceType.Smooth
  1278. Part129.BrickColor = BrickColor.new("Bright bluish green")
  1279. Part129.TopSurface = Enum.SurfaceType.Smooth
  1280. Part129.brickColor = BrickColor.new("Bright bluish green")
  1281. Part130.Parent = Model0
  1282. Part130.CFrame = CFrame.new(37.8000107, 3.09013557, -49.6335297, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1283. Part130.Orientation = Vector3.new(-25, 0, 90)
  1284. Part130.Position = Vector3.new(37.8000107, 3.09013557, -49.6335297)
  1285. Part130.Rotation = Vector3.new(-25, 0, 90)
  1286. Part130.Color = Color3.new(0, 0.337255, 0.368627)
  1287. Part130.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1288. Part130.BottomSurface = Enum.SurfaceType.Smooth
  1289. Part130.BrickColor = BrickColor.new("Navy blue")
  1290. Part130.TopSurface = Enum.SurfaceType.Smooth
  1291. Part130.brickColor = BrickColor.new("Navy blue")
  1292. Part131.Parent = Model0
  1293. Part131.CFrame = CFrame.new(37.8000107, 2.20943642, -47.6919098, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1294. Part131.Orientation = Vector3.new(-25, 0, 90)
  1295. Part131.Position = Vector3.new(37.8000107, 2.20943642, -47.6919098)
  1296. Part131.Rotation = Vector3.new(-25, 0, 90)
  1297. Part131.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  1298. Part131.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1299. Part131.BottomSurface = Enum.SurfaceType.Smooth
  1300. Part131.BrickColor = BrickColor.new("Bright bluish green")
  1301. Part131.TopSurface = Enum.SurfaceType.Smooth
  1302. Part131.brickColor = BrickColor.new("Bright bluish green")
  1303. Part132.Parent = Model0
  1304. Part132.CFrame = CFrame.new(37.8000107, 1.58068311, -47.3987198, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1305. Part132.Orientation = Vector3.new(-25, 0, 90)
  1306. Part132.Position = Vector3.new(37.8000107, 1.58068311, -47.3987198)
  1307. Part132.Rotation = Vector3.new(-25, 0, 90)
  1308. Part132.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1309. Part132.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1310. Part132.BottomSurface = Enum.SurfaceType.Smooth
  1311. Part132.BrickColor = BrickColor.new("Really black")
  1312. Part132.TopSurface = Enum.SurfaceType.Smooth
  1313. Part132.brickColor = BrickColor.new("Really black")
  1314. Part133.Parent = Model0
  1315. Part133.CFrame = CFrame.new(37.8000107, 2.75457621, -48.7115784, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1316. Part133.Orientation = Vector3.new(-25, 0, 90)
  1317. Part133.Position = Vector3.new(37.8000107, 2.75457621, -48.7115784)
  1318. Part133.Rotation = Vector3.new(-25, 0, 90)
  1319. Part133.Color = Color3.new(0, 0.337255, 0.368627)
  1320. Part133.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1321. Part133.BottomSurface = Enum.SurfaceType.Smooth
  1322. Part133.BrickColor = BrickColor.new("Navy blue")
  1323. Part133.TopSurface = Enum.SurfaceType.Smooth
  1324. Part133.brickColor = BrickColor.new("Navy blue")
  1325. Part134.Parent = Model0
  1326. Part134.CFrame = CFrame.new(37.8000107, 2.64272451, -48.4042702, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1327. Part134.Orientation = Vector3.new(-25, 0, 90)
  1328. Part134.Position = Vector3.new(37.8000107, 2.64272451, -48.4042702)
  1329. Part134.Rotation = Vector3.new(-25, 0, 90)
  1330. Part134.Color = Color3.new(0, 0.337255, 0.368627)
  1331. Part134.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1332. Part134.BottomSurface = Enum.SurfaceType.Smooth
  1333. Part134.BrickColor = BrickColor.new("Navy blue")
  1334. Part134.TopSurface = Enum.SurfaceType.Smooth
  1335. Part134.brickColor = BrickColor.new("Navy blue")
  1336. Part135.Parent = Model0
  1337. Part135.CFrame = CFrame.new(37.8000107, 2.41901731, -47.7896385, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1338. Part135.Orientation = Vector3.new(-25, 0, 90)
  1339. Part135.Position = Vector3.new(37.8000107, 2.41901731, -47.7896385)
  1340. Part135.Rotation = Vector3.new(-25, 0, 90)
  1341. Part135.Color = Color3.new(0, 0.337255, 0.368627)
  1342. Part135.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1343. Part135.BottomSurface = Enum.SurfaceType.Smooth
  1344. Part135.BrickColor = BrickColor.new("Navy blue")
  1345. Part135.TopSurface = Enum.SurfaceType.Smooth
  1346. Part135.brickColor = BrickColor.new("Navy blue")
  1347. Part136.Parent = Model0
  1348. Part136.CFrame = CFrame.new(37.8000107, 2.53086925, -48.0969582, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1349. Part136.Orientation = Vector3.new(-25, 0, 90)
  1350. Part136.Position = Vector3.new(37.8000107, 2.53086925, -48.0969582)
  1351. Part136.Rotation = Vector3.new(-25, 0, 90)
  1352. Part136.Color = Color3.new(0, 0.337255, 0.368627)
  1353. Part136.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1354. Part136.BottomSurface = Enum.SurfaceType.Smooth
  1355. Part136.BrickColor = BrickColor.new("Navy blue")
  1356. Part136.TopSurface = Enum.SurfaceType.Smooth
  1357. Part136.brickColor = BrickColor.new("Navy blue")
  1358. Part137.Parent = Model0
  1359. Part137.CFrame = CFrame.new(37.8000107, 2.54499531, -48.6138496, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1360. Part137.Orientation = Vector3.new(-25, 0, 90)
  1361. Part137.Position = Vector3.new(37.8000107, 2.54499531, -48.6138496)
  1362. Part137.Rotation = Vector3.new(-25, 0, 90)
  1363. Part137.Color = Color3.new(0.00784314, 0.490196, 0.65098)
  1364. Part137.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1365. Part137.BottomSurface = Enum.SurfaceType.Smooth
  1366. Part137.BrickColor = BrickColor.new("Bright bluish green")
  1367. Part137.TopSurface = Enum.SurfaceType.Smooth
  1368. Part137.brickColor = BrickColor.new("Bright bluish green")
  1369. Part138.Parent = Model0
  1370. Part138.CFrame = CFrame.new(37.8000107, 2.39783287, -47.0142937, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1371. Part138.Orientation = Vector3.new(-25, 0, 90)
  1372. Part138.Position = Vector3.new(37.8000107, 2.39783287, -47.0142937)
  1373. Part138.Rotation = Vector3.new(-25, 0, 90)
  1374. Part138.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1375. Part138.Size = Vector3.new(0.462500244, 0.231250122, 0.231250122)
  1376. Part138.BottomSurface = Enum.SurfaceType.Smooth
  1377. Part138.BrickColor = BrickColor.new("Really black")
  1378. Part138.TopSurface = Enum.SurfaceType.Smooth
  1379. Part138.brickColor = BrickColor.new("Really black")
  1380. Part139.Parent = Model0
  1381. Part139.CFrame = CFrame.new(37.8000107, 3.17374849, -48.9070435, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1382. Part139.Orientation = Vector3.new(-25, 0, 90)
  1383. Part139.Position = Vector3.new(37.8000107, 3.17374849, -48.9070435)
  1384. Part139.Rotation = Vector3.new(-25, 0, 90)
  1385. Part139.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1386. Part139.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1387. Part139.BottomSurface = Enum.SurfaceType.Smooth
  1388. Part139.BrickColor = BrickColor.new("Really black")
  1389. Part139.TopSurface = Enum.SurfaceType.Smooth
  1390. Part139.brickColor = BrickColor.new("Really black")
  1391. Part140.Parent = Model0
  1392. Part140.CFrame = CFrame.new(37.8000107, 1.37759471, -45.6455078, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1393. Part140.Orientation = Vector3.new(-25, 0, 90)
  1394. Part140.Position = Vector3.new(37.8000107, 1.37759471, -45.6455078)
  1395. Part140.Rotation = Vector3.new(-25, 0, 90)
  1396. Part140.Color = Color3.new(0.054902, 0.0745098, 0.133333)
  1397. Part140.Size = Vector3.new(0.231250122, 0.231250122, 0.462500244)
  1398. Part140.BottomSurface = Enum.SurfaceType.Smooth
  1399. Part140.BrickColor = BrickColor.new("Really black")
  1400. Part140.TopSurface = Enum.SurfaceType.Smooth
  1401. Part140.brickColor = BrickColor.new("Really black")
  1402. Part141.Parent = Model0
  1403. Part141.CFrame = CFrame.new(37.8000107, 2.06933522, -46.3507996, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1404. Part141.Orientation = Vector3.new(-25, 0, 90)
  1405. Part141.Position = Vector3.new(37.8000107, 2.06933522, -46.3507996)
  1406. Part141.Rotation = Vector3.new(-25, 0, 90)
  1407. Part141.Color = Color3.new(0.513726, 0.301961, 0.168627)
  1408. Part141.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1409. Part141.BottomSurface = Enum.SurfaceType.Smooth
  1410. Part141.BrickColor = BrickColor.new("Rust")
  1411. Part141.TopSurface = Enum.SurfaceType.Smooth
  1412. Part141.brickColor = BrickColor.new("Rust")
  1413. Part142.Parent = Model0
  1414. Part142.CFrame = CFrame.new(37.8000107, 1.65016639, -46.1553383, 0, -1, 0, 0.906307876, 0, 0.422617972, -0.422617942, 0, 0.906307936)
  1415. Part142.Orientation = Vector3.new(-25, 0, 90)
  1416. Part142.Position = Vector3.new(37.8000107, 1.65016639, -46.1553383)
  1417. Part142.Rotation = Vector3.new(-25, 0, 90)
  1418. Part142.Color = Color3.new(0.513726, 0.301961, 0.168627)
  1419. Part142.Size = Vector3.new(0.231250122, 0.231250122, 0.231250122)
  1420. Part142.BottomSurface = Enum.SurfaceType.Smooth
  1421. Part142.BrickColor = BrickColor.new("Rust")
  1422. Part142.TopSurface = Enum.SurfaceType.Smooth
  1423. Part142.brickColor = BrickColor.new("Rust")
  1424. Part143.Name = "text"
  1425. Part143.Parent = Model0
  1426. Part143.CFrame = CFrame.new(37.8000107, 2.64860082, -48.4158363, 0, -1, 0, 0.939692736, 0, -0.342019886, 0.342019916, 0, 0.939692736)
  1427. Part143.Orientation = Vector3.new(20, 0, 90)
  1428. Part143.Position = Vector3.new(37.8000107, 2.64860082, -48.4158363)
  1429. Part143.Rotation = Vector3.new(20, 0, 90)
  1430. Part143.Color = Color3.new(0, 0.337255, 0.368627)
  1431. Part143.Transparency = 1
  1432. Part143.Size = Vector3.new(1.71250167, 0.241250122, 2.73124981)
  1433. Part143.BottomSurface = Enum.SurfaceType.Smooth
  1434. Part143.BrickColor = BrickColor.new("Navy blue")
  1435. Part143.TopSurface = Enum.SurfaceType.Smooth
  1436. Part143.brickColor = BrickColor.new("Navy blue")
  1437. for i,v in pairs(mas:GetChildren()) do
  1438. v.Parent = script
  1439. pcall(function() v:MakeJoints() end)
  1440. end
  1441. mas:Destroy()
  1442. for i,v in pairs(cors) do
  1443. spawn(function()
  1444. pcall(v)
  1445. end)
  1446. end
  1447. for i,v in pairs(Model0:GetChildren()) do
  1448. v.Locked = true
  1449. if v.ClassName == "Part" then
  1450. v.CanCollide = false
  1451. end
  1452. end
  1453. Model0.Parent = owner.Character
  1454. heartbeat = game:GetService("RunService").Heartbeat
  1455. local rightarm = Instance.new("Weld", owner.Character.Torso)
  1456. rightarm.Part0 = owner.Character.Torso
  1457. rightarm.Part1 = owner.Character["Right Arm"]
  1458. rightarm.C0 = CFrame.new(1.5,0,0)
  1459. rightarm.Name = "RightArmWeld"
  1460. local rightleg = Instance.new("Weld", owner.Character.Torso)
  1461. rightleg.Part0 = owner.Character.Torso
  1462. rightleg.Part1 = owner.Character["Right Leg"]
  1463. rightleg.C0 = CFrame.new(0.5,-2,0)
  1464. rightleg.Name = "RightLegWeld"
  1465. local leftarm = Instance.new("Weld", owner.Character.Torso)
  1466. leftarm.Part0 = owner.Character.Torso
  1467. leftarm.Part1 = owner.Character["Left Arm"]
  1468. leftarm.C0 = CFrame.new(-1.5,0,0)
  1469. leftarm.Name = "LeftArmWeld"
  1470. local leftleg = Instance.new("Weld", owner.Character.Torso)
  1471. leftleg.Part0 = owner.Character.Torso
  1472. leftleg.Part1 = owner.Character["Left Leg"]
  1473. leftleg.C0 = CFrame.new(-0.5,-2,0)
  1474. leftleg.Name = "LeftLegWeld"
  1475. local head = Instance.new("Weld", owner.Character.Torso)
  1476. head.Part0 = owner.Character.Torso
  1477. head.Part1 = owner.Character.Head
  1478. head.C0 = CFrame.new(0,1.5,0)
  1479. head.Name = "HeadWeld"
  1480. local humanoidrootpart = Instance.new("Weld", owner.Character.HumanoidRootPart)
  1481. humanoidrootpart.Part0 = owner.Character.HumanoidRootPart
  1482. humanoidrootpart.Part1 = owner.Character.Torso
  1483. humanoidrootpart.Name = "HumanoidRootPartWeld"
  1484. local music = Instance.new("Sound", owner.Character.Head)
  1485. music.Volume = 2
  1486. music.SoundId = "rbxassetid://3225701810"
  1487. music.Looped = true
  1488. music.Name = "yopierrewannacutmyhair"
  1489. music:Play()
  1490. --[[local flange = Instance.new("FlangeSoundEffect", music)
  1491. flange.Name = "pickaxefromsidetoside"
  1492. flange.Depth = 1
  1493. flange.Mix = 1
  1494. flange.Rate = 3--]]
  1495. local walksound = Instance.new("Sound", owner.Character.Head)
  1496. walksound.Volume = 2.5
  1497. walksound.SoundId = "rbxassetid://507863105"
  1498. local hitsound = Instance.new("Sound", owner.Character.Head)
  1499. hitsound.Volume = 2
  1500. hitsound.SoundId = "rbxassetid://535681058"
  1501. local swooshsound = Instance.new("Sound", owner.Character.Head)
  1502. swooshsound.Volume = 1
  1503. swooshsound.PlaybackSpeed = 4.5
  1504. swooshsound.SoundId = "rbxassetid://1112042117"
  1505. local explosionsound = Instance.new("Sound", owner.Character.Head)
  1506. explosionsound.Volume = 3
  1507. explosionsound.SoundId = "rbxassetid://262562442"
  1508. local uuhhhsound = Instance.new("Sound", owner.Character.Head)
  1509. uuhhhsound.Volume = 3.5
  1510. uuhhhsound.SoundId = "rbxassetid://535690488"
  1511. local remote = Instance.new("RemoteEvent", owner.Character)
  1512. remote.Name = "NOSkidsRemote"
  1513. local desc = Instance.new("Part", owner.Character.HumanoidRootPart)
  1514. desc.Size = Vector3.new(4,5,0.1)
  1515. desc.Anchored = true
  1516. desc.Locked = true
  1517. desc.CanCollide = false
  1518. desc.Transparency = 1
  1519. local clickdetector = Instance.new("ClickDetector", desc)
  1520. clickdetector.CursorIcon = "http://www.roblox.com/asset/?id=262794942"
  1521. local descimage = Instance.new("Decal", desc)
  1522. descimage.Texture = "rbxassetid://3448243413"
  1523. descimage.Face = "Front"
  1524. local descimage1 = Instance.new("Decal", desc)
  1525. descimage1.Texture = "rbxassetid://3448243413"
  1526. descimage1.Face = "Back"
  1527. swordweld = Instance.new("Weld", Part43)
  1528. swordweld.Part0 = owner.Character["Right Arm"]
  1529. swordweld.Part1 = Part43
  1530. swordweld.C0 = CFrame.new(-0.0938606262, -1.14251375, 0.158569336, 0, -1, 0, 0.906306982, 0, 0.422617555, -0.422617942, 0, 0.906307936)
  1531. function showdesc()
  1532. descimage.Transparency = 0
  1533. descimage1.Transparency = 0
  1534. end
  1535. function hidedesc()
  1536. descimage.Transparency = 1
  1537. descimage1.Transparency = 1
  1538. end
  1539. clickdetector.MouseHoverEnter:connect(showdesc)
  1540. clickdetector.MouseHoverLeave:connect(hidedesc)
  1541. anim = ""
  1542. local surfacegui = Instance.new("SurfaceGui", Part143)
  1543. surfacegui.Face = "Bottom"
  1544. local textlabel = Instance.new("TextLabel", surfacegui)
  1545. textlabel.Size = UDim2.new(1,0,1,0)
  1546. textlabel.Text = ""
  1547. textlabel.TextScaled = true
  1548. textlabel.Font = "Arcade"
  1549. textlabel.BackgroundTransparency = 1
  1550. cananimate = true
  1551. plrhum = owner.Character:findFirstChildOfClass("Humanoid")
  1552. plrhum.WalkSpeed = 17
  1553. function changesound()
  1554. while heartbeat:wait() do
  1555. textlabel.TextColor3 = Color3.fromRGB(math.random(1,255),math.random(1,255),math.random(1,255))
  1556. if plrhum.FloorMaterial == Enum.Material.Grass or plrhum.FloorMaterial == Enum.Material.Sand then
  1557. walksound.SoundId = "rbxassetid://507863105"
  1558. elseif plrhum.FloorMaterial == Enum.Material.Plastic or plrhum.FloorMaterial == Enum.Material.SmoothPlastic then
  1559. walksound.SoundId = "rbxassetid://507863857"
  1560. elseif plrhum.FloorMaterial == Enum.Material.Wood or plrhum.FloorMaterial == Enum.Material.WoodPlanks then
  1561. walksound.SoundId = "rbxassetid://507863457"
  1562. elseif plrhum.FloorMaterial == Enum.Material.Mud or plrhum.FloorMaterial == Enum.Material.Snow then
  1563. walksound.SoundId = "rbxassetid://507864112"
  1564. elseif not plrhum.FloorMaterial == Enum.Material.Air then
  1565. walksound.SoundId = "rbxassetid://507863105"
  1566. end
  1567. end
  1568. end
  1569. spawn(changesound)
  1570. function detectwalk()
  1571. while heartbeat:wait() do
  1572. if owner.Character.HumanoidRootPart.Velocity.x < -1 or owner.Character.HumanoidRootPart.Velocity.x > 1 or owner.Character.HumanoidRootPart.Velocity.z < -1 or owner.Character.HumanoidRootPart.Velocity.z > 1 and not plrhum.FloorMaterial == Enum.Material.Air then
  1573. anim = "run"
  1574. else
  1575. if plrhum.FloorMaterial == Enum.Material.Air then
  1576. anim = "jump"
  1577. else
  1578. anim = "stand"
  1579. end
  1580. end
  1581. end
  1582. end
  1583. spawn(detectwalk)
  1584. canknockback = true
  1585. freshafterguarding = false
  1586. function checkdmg()
  1587. while heartbeat:wait() do
  1588. local health = plrhum.Health
  1589. wait()
  1590. if plrhum.Health < health and canknockback and not owner.Character:findFirstChild("freshguarded") then
  1591. canknockback = false
  1592. hitsound:Play()
  1593. local pitchrandom = math.random(1,5)
  1594. if pitchrandom == 1 then
  1595. uuhhhsound.PlaybackSpeed = 0.8
  1596. elseif pitchrandom == 2 then
  1597. uuhhhsound.PlaybackSpeed = 0.9
  1598. elseif pitchrandom == 3 then
  1599. uuhhhsound.PlaybackSpeed = 1
  1600. elseif pitchrandom == 4 then
  1601. uuhhhsound.PlaybackSpeed = 1.1
  1602. elseif pitchrandom == 5 then
  1603. uuhhhsound.PlaybackSpeed = 1.2
  1604. end
  1605. uuhhhsound:Play()
  1606. for q,w in pairs(owner.Character:GetChildren()) do
  1607. if w.ClassName == "Part" or w.ClassName == "MeshPart" and w.Name ~= "HumanoidRootPart" then
  1608. local hurt = Instance.new("Part", w)
  1609. hurt.Size = w.Size + Vector3.new(0.05,0.05,0.05)
  1610. hurt.CanCollide = false
  1611. hurt.Transparency = 0.5
  1612. hurt.Material = "Neon"
  1613. hurt.BrickColor = BrickColor.new("Bright red")
  1614. hurt:BreakJoints()
  1615. local hurtweld = Instance.new("Weld", hurt)
  1616. hurtweld.Part0 = w
  1617. hurtweld.Part1 = hurt
  1618. local function disapear()
  1619. for i = 1,50 do
  1620. hurt.Transparency = hurt.Transparency + 0.025
  1621. heartbeat:wait()
  1622. end
  1623. hurt:destroy()
  1624. end
  1625. spawn(disapear)
  1626. end
  1627. end
  1628. local velo = Instance.new("BodyVelocity", owner.Character.HumanoidRootPart)
  1629. velo.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1630. velo.Velocity = owner.Character.HumanoidRootPart.CFrame.lookVector * -20 + Vector3.new(0,10,0)
  1631. game.Debris:AddItem(velo,0.2)
  1632. wait(0.2)
  1633. canknockback = true
  1634. end
  1635. end
  1636. end
  1637. spawn(checkdmg)
  1638. function upanddown()
  1639. while heartbeat:wait() do
  1640. if anim == "run" then
  1641. if cananimate then
  1642. local humrootc0 = humanoidrootpart.C0
  1643. for i = 0,1 , 0.14 do
  1644. if anim == "run" and cananimate then
  1645. humanoidrootpart.C0 = humrootc0:lerp(CFrame.new(0,0.04,0) * CFrame.fromEulerAnglesXYZ(-0.1,0,0),i)
  1646. heartbeat:wait()
  1647. end
  1648. end
  1649. local humrootc0 = humanoidrootpart.C0
  1650. for i = 0,1 , 0.14 do
  1651. if anim == "run" and cananimate then
  1652. humanoidrootpart.C0 = humrootc0:lerp(CFrame.new(0,0.08,0) * CFrame.fromEulerAnglesXYZ(-0.1,0,0),i)
  1653. heartbeat:wait()
  1654. end
  1655. end
  1656. local humrootc0 = humanoidrootpart.C0
  1657. for i = 0,1 , 0.14 do
  1658. if anim == "run" and cananimate then
  1659. humanoidrootpart.C0 = humrootc0:lerp(CFrame.new(0,0.04,0) * CFrame.fromEulerAnglesXYZ(-0.1,0,0),i)
  1660. heartbeat:wait()
  1661. end
  1662. end
  1663. local humrootc0 = humanoidrootpart.C0
  1664. for i = 0,1 , 0.14 do
  1665. if anim == "run" and cananimate then
  1666. humanoidrootpart.C0 = humrootc0:lerp(CFrame.new(0,-0.04,0) * CFrame.fromEulerAnglesXYZ(-0.1,0,0),i)
  1667. heartbeat:wait()
  1668. end
  1669. end
  1670. local humrootc0 = humanoidrootpart.C0
  1671. for i = 0,1 , 0.14 do
  1672. if anim == "run" and cananimate then
  1673. humanoidrootpart.C0 = humrootc0:lerp(CFrame.new(0,-0.08,0) * CFrame.fromEulerAnglesXYZ(-0.1,0,0),i)
  1674. heartbeat:wait()
  1675. end
  1676. end
  1677. local humrootc0 = humanoidrootpart.C0
  1678. for i = 0,1 , 0.14 do
  1679. if anim == "run" and cananimate then
  1680. humanoidrootpart.C0 = humrootc0:lerp(CFrame.new(0,-0.04,0) * CFrame.fromEulerAnglesXYZ(-0.1,0,0),i)
  1681. heartbeat:wait()
  1682. end
  1683. end
  1684. end
  1685. end
  1686. end
  1687. end
  1688. spawn(upanddown)
  1689. canloweranim = true
  1690. canupperanim = true
  1691. function upperlimbanim()
  1692. while heartbeat:wait() do
  1693. if anim == "stand" and cananimate and canupperanim then
  1694. for i = 0,0.09 , 0.0013 do
  1695. if anim == "stand" and cananimate and canupperanim then
  1696. swordweld.C0 = swordweld.C0:lerp(CFrame.new(-0.0938606262, -1.14251375, 0.158569336, 0, -1, 0, 0.906306982, 0, 0.422617555, -0.422617942, 0, 0.906307936),i)
  1697. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5790329, 0.0955438614, -0.0261459351, 0.98480773, -0.172987387, 0.0151344538, 0.173647299, 0.981055319, -0.0858312026, 0, 0.0871557295, 0.99619472),i)
  1698. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.57922935, 0.0944201946, 0, 0.98480773, 0.173648179, 0, -0.173647866, 0.984806001, 0, 0, 0, 1),i)
  1699. head.C0 = head.C0:lerp(CFrame.new(-0.0377388, 1.4980948, -0.0217895508, 0.499999911, -0.0754790828, 0.862729967, 0, 0.996193051, 0.087155588, -0.866025448, -0.043577861, 0.498097301),i)
  1700. heartbeat:wait()
  1701. end
  1702. end
  1703. for i = 0,0.09 , 0.0013 do
  1704. if anim == "stand" and cananimate and canupperanim then
  1705. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.61395836, -0.10254097, 0, 0.98480773, -0.173648179, 0, 0.173647866, 0.984806001, 0, 0, 0, 1),i)
  1706. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.61395836, -0.10254097, 0, 0.98480773, 0.173648179, 0, -0.173647866, 0.984806001, 0, 0, 0, 1),i)
  1707. head.C0 = head.C0:lerp(CFrame.new(0, 1.49999785, 0, 0.499999911, 0, 0.866025448, 0, 0.999998331, 0, -0.866025448, 0, 0.499999911),i)
  1708. heartbeat:wait()
  1709. end
  1710. end
  1711. elseif anim == "run" and cananimate and canupperanim then
  1712. for i = 0,0.35 , 0.015 do
  1713. if anim == "run" and cananimate and canupperanim then
  1714. swordweld.C0 = swordweld.C0:lerp(CFrame.new(-0.0938606262, -1.14251375, 0.158569336, 0, -1, 0, 0.906306982, 0, 0.422617555, -0.422617942, 0, 0.906307936),i)
  1715. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0.178606272, 0.383022308, 1, 0, 0, 0, 0.642787576, 0.766044378, 0, -0.766044438, 0.642787635),i)
  1716. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0.178606272, -0.383022308, 1, 0, 0, 0, 0.642787576, -0.766044378, 0, 0.766044438, 0.642787635),i)
  1717. head.C0 = head.C0:lerp(CFrame.new(0,1.5,0),i)
  1718. heartbeat:wait()
  1719. end
  1720. end
  1721. for i = 0,0.35 , 0.015 do
  1722. if anim == "run" and cananimate and canupperanim then
  1723. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0.178606272, -0.383022308, 1, 0, 0, 0, 0.642787576, -0.766044378, 0, 0.766044438, 0.642787635),i)
  1724. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0.178606272, 0.383022308, 1, 0, 0, 0, 0.642787576, 0.766044378, 0, -0.766044438, 0.642787635),i)
  1725. head.C0 = head.C0:lerp(CFrame.new(0,1.5,0),i)
  1726. heartbeat:wait()
  1727. end
  1728. end
  1729. end
  1730. end
  1731. end
  1732. spawn(upperlimbanim)
  1733. function lowerlimbanim()
  1734. while heartbeat:wait() do
  1735. if anim == "stand" and cananimate and canloweranim then
  1736. for i = 0,0.1 , 0.0015 do
  1737. if anim == "stand" and cananimate then
  1738. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.589056015, -2.03976226, 0, 0.99619472, 0.0871557295, 0, -0.0871552974, 0.996189654, 0, -2.98023224e-08, -3.7252903e-09, 1),i)
  1739. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.58905983, -2.03976226, 0, 0.99619472, -0.0871557295, 0, 0.0871552974, 0.996189654, 0, -2.98023224e-08, 3.7252903e-09, 1),i)
  1740. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.499999911, 0, -0.866025448, 0, 0.999998331, 0, 0.866025448, 0, 0.499999911),i)
  1741. heartbeat:wait()
  1742. end
  1743. end
  1744. for i = 0,0.1 , 0.0015 do
  1745. if anim == "stand" and cananimate and canloweranim then
  1746. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.597772598, -2.13938832, 0, 0.99619472, 0.0871557295, 0, -0.0871555805, 0.996192992, 0, -2.98023224e-08, -3.7252903e-09, 1),i)
  1747. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.597776413, -2.13938832, 0, 0.99619472, -0.0871557295, 0, 0.0871555805, 0.996192992, 0, -2.98023224e-08, 3.7252903e-09, 1),i)
  1748. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0.0999999046, 0, 0.499999911, 0, -0.866025448, 0, 0.999998331, 0, 0.866025448, 0, 0.499999911),i)
  1749. heartbeat:wait()
  1750. end
  1751. end
  1752. elseif anim == "run" and cananimate and canloweranim then
  1753. walksound:Play()
  1754. for i = 0,0.35 , 0.015 do
  1755. if anim == "run" and cananimate and canloweranim then
  1756. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0.866024017, 1, 0, 0, 0, 0.500000119, 0.866025209, 0, -0.866025269, 0.500000179),i)
  1757. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1.64278746, -0.766044617, 1, 0, 0, 0, 0.642787576, -0.766044319, 0, 0.766044378, 0.642787635),i)
  1758. heartbeat:wait()
  1759. end
  1760. end
  1761. walksound:Play()
  1762. for i = 0,0.35 , 0.015 do
  1763. if anim == "run" and cananimate and canloweranim then
  1764. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.64278722, -0.766044617, 1, 0, 0, 0, 0.642787337, -0.766044497, 0, 0.766044557, 0.642787397),i)
  1765. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1.64278769, 0.766044617, 1, 0, 0, 0, 0.642787635, 0.766044378, 0, -0.766044438, 0.642787695),i)
  1766. heartbeat:wait()
  1767. end
  1768. end
  1769. end
  1770. end
  1771. end
  1772. spawn(lowerlimbanim)
  1773. canuse = true
  1774. function killcharacter(whatchar)
  1775. local root = whatchar:findFirstChild("HumanoidRootPart")
  1776. if whatchar:findFirstChild("HumanoidRootPart") and whatchar:findFirstChildOfClass("Humanoid") and whatchar:findFirstChild("Torso") and not whatchar:findFirstChild("fallen") then
  1777. if whatchar.HumanoidRootPart:findFirstChild("HumanoidRootPartWeld") then
  1778. whatchar.HumanoidRootPart:findFirstChild("HumanoidRootPartWeld"):destroy()
  1779. end
  1780. local function falldown()
  1781. Instance.new("BoolValue", whatchar).Name = "fallen"
  1782. whatchar:findFirstChildOfClass("Humanoid").MaxHealth = math.huge
  1783. whatchar:findFirstChildOfClass("Humanoid").WalkSpeed = 0
  1784. whatchar:findFirstChildOfClass("Humanoid").JumpPower = 0
  1785. local huroot = Instance.new("Weld", whatchar.HumanoidRootPart)
  1786. huroot.Part0 = whatchar.HumanoidRootPart
  1787. huroot.Part1 = whatchar.Torso
  1788. huroot.Name = "HumanoidRootPartWeld"
  1789. local directionrandom = math.random(1,2)
  1790. local rotation = 0
  1791. root.CanCollide = false
  1792. uuhhhsound:Play()
  1793. for q,w in pairs(whatchar:GetChildren()) do
  1794. if w.ClassName == "Part" or w.ClassName == "MeshPart" and w.Name ~= "HumanoidRootPart" then
  1795. local hurt = Instance.new("Part", w)
  1796. hurt.Size = w.Size + Vector3.new(0.05,0.05,0.05)
  1797. hurt.CanCollide = false
  1798. hurt.Transparency = 0.8
  1799. hurt.Material = "Neon"
  1800. hurt.BrickColor = BrickColor.new("Bright red")
  1801. hurt:BreakJoints()
  1802. local hurtweld = Instance.new("Weld", hurt)
  1803. hurtweld.Part0 = w
  1804. hurtweld.Part1 = hurt
  1805. if w.Name == "HumanoidRootPart" then
  1806. hurt:destroy()
  1807. end
  1808. end
  1809. end
  1810. local humrootc0 = humanoidrootpart.C0
  1811. local function rotate()
  1812. local smoke = Instance.new("Smoke", root)
  1813. smoke.Opacity = 0.3
  1814. smoke.Size = 0.1
  1815. smoke.RiseVelocity = 1
  1816. for i,v in pairs(whatchar:GetChildren()) do
  1817. if v.ClassName == "Script" or v.ClassName == "LocalScript" then
  1818. v.Disabled = true
  1819. end
  1820. end
  1821. for i = 0,1 , 0.03 do
  1822. if directionrandom == 1 then
  1823. huroot.C0 = humrootc0:lerp(CFrame.new(-2.5,-2.5,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi/2),i)
  1824. elseif directionrandom == 2 then
  1825. huroot.C0 = humrootc0:lerp(CFrame.new(2.5,-2.5,0) * CFrame.fromEulerAnglesXYZ(0,0,-math.pi/2),i)
  1826. end
  1827. heartbeat:wait()
  1828. end
  1829. wait(2)
  1830. local part = Instance.new("Part", workspace)
  1831. part.CanCollide = false
  1832. part.Anchored = true
  1833. part.Transparency = 1
  1834. part.CFrame = root.CFrame * CFrame.new(0,-2,0)
  1835. smoke.Parent = part
  1836. game.Debris:AddItem(part, 6)
  1837. for i,v in pairs(whatchar:GetChildren()) do
  1838. if v.ClassName ~= "Humanoid" then
  1839. v:destroy()
  1840. end
  1841. end
  1842. local function stopsmoke()
  1843. wait(1)
  1844. smoke.Enabled = false
  1845. end
  1846. spawn(stopsmoke)
  1847. end
  1848. spawn(rotate)
  1849. end
  1850. spawn(falldown)
  1851. else
  1852. whatchar:BreakJoints()
  1853. end
  1854. end
  1855. function remoteaction(plr, what, mousepos)
  1856. if plr == owner and canuse then
  1857. canuse = false
  1858. if what == "swing" then
  1859. canupperanim = false
  1860. local rarmc0 = rightarm.C0
  1861. swooshsound:Play()
  1862. for i,v in pairs(workspace:GetChildren()) do
  1863. if v.ClassName == "Model" and v ~= owner.Character then
  1864. local hu = v:findFirstChildOfClass("Humanoid")
  1865. local head = v:findFirstChild("Head")
  1866. if hu and head and not v:findFirstChild("fallen") then
  1867. if (head.Position - Part143.Position).magnitude < 6.5 then
  1868. if hu.MaxHealth >= 500 then
  1869. hu.MaxHealth = 100
  1870. hu.Health = 100
  1871. local function waitforgod()
  1872. wait(1.5)
  1873. if hu.MaxHealth >= 500 and not v:findFirstChild("fallen") then
  1874. hu.Parent:BreakJoints()
  1875. explosionsound:Play()
  1876. local explosion = Instance.new("Explosion", workspace)
  1877. explosion.Position = head.Position
  1878. explosion.BlastRadius = 0
  1879. end
  1880. end
  1881. spawn(waitforgod)
  1882. end
  1883. if hu.Health <= 35 then
  1884. killcharacter(v)
  1885. else
  1886. hu.Health = hu.Health - 35
  1887. end
  1888. hitsound:Play()
  1889. local pitchrandom = math.random(1,5)
  1890. if pitchrandom == 1 then
  1891. uuhhhsound.PlaybackSpeed = 0.8
  1892. elseif pitchrandom == 2 then
  1893. uuhhhsound.PlaybackSpeed = 0.9
  1894. elseif pitchrandom == 3 then
  1895. uuhhhsound.PlaybackSpeed = 1
  1896. elseif pitchrandom == 4 then
  1897. uuhhhsound.PlaybackSpeed = 1.1
  1898. elseif pitchrandom == 5 then
  1899. uuhhhsound.PlaybackSpeed = 1.2
  1900. end
  1901. uuhhhsound:Play()
  1902. for q,w in pairs(v:GetChildren()) do
  1903. if w.ClassName == "Part" or w.ClassName == "MeshPart" and w.Name ~= "HumanoidRootPart" then
  1904. local hurt = Instance.new("Part", w)
  1905. hurt.Size = w.Size + Vector3.new(0.05,0.05,0.05)
  1906. hurt.CanCollide = false
  1907. hurt.Transparency = 0.5
  1908. hurt.Material = "Neon"
  1909. hurt.BrickColor = BrickColor.new("Bright red")
  1910. hurt:BreakJoints()
  1911. local hurtweld = Instance.new("Weld", hurt)
  1912. hurtweld.Part0 = w
  1913. hurtweld.Part1 = hurt
  1914. local function disapear()
  1915. for i = 1,50 do
  1916. hurt.Transparency = hurt.Transparency + 0.025
  1917. heartbeat:wait()
  1918. end
  1919. hurt:destroy()
  1920. end
  1921. spawn(disapear)
  1922. end
  1923. end
  1924. local velo = Instance.new("BodyVelocity", head)
  1925. velo.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1926. velo.Velocity = owner.Character.HumanoidRootPart.CFrame.lookVector * 20 + Vector3.new(0,10,0)
  1927. game.Debris:AddItem(velo,0.2)
  1928. end
  1929. end
  1930. end
  1931. end
  1932. for i = 0,1 , 0.18 do
  1933. if textlabel.Text ~= "Guard" then
  1934. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1935. swordweld.C0 = swordweld.C0:lerp(CFrame.new(-0.214267731, -1.05377769, 0.67014122, 0.0195019394, -0.959124625, -0.28231138, 0.817362368, -0.147320479, 0.556969643, -0.575793564, -0.241612703, 0.781079292),i)
  1936. head.C0 = head.C0:lerp(CFrame.new(0,1.5,0),i)
  1937. rightarm.C0 = rarmc0:lerp(CFrame.new(1.66793442, 0.569649696, -0.221382141, 0.866025388, -0.469846308, 0.171010062, 0.25000006, 0.110700898, -0.961896598, 0.433012635, 0.87577951, 0.213331431),i)
  1938. heartbeat:wait()
  1939. end
  1940. end
  1941. local rarmc0 = rightarm.C0
  1942. for i = 0,1 , 0.18 do
  1943. if textlabel.Text ~= "Guard" then
  1944. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.fromEulerAnglesXYZ(0,0.4,0),i)
  1945. rightarm.C0 = rarmc0:lerp(CFrame.new(1.17643356, 0.11697793, -0.567596436, 0.766044438, 0.413175881, 0.492403865, 0, 0.766044319, -0.642787516, -0.642787576, 0.492403865, 0.586824059),i)
  1946. heartbeat:wait()
  1947. end
  1948. end
  1949. canupperanim = true
  1950. elseif what == "throw" then
  1951. canupperanim = false
  1952. --Converted with ttyyuu12345's model to script plugin v4
  1953. function sandbox(var,func)
  1954. local env = getfenv(func)
  1955. local newenv = setmetatable({},{
  1956. __index = function(self,k)
  1957. if k=="script" then
  1958. return var
  1959. else
  1960. return env[k]
  1961. end
  1962. end,
  1963. })
  1964. setfenv(func,newenv)
  1965. return func
  1966. end
  1967. cors = {}
  1968. mas = Instance.new("Model",game:GetService("Lighting"))
  1969. local tnt = Instance.new("Part")
  1970. local Decal1 = Instance.new("Decal")
  1971. local Decal2 = Instance.new("Decal")
  1972. tnt.Name = "tnt"
  1973. tnt.Parent = mas
  1974. tnt.CFrame = CFrame.new(21.7000122, 2.20000005, -45.3000183, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1975. tnt.Position = Vector3.new(21.7000122, 2.20000005, -45.3000183)
  1976. tnt.Color = Color3.new(1, 0.411765, 0.262745)
  1977. tnt.Size = Vector3.new(1, 1, 1)
  1978. tnt.BottomSurface = Enum.SurfaceType.Smooth
  1979. tnt.BrickColor = BrickColor.new("Persimmon")
  1980. tnt.Material = Enum.Material.Metal
  1981. tnt.TopSurface = Enum.SurfaceType.Smooth
  1982. tnt.brickColor = BrickColor.new("Persimmon")
  1983. Decal1.Name = "TNT TOP"
  1984. Decal1.Parent = tnt
  1985. Decal1.Texture = "http://www.roblox.com/asset/?id=2748239465"
  1986. Decal1.Face = Enum.NormalId.Top
  1987. Decal2.Name = "TNT Bottom"
  1988. Decal2.Parent = tnt
  1989. Decal2.Texture = "http://www.roblox.com/asset/?id=118557091"
  1990. Decal2.Face = Enum.NormalId.Bottom
  1991. for i,v in pairs(mas:GetChildren()) do
  1992. v.Parent = script
  1993. pcall(function() v:MakeJoints() end)
  1994. end
  1995. mas:Destroy()
  1996. for i,v in pairs(cors) do
  1997. spawn(function()
  1998. pcall(v)
  1999. end)
  2000. end
  2001. tnt.CFrame = owner.Character.HumanoidRootPart.CFrame * CFrame.new(-1.5,0,-1)
  2002. tnt.CFrame = CFrame.new(tnt.Position, mousepos)
  2003. local velo = Instance.new("BodyVelocity", tnt)
  2004. velo.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  2005. velo.Velocity = tnt.CFrame.lookVector * 50 + Vector3.new(0,20,0)
  2006. swooshsound:Play()
  2007. game.Debris:AddItem(velo,0.2)
  2008. local canexplode = true
  2009. local function touch(part)
  2010. if not part.Parent:findFirstChildOfClass("Humanoid") and canexplode then
  2011. if part.Parent.Name ~= "Diamond Sword" then
  2012. canexplode = false
  2013. local function flash()
  2014. while wait(0.3) do
  2015. tnt.Material = "Neon"
  2016. tnt.BrickColor = BrickColor.new("Institutional white")
  2017. Decal1.Transparency = 1
  2018. Decal2.Transparency = 1
  2019. wait(0.3)
  2020. tnt.Material = "Plastic"
  2021. Decal1.Transparency = 0
  2022. Decal2.Transparency = 0
  2023. tnt.BrickColor = BrickColor.new("Persimmon")
  2024. end
  2025. end
  2026. spawn(flash)
  2027. wait(0.5)
  2028. for i = 1,15 do
  2029. tnt.Size = tnt.Size + Vector3.new(0.08,0.08,0.08)
  2030. wait()
  2031. end
  2032. explosionsound:Play()
  2033. local explosion = Instance.new("Explosion", workspace)
  2034. explosion.Position = tnt.Position
  2035. explosion.BlastRadius = 25
  2036. explosion.BlastPressure = 0
  2037. tnt:destroy()
  2038. local function explosions(part)
  2039. if part.Parent:findFirstChildOfClass("Humanoid") then
  2040. local velo = Instance.new("BodyVelocity", part)
  2041. velo.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  2042. velo.Velocity = part.CFrame.lookVector * 30 + Vector3.new(0,20,0)
  2043. game.Debris:AddItem(velo,0.2)
  2044. killcharacter(part.Parent)
  2045. end
  2046. end
  2047. explosion.Hit:connect(explosions)
  2048. end
  2049. end
  2050. end
  2051. tnt.Touched:connect(touch)
  2052. for i = 0,1 , 0.05 do
  2053. head.C0 = head.C0:lerp(CFrame.new(0,1.5,0),i)
  2054. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  2055. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0.821393728, -0.383022308, 1, 0, 0, 0, -0.642787576, -0.766044378, 0, 0.766044438, -0.642787635),i)
  2056. heartbeat:wait()
  2057. end
  2058. canupperanim = true
  2059. end
  2060. canuse = true
  2061. end
  2062. end
  2063. function guardcheck(plr, what)
  2064. if what == "guard" then
  2065. canupperanim = false
  2066. canuse = false
  2067. textlabel.Text = "Guard"
  2068. thehp = plrhum.Health
  2069. leftarm.C0 = CFrame.new(-1.57922935, 0.0944201946, 0, 0.98480773, 0.173648179, 0, -0.173647866, 0.984806001, 0, 0, 0, 1)
  2070. rightarm.C0 = CFrame.new(1.5, 0.178606272, -0.383026123, 1, 0, 0, 0, 0.642787576, -0.766044378, 0, 0.766044438, 0.642787635)
  2071. swordweld.C0 = CFrame.new(0.516704559, -1.04727745, 0.12928772, -0.162788302, -0.090325959, 0.982517838, 0.6705001, 0.720407426, 0.177320987, -0.723829746, 0.687644124, -0.0567102805)
  2072. plrhum.MaxHealth = 450
  2073. plrhum.Health = plrhum.MaxHealth
  2074. local function createshield(limb)
  2075. local mod = Instance.new("Model", owner.Character)
  2076. local shield = Instance.new("Part", mod)
  2077. shield.Size = limb.Size + Vector3.new(0.25,0.25,0.25)
  2078. shield.CanCollide = true
  2079. shield.Transparency = 1
  2080. mod.Name = limb.Name..owner.Name
  2081. shield:BreakJoints()
  2082. local hurtweld = Instance.new("Weld", shield)
  2083. hurtweld.Part0 = limb
  2084. hurtweld.Part1 = shield
  2085. end
  2086. local function checkifeverythingishere()
  2087. while wait() do
  2088. if textlabel.Text ~= "Guard" then
  2089. break
  2090. end
  2091. if not owner.Character:findFirstChild("Head"..owner.Name) then
  2092. createshield(owner.Character.Head)
  2093. end
  2094. if not owner.Character:findFirstChild("Torso"..owner.Name) then
  2095. createshield(owner.Character.Torso)
  2096. end
  2097. if not owner.Character:findFirstChild("Left Arm"..owner.Name) then
  2098. createshield(owner.Character["Left Arm"])
  2099. end
  2100. if not owner.Character:findFirstChild("Right Arm"..owner.Name) then
  2101. createshield(owner.Character["Right Arm"])
  2102. end
  2103. if not owner.Character:findFirstChild("Left Leg"..owner.Name) then
  2104. createshield(owner.Character["Left Leg"])
  2105. end
  2106. if not owner.Character:findFirstChild("Right Leg"..owner.Name) then
  2107. createshield(owner.Character["Right Leg"])
  2108. end
  2109. end
  2110. end
  2111. spawn(checkifeverythingishere)
  2112. elseif what == "guardoff" then
  2113. canupperanim = true
  2114. freshafterguarding = true
  2115. canuse = true
  2116. plrhum.MaxHealth = 100
  2117. plrhum.Health = thehp
  2118. textlabel.Text = "Skid Destroyer"
  2119. rightarm.C0 = CFrame.new(1.5790329, 0.0955438614, -0.0261459351, 0.98480773, -0.172987387, 0.0151344538, 0.173647299, 0.981055319, -0.0858312026, 0, 0.0871557295, 0.99619472)
  2120. swordweld.C0 = CFrame.new(-0.0938606262, -1.14251375, 0.158569336, 0, -1, 0, 0.906306982, 0, 0.422617555, -0.422617942, 0, 0.906307936)
  2121. Instance.new("BoolValue", owner.Character).Name = "freshguarded"
  2122. for i,v in pairs(owner.Character:GetChildren()) do
  2123. if v.ClassName == "Model" and v.Name ~= "Diamond Sword" then
  2124. v:destroy()
  2125. end
  2126. if v.Name == "freshguarded" then
  2127. game.Debris:AddItem(v,0.1)
  2128. end
  2129. end
  2130. end
  2131. end
  2132. remote.OnServerEvent:connect(remoteaction)
  2133. remote.OnServerEvent:connect(guardcheck)
  2134. function trackplayer()
  2135. while heartbeat:wait() do
  2136. desc.CFrame = owner.Character.HumanoidRootPart.CFrame * CFrame.new(-4.5,0,0)
  2137. end
  2138. end
  2139. spawn(trackplayer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement