Advertisement
Animescapetower

Scripth's Visualizer

Mar 13th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.49 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Script0 = Instance.new("Script")
  20. Part1 = Instance.new("Part")
  21. Sound2 = Instance.new("Sound")
  22. Part3 = Instance.new("Part")
  23. BlockMesh4 = Instance.new("BlockMesh")
  24. Part5 = Instance.new("Part")
  25. BlockMesh6 = Instance.new("BlockMesh")
  26. Part7 = Instance.new("Part")
  27. BlockMesh8 = Instance.new("BlockMesh")
  28. Part9 = Instance.new("Part")
  29. BlockMesh10 = Instance.new("BlockMesh")
  30. Part11 = Instance.new("Part")
  31. BlockMesh12 = Instance.new("BlockMesh")
  32. Part13 = Instance.new("Part")
  33. BlockMesh14 = Instance.new("BlockMesh")
  34. Part15 = Instance.new("Part")
  35. BlockMesh16 = Instance.new("BlockMesh")
  36. Part17 = Instance.new("Part")
  37. BlockMesh18 = Instance.new("BlockMesh")
  38. Part19 = Instance.new("Part")
  39. BlockMesh20 = Instance.new("BlockMesh")
  40. Part21 = Instance.new("Part")
  41. BlockMesh22 = Instance.new("BlockMesh")
  42. Part23 = Instance.new("Part")
  43. BlockMesh24 = Instance.new("BlockMesh")
  44. Part25 = Instance.new("Part")
  45. BlockMesh26 = Instance.new("BlockMesh")
  46. Part27 = Instance.new("Part")
  47. BlockMesh28 = Instance.new("BlockMesh")
  48. Part29 = Instance.new("Part")
  49. BlockMesh30 = Instance.new("BlockMesh")
  50. Part31 = Instance.new("Part")
  51. BlockMesh32 = Instance.new("BlockMesh")
  52. Part33 = Instance.new("Part")
  53. BlockMesh34 = Instance.new("BlockMesh")
  54. Part35 = Instance.new("Part")
  55. BlockMesh36 = Instance.new("BlockMesh")
  56. Part37 = Instance.new("Part")
  57. BlockMesh38 = Instance.new("BlockMesh")
  58. Part39 = Instance.new("Part")
  59. BlockMesh40 = Instance.new("BlockMesh")
  60. Part41 = Instance.new("Part")
  61. BlockMesh42 = Instance.new("BlockMesh")
  62. Part43 = Instance.new("Part")
  63. BlockMesh44 = Instance.new("BlockMesh")
  64. Part45 = Instance.new("Part")
  65. BlockMesh46 = Instance.new("BlockMesh")
  66. Part47 = Instance.new("Part")
  67. BlockMesh48 = Instance.new("BlockMesh")
  68. Part49 = Instance.new("Part")
  69. BlockMesh50 = Instance.new("BlockMesh")
  70. Part51 = Instance.new("Part")
  71. BlockMesh52 = Instance.new("BlockMesh")
  72. Part53 = Instance.new("Part")
  73. BlockMesh54 = Instance.new("BlockMesh")
  74. Part55 = Instance.new("Part")
  75. BlockMesh56 = Instance.new("BlockMesh")
  76. Part57 = Instance.new("Part")
  77. BlockMesh58 = Instance.new("BlockMesh")
  78. Part59 = Instance.new("Part")
  79. BlockMesh60 = Instance.new("BlockMesh")
  80. Part61 = Instance.new("Part")
  81. BlockMesh62 = Instance.new("BlockMesh")
  82. Part63 = Instance.new("Part")
  83. BlockMesh64 = Instance.new("BlockMesh")
  84. Part65 = Instance.new("Part")
  85. BlockMesh66 = Instance.new("BlockMesh")
  86. Part67 = Instance.new("Part")
  87. BlockMesh68 = Instance.new("BlockMesh")
  88. Part69 = Instance.new("Part")
  89. BlockMesh70 = Instance.new("BlockMesh")
  90. Part71 = Instance.new("Part")
  91. BlockMesh72 = Instance.new("BlockMesh")
  92. Part73 = Instance.new("Part")
  93. BlockMesh74 = Instance.new("BlockMesh")
  94. Part75 = Instance.new("Part")
  95. BlockMesh76 = Instance.new("BlockMesh")
  96. Part77 = Instance.new("Part")
  97. BlockMesh78 = Instance.new("BlockMesh")
  98. Part79 = Instance.new("Part")
  99. BlockMesh80 = Instance.new("BlockMesh")
  100. Part81 = Instance.new("Part")
  101. BlockMesh82 = Instance.new("BlockMesh")
  102. Script0.Name = "Soundbar"
  103. Script0.Parent = mas
  104. Script0.Disabled = true
  105. table.insert(cors,sandbox(Script0,function()
  106. local Soundbar,Locked,Sound=workspace.Soundbar
  107. Sound=Soundbar.Sound
  108.  
  109. local function Chat(plr,msg)
  110. if msg:sub(1,6):lower()=='sound/' and (not Locked or plr.Name=='Scripth') then
  111. local id=tonumber(msg:match'%d+')
  112. if not id then return end
  113. Sound:Stop()
  114. Sound.SoundId='rbxassetid://'..msg:match'%d+'
  115. Sound:Play()
  116. elseif msg:lower()=='lock/' and plr.Name=='Scripth' then
  117. Locked=not Locked
  118. end
  119. end
  120. for i,p in next,game.Players:children() do
  121. p.Chatted:connect(function(m)
  122. Chat(p,m)
  123. end)
  124. end
  125. game.Players.PlayerAdded:connect(function(p)
  126. p.Chatted:connect(function(m)
  127. Chat(p,m)
  128. end)
  129. end)
  130. Sound:Play()
  131. end))
  132. Part1.Name = "Soundbar"
  133. Part1.Parent = mas
  134. Part1.Material = Enum.Material.SmoothPlastic
  135. Part1.BrickColor = BrickColor.new("Really black")
  136. Part1.Anchored = true
  137. Part1.CanCollide = false
  138. Part1.Size = Vector3.new(20.5, 0.200000003, 1)
  139. Part1.CFrame = CFrame.new(0.25, 0.100000016, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  140. Part1.BottomSurface = Enum.SurfaceType.Smooth
  141. Part1.TopSurface = Enum.SurfaceType.Smooth
  142. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  143. Part1.Position = Vector3.new(0.25, 0.100000016, 0)
  144. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  145. Sound2.Parent = Part1
  146. Sound2.SoundId = "rbxassetid://514378358"
  147. Sound2.Volume = 1
  148. Sound2.Looped = true
  149. Part3.Name = "0"
  150. Part3.Parent = Part1
  151. Part3.Material = Enum.Material.Neon
  152. Part3.Anchored = true
  153. Part3.CanCollide = false
  154. Part3.Size = Vector3.new(0.5, 0.200000003, 0.5)
  155. Part3.CFrame = CFrame.new(10, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  156. Part3.BottomSurface = Enum.SurfaceType.Smooth
  157. Part3.TopSurface = Enum.SurfaceType.Smooth
  158. Part3.Position = Vector3.new(10, 0.200000018, 0)
  159. BlockMesh4.Parent = Part3
  160. BlockMesh4.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  161. BlockMesh4.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  162. Part5.Name = "1"
  163. Part5.Parent = Part1
  164. Part5.Material = Enum.Material.Neon
  165. Part5.Anchored = true
  166. Part5.CanCollide = false
  167. Part5.Size = Vector3.new(0.5, 0.200000003, 0.5)
  168. Part5.CFrame = CFrame.new(9.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  169. Part5.BottomSurface = Enum.SurfaceType.Smooth
  170. Part5.TopSurface = Enum.SurfaceType.Smooth
  171. Part5.Position = Vector3.new(9.5, 0.200000018, 0)
  172. BlockMesh6.Parent = Part5
  173. BlockMesh6.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  174. BlockMesh6.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  175. Part7.Name = "2"
  176. Part7.Parent = Part1
  177. Part7.Material = Enum.Material.Neon
  178. Part7.Anchored = true
  179. Part7.CanCollide = false
  180. Part7.Size = Vector3.new(0.5, 0.200000003, 0.5)
  181. Part7.CFrame = CFrame.new(9, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  182. Part7.BottomSurface = Enum.SurfaceType.Smooth
  183. Part7.TopSurface = Enum.SurfaceType.Smooth
  184. Part7.Position = Vector3.new(9, 0.200000018, 0)
  185. BlockMesh8.Parent = Part7
  186. BlockMesh8.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  187. BlockMesh8.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  188. Part9.Name = "3"
  189. Part9.Parent = Part1
  190. Part9.Material = Enum.Material.Neon
  191. Part9.Anchored = true
  192. Part9.CanCollide = false
  193. Part9.Size = Vector3.new(0.5, 0.200000003, 0.5)
  194. Part9.CFrame = CFrame.new(8.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  195. Part9.BottomSurface = Enum.SurfaceType.Smooth
  196. Part9.TopSurface = Enum.SurfaceType.Smooth
  197. Part9.Position = Vector3.new(8.5, 0.200000018, 0)
  198. BlockMesh10.Parent = Part9
  199. BlockMesh10.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  200. BlockMesh10.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  201. Part11.Name = "4"
  202. Part11.Parent = Part1
  203. Part11.Material = Enum.Material.Neon
  204. Part11.Anchored = true
  205. Part11.CanCollide = false
  206. Part11.Size = Vector3.new(0.5, 0.200000003, 0.5)
  207. Part11.CFrame = CFrame.new(8, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  208. Part11.BottomSurface = Enum.SurfaceType.Smooth
  209. Part11.TopSurface = Enum.SurfaceType.Smooth
  210. Part11.Position = Vector3.new(8, 0.200000018, 0)
  211. BlockMesh12.Parent = Part11
  212. BlockMesh12.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  213. BlockMesh12.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  214. Part13.Name = "5"
  215. Part13.Parent = Part1
  216. Part13.Material = Enum.Material.Neon
  217. Part13.Anchored = true
  218. Part13.CanCollide = false
  219. Part13.Size = Vector3.new(0.5, 0.200000003, 0.5)
  220. Part13.CFrame = CFrame.new(7.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  221. Part13.BottomSurface = Enum.SurfaceType.Smooth
  222. Part13.TopSurface = Enum.SurfaceType.Smooth
  223. Part13.Position = Vector3.new(7.5, 0.200000018, 0)
  224. BlockMesh14.Parent = Part13
  225. BlockMesh14.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  226. BlockMesh14.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  227. Part15.Name = "6"
  228. Part15.Parent = Part1
  229. Part15.Material = Enum.Material.Neon
  230. Part15.Anchored = true
  231. Part15.CanCollide = false
  232. Part15.Size = Vector3.new(0.5, 0.200000003, 0.5)
  233. Part15.CFrame = CFrame.new(7, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  234. Part15.BottomSurface = Enum.SurfaceType.Smooth
  235. Part15.TopSurface = Enum.SurfaceType.Smooth
  236. Part15.Position = Vector3.new(7, 0.200000018, 0)
  237. BlockMesh16.Parent = Part15
  238. BlockMesh16.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  239. BlockMesh16.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  240. Part17.Name = "7"
  241. Part17.Parent = Part1
  242. Part17.Material = Enum.Material.Neon
  243. Part17.Anchored = true
  244. Part17.CanCollide = false
  245. Part17.Size = Vector3.new(0.5, 0.200000003, 0.5)
  246. Part17.CFrame = CFrame.new(6.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  247. Part17.BottomSurface = Enum.SurfaceType.Smooth
  248. Part17.TopSurface = Enum.SurfaceType.Smooth
  249. Part17.Position = Vector3.new(6.5, 0.200000018, 0)
  250. BlockMesh18.Parent = Part17
  251. BlockMesh18.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  252. BlockMesh18.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  253. Part19.Name = "8"
  254. Part19.Parent = Part1
  255. Part19.Material = Enum.Material.Neon
  256. Part19.Anchored = true
  257. Part19.CanCollide = false
  258. Part19.Size = Vector3.new(0.5, 0.200000003, 0.5)
  259. Part19.CFrame = CFrame.new(6, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  260. Part19.BottomSurface = Enum.SurfaceType.Smooth
  261. Part19.TopSurface = Enum.SurfaceType.Smooth
  262. Part19.Position = Vector3.new(6, 0.200000018, 0)
  263. BlockMesh20.Parent = Part19
  264. BlockMesh20.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  265. BlockMesh20.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  266. Part21.Name = "9"
  267. Part21.Parent = Part1
  268. Part21.Material = Enum.Material.Neon
  269. Part21.Anchored = true
  270. Part21.CanCollide = false
  271. Part21.Size = Vector3.new(0.5, 0.200000003, 0.5)
  272. Part21.CFrame = CFrame.new(5.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  273. Part21.BottomSurface = Enum.SurfaceType.Smooth
  274. Part21.TopSurface = Enum.SurfaceType.Smooth
  275. Part21.Position = Vector3.new(5.5, 0.200000018, 0)
  276. BlockMesh22.Parent = Part21
  277. BlockMesh22.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  278. BlockMesh22.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  279. Part23.Name = "10"
  280. Part23.Parent = Part1
  281. Part23.Material = Enum.Material.Neon
  282. Part23.Anchored = true
  283. Part23.CanCollide = false
  284. Part23.Size = Vector3.new(0.5, 0.200000003, 0.5)
  285. Part23.CFrame = CFrame.new(5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  286. Part23.BottomSurface = Enum.SurfaceType.Smooth
  287. Part23.TopSurface = Enum.SurfaceType.Smooth
  288. Part23.Position = Vector3.new(5, 0.200000018, 0)
  289. BlockMesh24.Parent = Part23
  290. BlockMesh24.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  291. BlockMesh24.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  292. Part25.Name = "11"
  293. Part25.Parent = Part1
  294. Part25.Material = Enum.Material.Neon
  295. Part25.Anchored = true
  296. Part25.CanCollide = false
  297. Part25.Size = Vector3.new(0.5, 0.200000003, 0.5)
  298. Part25.CFrame = CFrame.new(4.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  299. Part25.BottomSurface = Enum.SurfaceType.Smooth
  300. Part25.TopSurface = Enum.SurfaceType.Smooth
  301. Part25.Position = Vector3.new(4.5, 0.200000018, 0)
  302. BlockMesh26.Parent = Part25
  303. BlockMesh26.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  304. BlockMesh26.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  305. Part27.Name = "12"
  306. Part27.Parent = Part1
  307. Part27.Material = Enum.Material.Neon
  308. Part27.Anchored = true
  309. Part27.CanCollide = false
  310. Part27.Size = Vector3.new(0.5, 0.200000003, 0.5)
  311. Part27.CFrame = CFrame.new(4, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  312. Part27.BottomSurface = Enum.SurfaceType.Smooth
  313. Part27.TopSurface = Enum.SurfaceType.Smooth
  314. Part27.Position = Vector3.new(4, 0.200000018, 0)
  315. BlockMesh28.Parent = Part27
  316. BlockMesh28.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  317. BlockMesh28.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  318. Part29.Name = "13"
  319. Part29.Parent = Part1
  320. Part29.Material = Enum.Material.Neon
  321. Part29.Anchored = true
  322. Part29.CanCollide = false
  323. Part29.Size = Vector3.new(0.5, 0.200000003, 0.5)
  324. Part29.CFrame = CFrame.new(3.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  325. Part29.BottomSurface = Enum.SurfaceType.Smooth
  326. Part29.TopSurface = Enum.SurfaceType.Smooth
  327. Part29.Position = Vector3.new(3.5, 0.200000018, 0)
  328. BlockMesh30.Parent = Part29
  329. BlockMesh30.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  330. BlockMesh30.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  331. Part31.Name = "14"
  332. Part31.Parent = Part1
  333. Part31.Material = Enum.Material.Neon
  334. Part31.Anchored = true
  335. Part31.CanCollide = false
  336. Part31.Size = Vector3.new(0.5, 0.200000003, 0.5)
  337. Part31.CFrame = CFrame.new(3, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  338. Part31.BottomSurface = Enum.SurfaceType.Smooth
  339. Part31.TopSurface = Enum.SurfaceType.Smooth
  340. Part31.Position = Vector3.new(3, 0.200000018, 0)
  341. BlockMesh32.Parent = Part31
  342. BlockMesh32.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  343. BlockMesh32.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  344. Part33.Name = "15"
  345. Part33.Parent = Part1
  346. Part33.Material = Enum.Material.Neon
  347. Part33.Anchored = true
  348. Part33.CanCollide = false
  349. Part33.Size = Vector3.new(0.5, 0.200000003, 0.5)
  350. Part33.CFrame = CFrame.new(2.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  351. Part33.BottomSurface = Enum.SurfaceType.Smooth
  352. Part33.TopSurface = Enum.SurfaceType.Smooth
  353. Part33.Position = Vector3.new(2.5, 0.200000018, 0)
  354. BlockMesh34.Parent = Part33
  355. BlockMesh34.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  356. BlockMesh34.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  357. Part35.Name = "16"
  358. Part35.Parent = Part1
  359. Part35.Material = Enum.Material.Neon
  360. Part35.Anchored = true
  361. Part35.CanCollide = false
  362. Part35.Size = Vector3.new(0.5, 0.200000003, 0.5)
  363. Part35.CFrame = CFrame.new(2, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  364. Part35.BottomSurface = Enum.SurfaceType.Smooth
  365. Part35.TopSurface = Enum.SurfaceType.Smooth
  366. Part35.Position = Vector3.new(2, 0.200000018, 0)
  367. BlockMesh36.Parent = Part35
  368. BlockMesh36.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  369. BlockMesh36.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  370. Part37.Name = "17"
  371. Part37.Parent = Part1
  372. Part37.Material = Enum.Material.Neon
  373. Part37.Anchored = true
  374. Part37.CanCollide = false
  375. Part37.Size = Vector3.new(0.5, 0.200000003, 0.5)
  376. Part37.CFrame = CFrame.new(1.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  377. Part37.BottomSurface = Enum.SurfaceType.Smooth
  378. Part37.TopSurface = Enum.SurfaceType.Smooth
  379. Part37.Position = Vector3.new(1.5, 0.200000018, 0)
  380. BlockMesh38.Parent = Part37
  381. BlockMesh38.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  382. BlockMesh38.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  383. Part39.Name = "18"
  384. Part39.Parent = Part1
  385. Part39.Material = Enum.Material.Neon
  386. Part39.Anchored = true
  387. Part39.CanCollide = false
  388. Part39.Size = Vector3.new(0.5, 0.200000003, 0.5)
  389. Part39.CFrame = CFrame.new(1, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  390. Part39.BottomSurface = Enum.SurfaceType.Smooth
  391. Part39.TopSurface = Enum.SurfaceType.Smooth
  392. Part39.Position = Vector3.new(1, 0.200000018, 0)
  393. BlockMesh40.Parent = Part39
  394. BlockMesh40.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  395. BlockMesh40.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  396. Part41.Name = "19"
  397. Part41.Parent = Part1
  398. Part41.Material = Enum.Material.Neon
  399. Part41.Anchored = true
  400. Part41.CanCollide = false
  401. Part41.Size = Vector3.new(0.5, 0.200000003, 0.5)
  402. Part41.CFrame = CFrame.new(0.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  403. Part41.BottomSurface = Enum.SurfaceType.Smooth
  404. Part41.TopSurface = Enum.SurfaceType.Smooth
  405. Part41.Position = Vector3.new(0.5, 0.200000018, 0)
  406. BlockMesh42.Parent = Part41
  407. BlockMesh42.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  408. BlockMesh42.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  409. Part43.Name = "20"
  410. Part43.Parent = Part1
  411. Part43.Material = Enum.Material.Neon
  412. Part43.Anchored = true
  413. Part43.CanCollide = false
  414. Part43.Size = Vector3.new(0.5, 0.200000003, 0.5)
  415. Part43.CFrame = CFrame.new(0, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  416. Part43.BottomSurface = Enum.SurfaceType.Smooth
  417. Part43.TopSurface = Enum.SurfaceType.Smooth
  418. Part43.Position = Vector3.new(0, 0.200000018, 0)
  419. BlockMesh44.Parent = Part43
  420. BlockMesh44.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  421. BlockMesh44.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  422. Part45.Name = "21"
  423. Part45.Parent = Part1
  424. Part45.Material = Enum.Material.Neon
  425. Part45.Anchored = true
  426. Part45.CanCollide = false
  427. Part45.Size = Vector3.new(0.5, 0.200000003, 0.5)
  428. Part45.CFrame = CFrame.new(-0.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  429. Part45.BottomSurface = Enum.SurfaceType.Smooth
  430. Part45.TopSurface = Enum.SurfaceType.Smooth
  431. Part45.Position = Vector3.new(-0.5, 0.200000018, 0)
  432. BlockMesh46.Parent = Part45
  433. BlockMesh46.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  434. BlockMesh46.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  435. Part47.Name = "22"
  436. Part47.Parent = Part1
  437. Part47.Material = Enum.Material.Neon
  438. Part47.Anchored = true
  439. Part47.CanCollide = false
  440. Part47.Size = Vector3.new(0.5, 0.200000003, 0.5)
  441. Part47.CFrame = CFrame.new(-1, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  442. Part47.BottomSurface = Enum.SurfaceType.Smooth
  443. Part47.TopSurface = Enum.SurfaceType.Smooth
  444. Part47.Position = Vector3.new(-1, 0.200000018, 0)
  445. BlockMesh48.Parent = Part47
  446. BlockMesh48.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  447. BlockMesh48.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  448. Part49.Name = "23"
  449. Part49.Parent = Part1
  450. Part49.Material = Enum.Material.Neon
  451. Part49.Anchored = true
  452. Part49.CanCollide = false
  453. Part49.Size = Vector3.new(0.5, 0.200000003, 0.5)
  454. Part49.CFrame = CFrame.new(-1.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  455. Part49.BottomSurface = Enum.SurfaceType.Smooth
  456. Part49.TopSurface = Enum.SurfaceType.Smooth
  457. Part49.Position = Vector3.new(-1.5, 0.200000018, 0)
  458. BlockMesh50.Parent = Part49
  459. BlockMesh50.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  460. BlockMesh50.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  461. Part51.Name = "24"
  462. Part51.Parent = Part1
  463. Part51.Material = Enum.Material.Neon
  464. Part51.Anchored = true
  465. Part51.CanCollide = false
  466. Part51.Size = Vector3.new(0.5, 0.200000003, 0.5)
  467. Part51.CFrame = CFrame.new(-2, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  468. Part51.BottomSurface = Enum.SurfaceType.Smooth
  469. Part51.TopSurface = Enum.SurfaceType.Smooth
  470. Part51.Position = Vector3.new(-2, 0.200000018, 0)
  471. BlockMesh52.Parent = Part51
  472. BlockMesh52.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  473. BlockMesh52.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  474. Part53.Name = "25"
  475. Part53.Parent = Part1
  476. Part53.Material = Enum.Material.Neon
  477. Part53.Anchored = true
  478. Part53.CanCollide = false
  479. Part53.Size = Vector3.new(0.5, 0.200000003, 0.5)
  480. Part53.CFrame = CFrame.new(-2.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  481. Part53.BottomSurface = Enum.SurfaceType.Smooth
  482. Part53.TopSurface = Enum.SurfaceType.Smooth
  483. Part53.Position = Vector3.new(-2.5, 0.200000018, 0)
  484. BlockMesh54.Parent = Part53
  485. BlockMesh54.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  486. BlockMesh54.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  487. Part55.Name = "26"
  488. Part55.Parent = Part1
  489. Part55.Material = Enum.Material.Neon
  490. Part55.Anchored = true
  491. Part55.CanCollide = false
  492. Part55.Size = Vector3.new(0.5, 0.200000003, 0.5)
  493. Part55.CFrame = CFrame.new(-3, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  494. Part55.BottomSurface = Enum.SurfaceType.Smooth
  495. Part55.TopSurface = Enum.SurfaceType.Smooth
  496. Part55.Position = Vector3.new(-3, 0.200000018, 0)
  497. BlockMesh56.Parent = Part55
  498. BlockMesh56.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  499. BlockMesh56.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  500. Part57.Name = "27"
  501. Part57.Parent = Part1
  502. Part57.Material = Enum.Material.Neon
  503. Part57.Anchored = true
  504. Part57.CanCollide = false
  505. Part57.Size = Vector3.new(0.5, 0.200000003, 0.5)
  506. Part57.CFrame = CFrame.new(-3.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  507. Part57.BottomSurface = Enum.SurfaceType.Smooth
  508. Part57.TopSurface = Enum.SurfaceType.Smooth
  509. Part57.Position = Vector3.new(-3.5, 0.200000018, 0)
  510. BlockMesh58.Parent = Part57
  511. BlockMesh58.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  512. BlockMesh58.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  513. Part59.Name = "28"
  514. Part59.Parent = Part1
  515. Part59.Material = Enum.Material.Neon
  516. Part59.Anchored = true
  517. Part59.CanCollide = false
  518. Part59.Size = Vector3.new(0.5, 0.200000003, 0.5)
  519. Part59.CFrame = CFrame.new(-4, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  520. Part59.BottomSurface = Enum.SurfaceType.Smooth
  521. Part59.TopSurface = Enum.SurfaceType.Smooth
  522. Part59.Position = Vector3.new(-4, 0.200000018, 0)
  523. BlockMesh60.Parent = Part59
  524. BlockMesh60.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  525. BlockMesh60.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  526. Part61.Name = "29"
  527. Part61.Parent = Part1
  528. Part61.Material = Enum.Material.Neon
  529. Part61.Anchored = true
  530. Part61.CanCollide = false
  531. Part61.Size = Vector3.new(0.5, 0.200000003, 0.5)
  532. Part61.CFrame = CFrame.new(-4.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  533. Part61.BottomSurface = Enum.SurfaceType.Smooth
  534. Part61.TopSurface = Enum.SurfaceType.Smooth
  535. Part61.Position = Vector3.new(-4.5, 0.200000018, 0)
  536. BlockMesh62.Parent = Part61
  537. BlockMesh62.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  538. BlockMesh62.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  539. Part63.Name = "30"
  540. Part63.Parent = Part1
  541. Part63.Material = Enum.Material.Neon
  542. Part63.Anchored = true
  543. Part63.CanCollide = false
  544. Part63.Size = Vector3.new(0.5, 0.200000003, 0.5)
  545. Part63.CFrame = CFrame.new(-5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  546. Part63.BottomSurface = Enum.SurfaceType.Smooth
  547. Part63.TopSurface = Enum.SurfaceType.Smooth
  548. Part63.Position = Vector3.new(-5, 0.200000018, 0)
  549. BlockMesh64.Parent = Part63
  550. BlockMesh64.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  551. BlockMesh64.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  552. Part65.Name = "31"
  553. Part65.Parent = Part1
  554. Part65.Material = Enum.Material.Neon
  555. Part65.Anchored = true
  556. Part65.CanCollide = false
  557. Part65.Size = Vector3.new(0.5, 0.200000003, 0.5)
  558. Part65.CFrame = CFrame.new(-5.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  559. Part65.BottomSurface = Enum.SurfaceType.Smooth
  560. Part65.TopSurface = Enum.SurfaceType.Smooth
  561. Part65.Position = Vector3.new(-5.5, 0.200000018, 0)
  562. BlockMesh66.Parent = Part65
  563. BlockMesh66.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  564. BlockMesh66.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  565. Part67.Name = "32"
  566. Part67.Parent = Part1
  567. Part67.Material = Enum.Material.Neon
  568. Part67.Anchored = true
  569. Part67.CanCollide = false
  570. Part67.Size = Vector3.new(0.5, 0.200000003, 0.5)
  571. Part67.CFrame = CFrame.new(-6, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  572. Part67.BottomSurface = Enum.SurfaceType.Smooth
  573. Part67.TopSurface = Enum.SurfaceType.Smooth
  574. Part67.Position = Vector3.new(-6, 0.200000018, 0)
  575. BlockMesh68.Parent = Part67
  576. BlockMesh68.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  577. BlockMesh68.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  578. Part69.Name = "33"
  579. Part69.Parent = Part1
  580. Part69.Material = Enum.Material.Neon
  581. Part69.Anchored = true
  582. Part69.CanCollide = false
  583. Part69.Size = Vector3.new(0.5, 0.200000003, 0.5)
  584. Part69.CFrame = CFrame.new(-6.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  585. Part69.BottomSurface = Enum.SurfaceType.Smooth
  586. Part69.TopSurface = Enum.SurfaceType.Smooth
  587. Part69.Position = Vector3.new(-6.5, 0.200000018, 0)
  588. BlockMesh70.Parent = Part69
  589. BlockMesh70.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  590. BlockMesh70.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  591. Part71.Name = "34"
  592. Part71.Parent = Part1
  593. Part71.Material = Enum.Material.Neon
  594. Part71.Anchored = true
  595. Part71.CanCollide = false
  596. Part71.Size = Vector3.new(0.5, 0.200000003, 0.5)
  597. Part71.CFrame = CFrame.new(-7, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  598. Part71.BottomSurface = Enum.SurfaceType.Smooth
  599. Part71.TopSurface = Enum.SurfaceType.Smooth
  600. Part71.Position = Vector3.new(-7, 0.200000018, 0)
  601. BlockMesh72.Parent = Part71
  602. BlockMesh72.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  603. BlockMesh72.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  604. Part73.Name = "35"
  605. Part73.Parent = Part1
  606. Part73.Material = Enum.Material.Neon
  607. Part73.Anchored = true
  608. Part73.CanCollide = false
  609. Part73.Size = Vector3.new(0.5, 0.200000003, 0.5)
  610. Part73.CFrame = CFrame.new(-7.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  611. Part73.BottomSurface = Enum.SurfaceType.Smooth
  612. Part73.TopSurface = Enum.SurfaceType.Smooth
  613. Part73.Position = Vector3.new(-7.5, 0.200000018, 0)
  614. BlockMesh74.Parent = Part73
  615. BlockMesh74.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  616. BlockMesh74.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  617. Part75.Name = "36"
  618. Part75.Parent = Part1
  619. Part75.Material = Enum.Material.Neon
  620. Part75.Anchored = true
  621. Part75.CanCollide = false
  622. Part75.Size = Vector3.new(0.5, 0.200000003, 0.5)
  623. Part75.CFrame = CFrame.new(-8, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  624. Part75.BottomSurface = Enum.SurfaceType.Smooth
  625. Part75.TopSurface = Enum.SurfaceType.Smooth
  626. Part75.Position = Vector3.new(-8, 0.200000018, 0)
  627. BlockMesh76.Parent = Part75
  628. BlockMesh76.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  629. BlockMesh76.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  630. Part77.Name = "37"
  631. Part77.Parent = Part1
  632. Part77.Material = Enum.Material.Neon
  633. Part77.Anchored = true
  634. Part77.CanCollide = false
  635. Part77.Size = Vector3.new(0.5, 0.200000003, 0.5)
  636. Part77.CFrame = CFrame.new(-8.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  637. Part77.BottomSurface = Enum.SurfaceType.Smooth
  638. Part77.TopSurface = Enum.SurfaceType.Smooth
  639. Part77.Position = Vector3.new(-8.5, 0.200000018, 0)
  640. BlockMesh78.Parent = Part77
  641. BlockMesh78.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  642. BlockMesh78.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  643. Part79.Name = "38"
  644. Part79.Parent = Part1
  645. Part79.Material = Enum.Material.Neon
  646. Part79.Anchored = true
  647. Part79.CanCollide = false
  648. Part79.Size = Vector3.new(0.5, 0.200000003, 0.5)
  649. Part79.CFrame = CFrame.new(-9, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  650. Part79.BottomSurface = Enum.SurfaceType.Smooth
  651. Part79.TopSurface = Enum.SurfaceType.Smooth
  652. Part79.Position = Vector3.new(-9, 0.200000018, 0)
  653. BlockMesh80.Parent = Part79
  654. BlockMesh80.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  655. BlockMesh80.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  656. Part81.Name = "39"
  657. Part81.Parent = Part1
  658. Part81.Material = Enum.Material.Neon
  659. Part81.Anchored = true
  660. Part81.CanCollide = false
  661. Part81.Size = Vector3.new(0.5, 0.200000003, 0.5)
  662. Part81.CFrame = CFrame.new(-9.5, 0.200000018, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  663. Part81.BottomSurface = Enum.SurfaceType.Smooth
  664. Part81.TopSurface = Enum.SurfaceType.Smooth
  665. Part81.Position = Vector3.new(-9.5, 0.200000018, 0)
  666. BlockMesh82.Parent = Part81
  667. BlockMesh82.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  668. BlockMesh82.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  669. for i,v in pairs(mas:GetChildren()) do
  670. v.Parent = workspace
  671. pcall(function() v:MakeJoints() end)
  672. end
  673. mas:Destroy()
  674. for i,v in pairs(cors) do
  675. spawn(function()
  676. pcall(v)
  677. end)
  678. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement