Advertisement
Animescapetower

A undeletable Electric Slime - Reuploaded

Mar 14th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.90 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. Model0 = Instance.new("Model")
  20. Part1 = Instance.new("Part")
  21. Script2 = Instance.new("Script")
  22. Part3 = Instance.new("Part")
  23. Script4 = Instance.new("Script")
  24. Part5 = Instance.new("Part")
  25. Script6 = Instance.new("Script")
  26. Part7 = Instance.new("Part")
  27. Script8 = Instance.new("Script")
  28. Script9 = Instance.new("Script")
  29. Part10 = Instance.new("Part")
  30. Script11 = Instance.new("Script")
  31. Part12 = Instance.new("Part")
  32. Script13 = Instance.new("Script")
  33. Script14 = Instance.new("Script")
  34. Part15 = Instance.new("Part")
  35. Script16 = Instance.new("Script")
  36. Model17 = Instance.new("Model")
  37. Part18 = Instance.new("Part")
  38. Script19 = Instance.new("Script")
  39. Part20 = Instance.new("Part")
  40. Script21 = Instance.new("Script")
  41. Part22 = Instance.new("Part")
  42. Script23 = Instance.new("Script")
  43. Part24 = Instance.new("Part")
  44. Script25 = Instance.new("Script")
  45. Script26 = Instance.new("Script")
  46. Part27 = Instance.new("Part")
  47. Script28 = Instance.new("Script")
  48. Part29 = Instance.new("Part")
  49. Script30 = Instance.new("Script")
  50. Script31 = Instance.new("Script")
  51. Part32 = Instance.new("Part")
  52. Script33 = Instance.new("Script")
  53. Model0.Parent = mas
  54. Part1.Name = "Slimey"
  55. Part1.Parent = Model0
  56. Part1.Material = Enum.Material.Neon
  57. Part1.BrickColor = BrickColor.new("Teal")
  58. Part1.Reflectance = 1
  59. Part1.Anchored = true
  60. Part1.FormFactor = Enum.FormFactor.Symmetric
  61. Part1.Size = Vector3.new(1.18000019, 1.18000019, 1.18000019)
  62. Part1.CFrame = CFrame.new(-20.1601105, 7.00999737, -16.9701653, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  63. Part1.BackSurface = Enum.SurfaceType.Glue
  64. Part1.BottomSurface = Enum.SurfaceType.Glue
  65. Part1.FrontSurface = Enum.SurfaceType.Glue
  66. Part1.LeftSurface = Enum.SurfaceType.Glue
  67. Part1.RightSurface = Enum.SurfaceType.Glue
  68. Part1.TopSurface = Enum.SurfaceType.Glue
  69. Part1.Color = Color3.new(0.0705882, 0.933333, 0.831373)
  70. Part1.Position = Vector3.new(-20.1601105, 7.00999737, -16.9701653)
  71. Part1.Color = Color3.new(0.0705882, 0.933333, 0.831373)
  72. Script2.Name = "Electric Brick"
  73. Script2.Parent = Part1
  74. table.insert(cors,sandbox(Script2,function()
  75. function stick(x, y)
  76.  
  77. weld = Instance.new("Weld")
  78.  
  79.  
  80.  
  81. weld.Part0 = x
  82.  
  83. weld.Part1 = y
  84.  
  85.  
  86.  
  87. local HitPos = x.Position
  88.  
  89.  
  90.  
  91. local CJ = CFrame.new(HitPos)
  92.  
  93. local C0 = x.CFrame:inverse() *CJ
  94.  
  95. local C1 = y.CFrame:inverse() * CJ
  96.  
  97.  
  98.  
  99. weld.C0 = C0
  100.  
  101. weld.C1 = C1
  102.  
  103.  
  104.  
  105. weld.Parent = x
  106.  
  107. end
  108.  
  109.  
  110.  
  111. function onTouched(part)
  112.  
  113. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  114.  
  115. if h~=nil then
  116.  
  117. wait(0.001)
  118. h.Health = 0
  119. children = h.Parent:children()
  120. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  121. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  122. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  123. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  124. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  125. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  126. part.Parent:findFirstChild("Head").Anchored = true
  127. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  128. part.Parent:findFirstChild("Left Arm").Anchored = true
  129. part.Parent:findFirstChild("Right Arm").Anchored = true
  130. part.Parent:findFirstChild("Left Leg").Anchored = true
  131. part.Parent:findFirstChild("Right Leg").Anchored = true
  132.  
  133. part.Parent:findFirstChild("Head").Reflectance = 1
  134. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  135. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  136. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  137. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  138. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  139.  
  140. wait(0.1)
  141.  
  142. part.Parent:findFirstChild("Head").Reflectance = 0
  143. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  144. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  145. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  146. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  147. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  148.  
  149. wait(0.1)
  150.  
  151. part.Parent:findFirstChild("Head").Reflectance = 1
  152. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  153. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  154. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  155. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  156. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  157.  
  158. wait(0.1)
  159.  
  160. part.Parent:findFirstChild("Head").Reflectance = 0
  161. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  162. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  163. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  164. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  165. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  166.  
  167. wait(0.1)
  168.  
  169. part.Parent:findFirstChild("Head").Reflectance = 1
  170. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  171. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  172. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  173. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  174. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  175.  
  176. wait(0.1)
  177.  
  178. part.Parent:findFirstChild("Head").Reflectance = 0
  179. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  180. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  181. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  182. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  183. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  184.  
  185. wait(0.1)
  186.  
  187. part.Parent:findFirstChild("Head").Reflectance = 1
  188. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  189. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  190. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  191. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  192. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  193.  
  194. wait(0.1)
  195.  
  196. part.Parent:findFirstChild("Head").Reflectance = 0
  197. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  198. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  199. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  200. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  201. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  202.  
  203. wait(0.1)
  204.  
  205. part.Parent:findFirstChild("Head").Reflectance = 1
  206. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  207. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  208. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  209. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  210. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  211.  
  212. wait(0.1)
  213.  
  214. part.Parent:findFirstChild("Head").Reflectance = 0
  215. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  216. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  217. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  218. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  219. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  220.  
  221. wait(0.1)
  222.  
  223. part.Parent:findFirstChild("Head").Anchored = false
  224. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  225. part.Parent:findFirstChild("Left Arm").Anchored = false
  226. part.Parent:findFirstChild("Right Arm").Anchored = false
  227. part.Parent:findFirstChild("Left Leg").Anchored = false
  228. part.Parent:findFirstChild("Right Leg").Anchored = false
  229.  
  230. for i=1,#children do
  231.  
  232. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  233.  
  234. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  235.  
  236. end
  237.  
  238. end
  239.  
  240.  
  241. end
  242.  
  243.  
  244.  
  245. script.Parent.Touched:connect(onTouched)
  246.  
  247. end))
  248. Part3.Name = "Slimey"
  249. Part3.Parent = Model0
  250. Part3.Material = Enum.Material.Neon
  251. Part3.BrickColor = BrickColor.new("New Yeller")
  252. Part3.Reflectance = 1
  253. Part3.Anchored = true
  254. Part3.FormFactor = Enum.FormFactor.Symmetric
  255. Part3.Size = Vector3.new(1.18000019, 1.18000019, 1.18000019)
  256. Part3.CFrame = CFrame.new(-23.7001114, 5.82999706, -18.1501656, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  257. Part3.BackSurface = Enum.SurfaceType.Glue
  258. Part3.BottomSurface = Enum.SurfaceType.Glue
  259. Part3.FrontSurface = Enum.SurfaceType.Glue
  260. Part3.LeftSurface = Enum.SurfaceType.Glue
  261. Part3.RightSurface = Enum.SurfaceType.Glue
  262. Part3.TopSurface = Enum.SurfaceType.Glue
  263. Part3.Color = Color3.new(1, 1, 0)
  264. Part3.Position = Vector3.new(-23.7001114, 5.82999706, -18.1501656)
  265. Part3.Color = Color3.new(1, 1, 0)
  266. Script4.Name = "Electric Brick"
  267. Script4.Parent = Part3
  268. table.insert(cors,sandbox(Script4,function()
  269. function stick(x, y)
  270.  
  271. weld = Instance.new("Weld")
  272.  
  273.  
  274.  
  275. weld.Part0 = x
  276.  
  277. weld.Part1 = y
  278.  
  279.  
  280.  
  281. local HitPos = x.Position
  282.  
  283.  
  284.  
  285. local CJ = CFrame.new(HitPos)
  286.  
  287. local C0 = x.CFrame:inverse() *CJ
  288.  
  289. local C1 = y.CFrame:inverse() * CJ
  290.  
  291.  
  292.  
  293. weld.C0 = C0
  294.  
  295. weld.C1 = C1
  296.  
  297.  
  298.  
  299. weld.Parent = x
  300.  
  301. end
  302.  
  303.  
  304.  
  305. function onTouched(part)
  306.  
  307. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  308.  
  309. if h~=nil then
  310.  
  311. wait(0.001)
  312. h.Health = 0
  313. children = h.Parent:children()
  314. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  315. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  316. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  317. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  318. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  319. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  320. part.Parent:findFirstChild("Head").Anchored = true
  321. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  322. part.Parent:findFirstChild("Left Arm").Anchored = true
  323. part.Parent:findFirstChild("Right Arm").Anchored = true
  324. part.Parent:findFirstChild("Left Leg").Anchored = true
  325. part.Parent:findFirstChild("Right Leg").Anchored = true
  326.  
  327. part.Parent:findFirstChild("Head").Reflectance = 1
  328. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  329. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  330. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  331. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  332. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  333.  
  334. wait(0.1)
  335.  
  336. part.Parent:findFirstChild("Head").Reflectance = 0
  337. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  338. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  339. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  340. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  341. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  342.  
  343. wait(0.1)
  344.  
  345. part.Parent:findFirstChild("Head").Reflectance = 1
  346. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  347. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  348. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  349. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  350. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  351.  
  352. wait(0.1)
  353.  
  354. part.Parent:findFirstChild("Head").Reflectance = 0
  355. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  356. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  357. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  358. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  359. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  360.  
  361. wait(0.1)
  362.  
  363. part.Parent:findFirstChild("Head").Reflectance = 1
  364. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  365. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  366. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  367. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  368. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  369.  
  370. wait(0.1)
  371.  
  372. part.Parent:findFirstChild("Head").Reflectance = 0
  373. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  374. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  375. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  376. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  377. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  378.  
  379. wait(0.1)
  380.  
  381. part.Parent:findFirstChild("Head").Reflectance = 1
  382. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  383. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  384. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  385. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  386. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  387.  
  388. wait(0.1)
  389.  
  390. part.Parent:findFirstChild("Head").Reflectance = 0
  391. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  392. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  393. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  394. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  395. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  396.  
  397. wait(0.1)
  398.  
  399. part.Parent:findFirstChild("Head").Reflectance = 1
  400. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  401. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  402. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  403. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  404. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  405.  
  406. wait(0.1)
  407.  
  408. part.Parent:findFirstChild("Head").Reflectance = 0
  409. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  410. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  411. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  412. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  413. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  414.  
  415. wait(0.1)
  416.  
  417. part.Parent:findFirstChild("Head").Anchored = false
  418. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  419. part.Parent:findFirstChild("Left Arm").Anchored = false
  420. part.Parent:findFirstChild("Right Arm").Anchored = false
  421. part.Parent:findFirstChild("Left Leg").Anchored = false
  422. part.Parent:findFirstChild("Right Leg").Anchored = false
  423.  
  424. for i=1,#children do
  425.  
  426. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  427.  
  428. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  429.  
  430. end
  431.  
  432. end
  433.  
  434.  
  435. end
  436.  
  437.  
  438.  
  439. script.Parent.Touched:connect(onTouched)
  440.  
  441. end))
  442. Part5.Name = "Slimey"
  443. Part5.Parent = Model0
  444. Part5.Material = Enum.Material.Neon
  445. Part5.BrickColor = BrickColor.new("New Yeller")
  446. Part5.Reflectance = 1
  447. Part5.Anchored = true
  448. Part5.FormFactor = Enum.FormFactor.Symmetric
  449. Part5.Size = Vector3.new(1.18000019, 1.18000019, 1.18000019)
  450. Part5.CFrame = CFrame.new(-17.8001099, 3.46999884, -18.1501656, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  451. Part5.BackSurface = Enum.SurfaceType.Glue
  452. Part5.BottomSurface = Enum.SurfaceType.Glue
  453. Part5.FrontSurface = Enum.SurfaceType.Glue
  454. Part5.LeftSurface = Enum.SurfaceType.Glue
  455. Part5.RightSurface = Enum.SurfaceType.Glue
  456. Part5.TopSurface = Enum.SurfaceType.Glue
  457. Part5.Color = Color3.new(1, 1, 0)
  458. Part5.Position = Vector3.new(-17.8001099, 3.46999884, -18.1501656)
  459. Part5.Color = Color3.new(1, 1, 0)
  460. Script6.Name = "Electric Brick"
  461. Script6.Parent = Part5
  462. table.insert(cors,sandbox(Script6,function()
  463. function stick(x, y)
  464.  
  465. weld = Instance.new("Weld")
  466.  
  467.  
  468.  
  469. weld.Part0 = x
  470.  
  471. weld.Part1 = y
  472.  
  473.  
  474.  
  475. local HitPos = x.Position
  476.  
  477.  
  478.  
  479. local CJ = CFrame.new(HitPos)
  480.  
  481. local C0 = x.CFrame:inverse() *CJ
  482.  
  483. local C1 = y.CFrame:inverse() * CJ
  484.  
  485.  
  486.  
  487. weld.C0 = C0
  488.  
  489. weld.C1 = C1
  490.  
  491.  
  492.  
  493. weld.Parent = x
  494.  
  495. end
  496.  
  497.  
  498.  
  499. function onTouched(part)
  500.  
  501. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  502.  
  503. if h~=nil then
  504.  
  505. wait(0.001)
  506. h.Health = 0
  507. children = h.Parent:children()
  508. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  509. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  510. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  511. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  512. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  513. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  514. part.Parent:findFirstChild("Head").Anchored = true
  515. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  516. part.Parent:findFirstChild("Left Arm").Anchored = true
  517. part.Parent:findFirstChild("Right Arm").Anchored = true
  518. part.Parent:findFirstChild("Left Leg").Anchored = true
  519. part.Parent:findFirstChild("Right Leg").Anchored = true
  520.  
  521. part.Parent:findFirstChild("Head").Reflectance = 1
  522. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  523. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  524. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  525. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  526. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  527.  
  528. wait(0.1)
  529.  
  530. part.Parent:findFirstChild("Head").Reflectance = 0
  531. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  532. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  533. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  534. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  535. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  536.  
  537. wait(0.1)
  538.  
  539. part.Parent:findFirstChild("Head").Reflectance = 1
  540. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  541. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  542. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  543. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  544. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  545.  
  546. wait(0.1)
  547.  
  548. part.Parent:findFirstChild("Head").Reflectance = 0
  549. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  550. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  551. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  552. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  553. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  554.  
  555. wait(0.1)
  556.  
  557. part.Parent:findFirstChild("Head").Reflectance = 1
  558. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  559. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  560. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  561. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  562. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  563.  
  564. wait(0.1)
  565.  
  566. part.Parent:findFirstChild("Head").Reflectance = 0
  567. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  568. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  569. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  570. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  571. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  572.  
  573. wait(0.1)
  574.  
  575. part.Parent:findFirstChild("Head").Reflectance = 1
  576. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  577. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  578. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  579. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  580. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  581.  
  582. wait(0.1)
  583.  
  584. part.Parent:findFirstChild("Head").Reflectance = 0
  585. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  586. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  587. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  588. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  589. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  590.  
  591. wait(0.1)
  592.  
  593. part.Parent:findFirstChild("Head").Reflectance = 1
  594. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  595. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  596. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  597. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  598. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  599.  
  600. wait(0.1)
  601.  
  602. part.Parent:findFirstChild("Head").Reflectance = 0
  603. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  604. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  605. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  606. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  607. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  608.  
  609. wait(0.1)
  610.  
  611. part.Parent:findFirstChild("Head").Anchored = false
  612. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  613. part.Parent:findFirstChild("Left Arm").Anchored = false
  614. part.Parent:findFirstChild("Right Arm").Anchored = false
  615. part.Parent:findFirstChild("Left Leg").Anchored = false
  616. part.Parent:findFirstChild("Right Leg").Anchored = false
  617.  
  618. for i=1,#children do
  619.  
  620. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  621.  
  622. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  623.  
  624. end
  625.  
  626. end
  627.  
  628.  
  629. end
  630.  
  631.  
  632.  
  633. script.Parent.Touched:connect(onTouched)
  634.  
  635. end))
  636. Part7.Name = "Slimey"
  637. Part7.Parent = Model0
  638. Part7.Material = Enum.Material.Neon
  639. Part7.BrickColor = BrickColor.new("New Yeller")
  640. Part7.Reflectance = 1
  641. Part7.Anchored = true
  642. Part7.FormFactor = Enum.FormFactor.Symmetric
  643. Part7.Size = Vector3.new(1.18000019, 1.18000019, 1.18000019)
  644. Part7.CFrame = CFrame.new(-22.5201111, 2.28999996, -20.5101662, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  645. Part7.BackSurface = Enum.SurfaceType.Glue
  646. Part7.BottomSurface = Enum.SurfaceType.Glue
  647. Part7.FrontSurface = Enum.SurfaceType.Glue
  648. Part7.LeftSurface = Enum.SurfaceType.Glue
  649. Part7.RightSurface = Enum.SurfaceType.Glue
  650. Part7.TopSurface = Enum.SurfaceType.Glue
  651. Part7.Color = Color3.new(1, 1, 0)
  652. Part7.Position = Vector3.new(-22.5201111, 2.28999996, -20.5101662)
  653. Part7.Color = Color3.new(1, 1, 0)
  654. Script8.Name = "Electric Brick"
  655. Script8.Parent = Part7
  656. table.insert(cors,sandbox(Script8,function()
  657. function stick(x, y)
  658.  
  659. weld = Instance.new("Weld")
  660.  
  661.  
  662.  
  663. weld.Part0 = x
  664.  
  665. weld.Part1 = y
  666.  
  667.  
  668.  
  669. local HitPos = x.Position
  670.  
  671.  
  672.  
  673. local CJ = CFrame.new(HitPos)
  674.  
  675. local C0 = x.CFrame:inverse() *CJ
  676.  
  677. local C1 = y.CFrame:inverse() * CJ
  678.  
  679.  
  680.  
  681. weld.C0 = C0
  682.  
  683. weld.C1 = C1
  684.  
  685.  
  686.  
  687. weld.Parent = x
  688.  
  689. end
  690.  
  691.  
  692.  
  693. function onTouched(part)
  694.  
  695. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  696.  
  697. if h~=nil then
  698.  
  699. wait(0.001)
  700. h.Health = 0
  701. children = h.Parent:children()
  702. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  703. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  704. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  705. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  706. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  707. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  708. part.Parent:findFirstChild("Head").Anchored = true
  709. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  710. part.Parent:findFirstChild("Left Arm").Anchored = true
  711. part.Parent:findFirstChild("Right Arm").Anchored = true
  712. part.Parent:findFirstChild("Left Leg").Anchored = true
  713. part.Parent:findFirstChild("Right Leg").Anchored = true
  714.  
  715. part.Parent:findFirstChild("Head").Reflectance = 1
  716. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  717. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  718. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  719. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  720. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  721.  
  722. wait(0.1)
  723.  
  724. part.Parent:findFirstChild("Head").Reflectance = 0
  725. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  726. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  727. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  728. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  729. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  730.  
  731. wait(0.1)
  732.  
  733. part.Parent:findFirstChild("Head").Reflectance = 1
  734. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  735. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  736. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  737. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  738. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  739.  
  740. wait(0.1)
  741.  
  742. part.Parent:findFirstChild("Head").Reflectance = 0
  743. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  744. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  745. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  746. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  747. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  748.  
  749. wait(0.1)
  750.  
  751. part.Parent:findFirstChild("Head").Reflectance = 1
  752. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  753. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  754. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  755. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  756. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  757.  
  758. wait(0.1)
  759.  
  760. part.Parent:findFirstChild("Head").Reflectance = 0
  761. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  762. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  763. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  764. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  765. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  766.  
  767. wait(0.1)
  768.  
  769. part.Parent:findFirstChild("Head").Reflectance = 1
  770. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  771. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  772. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  773. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  774. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  775.  
  776. wait(0.1)
  777.  
  778. part.Parent:findFirstChild("Head").Reflectance = 0
  779. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  780. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  781. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  782. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  783. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  784.  
  785. wait(0.1)
  786.  
  787. part.Parent:findFirstChild("Head").Reflectance = 1
  788. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  789. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  790. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  791. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  792. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  793.  
  794. wait(0.1)
  795.  
  796. part.Parent:findFirstChild("Head").Reflectance = 0
  797. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  798. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  799. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  800. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  801. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  802.  
  803. wait(0.1)
  804.  
  805. part.Parent:findFirstChild("Head").Anchored = false
  806. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  807. part.Parent:findFirstChild("Left Arm").Anchored = false
  808. part.Parent:findFirstChild("Right Arm").Anchored = false
  809. part.Parent:findFirstChild("Left Leg").Anchored = false
  810. part.Parent:findFirstChild("Right Leg").Anchored = false
  811.  
  812. for i=1,#children do
  813.  
  814. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  815.  
  816. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  817.  
  818. end
  819.  
  820. end
  821.  
  822.  
  823. end
  824.  
  825.  
  826.  
  827. script.Parent.Touched:connect(onTouched)
  828.  
  829. end))
  830. Script9.Parent = Model0
  831. table.insert(cors,sandbox(Script9,function()
  832. --Particle Slime by renniej--
  833. -- Particle Slime is an interesting concept of Roblox enemy completely designed and built by
  834. -- renniej(aka, me). Originally inspired by an episode from Star Treck, I designed this using the
  835. -- .magnitude as a way to determine which slime particle is closest and farthest away from the target.
  836. -- To move closer to the target, the slime takes the particle farthest away and puts it in a random
  837. -- position closer to the target it is chasing. This causes the slime to move slowly, but surely towards it's
  838. -- prey. Obviously, the slime has no Humanoid, meaning that it can't be killed unless somebody
  839. -- constructs a specific tool to do so. Remember, I made this first! Enjoy :P
  840.  
  841. -------------
  842. spaces = 2 -- How many spaces it travels per move(1-3 is the best, preferably 2)
  843. speed = 10000000000000000000000000000000000000--this is how fast the slime moves
  844. grabslime = true --Whether the slime will grab Slimeys from Workspace or not; it doesn't affect much
  845. ------------- though. Basically, if there is any bricks in Workspace named "Slimey", it will add them to itself.
  846.  
  847.  
  848. function findTarget() -- Ah, the findTarget() command. This command lets the slime find it's next victem.
  849. g = game.Workspace:getChildren()
  850. for i=1, #g do
  851. if g[i]:findFirstChild("HumanoidRootPart") ~= nil then
  852. if T == nil then
  853. T = g[i].HumanoidRootPart
  854. else
  855. if (g[i].HumanoidRootPart.Position - script.Parent.Slimey.Position).magnitude < (T.Position - script.Parent.Slimey.Position).magnitude then
  856. T = g[i].HumanoidRootPart
  857. end
  858. end
  859. end
  860. if grabslime == true and g[i].Name == "Slimey" and g[i].className == "Part" and g[i].Size == Vector3.new(1,1,1) then
  861. g[i].Parent = script.Parent
  862. end
  863. end
  864. end
  865.  
  866. function fade(b)-- This lets a brick disappear by "fading" into invisibility, but you can't see the effect very
  867. while b.Transparency < 1 do-- easily unless the slime is at a slow speed.
  868. b.Transparency = b.Transparency + 0.01*speed*#p/4
  869. wait(0.001)
  870. end
  871. b.Transparency = 1
  872. end
  873.  
  874. function unfade(b) -- This lets a brick appear by "fading" into visibility, but you can't see the effect very
  875. while b.Transparency > 0 do -- easily unless the slime is at a slow speed.
  876. b.Transparency = b.Transparency - 0.01*speed*#p/4
  877. wait(0.001)
  878. end
  879. b.Transparency = 0
  880. end
  881.  
  882. while true do
  883.  
  884. T = nil -- Erases previous target from memory.
  885. findTarget() -- Finds the new closest target!
  886.  
  887. r = math.random(1,20) --This little bit is supposed to allow the slime to take bigger "steps" every
  888. if r == 1 or r == 2 or r == 3 then -- once and a while, thus allowing it to travel through thick walls.
  889. space = spaces + 1
  890. elseif r == 4 or r == 5 then
  891. space = spaces + 2
  892. elseif r == 6 then
  893. space = spaces + 3
  894. else
  895. space = spaces
  896. end
  897.  
  898. if T ~= nil then --If target exists, then attack!
  899. p = script.Parent:getChildren() -- Makes a list of the slime's "Slimeys"
  900. for i=1, #p do
  901. if p[i].Name == "Slimey" then
  902. if prev == nil then
  903. prev = p[i]
  904. prev2 = p[i]
  905. end
  906. if (p[i].Position - T.Position).magnitude > (prev.Position - T.Position).magnitude then
  907. prev = p[i] -- This finds the Slimey closest to the target.
  908. end
  909. if (p[i].Position - T.Position).magnitude < (prev2.Position - T.Position).magnitude then
  910. prev2 = p[i] -- This finds the Slimey farthest away from the target.
  911. end
  912. end
  913. end
  914. fade(prev) --Make Slimey dissappear. VV- Make Slimey move closer to target.
  915. prev.Position = Vector3.new(prev2.Position.x+math.random(-space,space), prev2.Position.y-1, prev2.Position.z+math.random(-space,space))
  916. unfade(prev) -- Make Slimey appear again.
  917. end
  918. wait(0.01) -- And then wait... :P
  919. end -- Repeat!!
  920.  
  921.  
  922. end))
  923. Part10.Name = "Slimey"
  924. Part10.Parent = Model0
  925. Part10.Material = Enum.Material.Neon
  926. Part10.BrickColor = BrickColor.new("New Yeller")
  927. Part10.Reflectance = 1
  928. Part10.Anchored = true
  929. Part10.FormFactor = Enum.FormFactor.Symmetric
  930. Part10.Size = Vector3.new(1.18000019, 1.18000019, 1.18000019)
  931. Part10.CFrame = CFrame.new(-22.5201111, 7.00999737, -18.1501656, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  932. Part10.BackSurface = Enum.SurfaceType.Glue
  933. Part10.BottomSurface = Enum.SurfaceType.Glue
  934. Part10.FrontSurface = Enum.SurfaceType.Glue
  935. Part10.LeftSurface = Enum.SurfaceType.Glue
  936. Part10.RightSurface = Enum.SurfaceType.Glue
  937. Part10.TopSurface = Enum.SurfaceType.Glue
  938. Part10.Color = Color3.new(1, 1, 0)
  939. Part10.Position = Vector3.new(-22.5201111, 7.00999737, -18.1501656)
  940. Part10.Color = Color3.new(1, 1, 0)
  941. Script11.Name = "Electric Brick"
  942. Script11.Parent = Part10
  943. table.insert(cors,sandbox(Script11,function()
  944. function stick(x, y)
  945.  
  946. weld = Instance.new("Weld")
  947.  
  948.  
  949.  
  950. weld.Part0 = x
  951.  
  952. weld.Part1 = y
  953.  
  954.  
  955.  
  956. local HitPos = x.Position
  957.  
  958.  
  959.  
  960. local CJ = CFrame.new(HitPos)
  961.  
  962. local C0 = x.CFrame:inverse() *CJ
  963.  
  964. local C1 = y.CFrame:inverse() * CJ
  965.  
  966.  
  967.  
  968. weld.C0 = C0
  969.  
  970. weld.C1 = C1
  971.  
  972.  
  973.  
  974. weld.Parent = x
  975.  
  976. end
  977.  
  978.  
  979.  
  980. function onTouched(part)
  981.  
  982. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  983.  
  984. if h~=nil then
  985.  
  986. wait(0.001)
  987. h.Health = 0
  988. children = h.Parent:children()
  989. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  990. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  991. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  992. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  993. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  994. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  995. part.Parent:findFirstChild("Head").Anchored = true
  996. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  997. part.Parent:findFirstChild("Left Arm").Anchored = true
  998. part.Parent:findFirstChild("Right Arm").Anchored = true
  999. part.Parent:findFirstChild("Left Leg").Anchored = true
  1000. part.Parent:findFirstChild("Right Leg").Anchored = true
  1001.  
  1002. part.Parent:findFirstChild("Head").Reflectance = 1
  1003. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1004. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1005. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1006. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1007. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1008.  
  1009. wait(0.1)
  1010.  
  1011. part.Parent:findFirstChild("Head").Reflectance = 0
  1012. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1013. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1014. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1015. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1016. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1017.  
  1018. wait(0.1)
  1019.  
  1020. part.Parent:findFirstChild("Head").Reflectance = 1
  1021. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1022. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1023. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1024. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1025. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1026.  
  1027. wait(0.1)
  1028.  
  1029. part.Parent:findFirstChild("Head").Reflectance = 0
  1030. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1031. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1032. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1033. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1034. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1035.  
  1036. wait(0.1)
  1037.  
  1038. part.Parent:findFirstChild("Head").Reflectance = 1
  1039. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1040. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1041. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1042. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1043. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1044.  
  1045. wait(0.1)
  1046.  
  1047. part.Parent:findFirstChild("Head").Reflectance = 0
  1048. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1049. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1050. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1051. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1052. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1053.  
  1054. wait(0.1)
  1055.  
  1056. part.Parent:findFirstChild("Head").Reflectance = 1
  1057. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1058. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1059. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1060. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1061. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1062.  
  1063. wait(0.1)
  1064.  
  1065. part.Parent:findFirstChild("Head").Reflectance = 0
  1066. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1067. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1068. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1069. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1070. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1071.  
  1072. wait(0.1)
  1073.  
  1074. part.Parent:findFirstChild("Head").Reflectance = 1
  1075. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1076. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1077. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1078. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1079. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1080.  
  1081. wait(0.1)
  1082.  
  1083. part.Parent:findFirstChild("Head").Reflectance = 0
  1084. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1085. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1086. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1087. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1088. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1089.  
  1090. wait(0.1)
  1091.  
  1092. part.Parent:findFirstChild("Head").Anchored = false
  1093. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  1094. part.Parent:findFirstChild("Left Arm").Anchored = false
  1095. part.Parent:findFirstChild("Right Arm").Anchored = false
  1096. part.Parent:findFirstChild("Left Leg").Anchored = false
  1097. part.Parent:findFirstChild("Right Leg").Anchored = false
  1098.  
  1099. for i=1,#children do
  1100.  
  1101. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  1102.  
  1103. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  1104.  
  1105. end
  1106.  
  1107. end
  1108.  
  1109.  
  1110. end
  1111.  
  1112.  
  1113.  
  1114. script.Parent.Touched:connect(onTouched)
  1115.  
  1116. end))
  1117. Part12.Name = "Slimey"
  1118. Part12.Parent = Model0
  1119. Part12.Material = Enum.Material.Neon
  1120. Part12.BrickColor = BrickColor.new("Teal")
  1121. Part12.Reflectance = 1
  1122. Part12.Anchored = true
  1123. Part12.FormFactor = Enum.FormFactor.Symmetric
  1124. Part12.Size = Vector3.new(1.18000019, 1.18000019, 1.18000019)
  1125. Part12.CFrame = CFrame.new(-22.5201111, 5.82999706, -18.1501656, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1126. Part12.BackSurface = Enum.SurfaceType.Glue
  1127. Part12.BottomSurface = Enum.SurfaceType.Glue
  1128. Part12.FrontSurface = Enum.SurfaceType.Glue
  1129. Part12.LeftSurface = Enum.SurfaceType.Glue
  1130. Part12.RightSurface = Enum.SurfaceType.Glue
  1131. Part12.TopSurface = Enum.SurfaceType.Glue
  1132. Part12.Color = Color3.new(0.0705882, 0.933333, 0.831373)
  1133. Part12.Position = Vector3.new(-22.5201111, 5.82999706, -18.1501656)
  1134. Part12.Color = Color3.new(0.0705882, 0.933333, 0.831373)
  1135. Script13.Name = "Electric Brick"
  1136. Script13.Parent = Part12
  1137. table.insert(cors,sandbox(Script13,function()
  1138. function stick(x, y)
  1139.  
  1140. weld = Instance.new("Weld")
  1141.  
  1142.  
  1143.  
  1144. weld.Part0 = x
  1145.  
  1146. weld.Part1 = y
  1147.  
  1148.  
  1149.  
  1150. local HitPos = x.Position
  1151.  
  1152.  
  1153.  
  1154. local CJ = CFrame.new(HitPos)
  1155.  
  1156. local C0 = x.CFrame:inverse() *CJ
  1157.  
  1158. local C1 = y.CFrame:inverse() * CJ
  1159.  
  1160.  
  1161.  
  1162. weld.C0 = C0
  1163.  
  1164. weld.C1 = C1
  1165.  
  1166.  
  1167.  
  1168. weld.Parent = x
  1169.  
  1170. end
  1171.  
  1172.  
  1173.  
  1174. function onTouched(part)
  1175.  
  1176. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  1177.  
  1178. if h~=nil then
  1179.  
  1180. wait(0.001)
  1181. h.Health = 0
  1182. children = h.Parent:children()
  1183. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  1184. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  1185. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  1186. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  1187. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  1188. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  1189. part.Parent:findFirstChild("Head").Anchored = true
  1190. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  1191. part.Parent:findFirstChild("Left Arm").Anchored = true
  1192. part.Parent:findFirstChild("Right Arm").Anchored = true
  1193. part.Parent:findFirstChild("Left Leg").Anchored = true
  1194. part.Parent:findFirstChild("Right Leg").Anchored = true
  1195.  
  1196. part.Parent:findFirstChild("Head").Reflectance = 1
  1197. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1198. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1199. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1200. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1201. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1202.  
  1203. wait(0.1)
  1204.  
  1205. part.Parent:findFirstChild("Head").Reflectance = 0
  1206. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1207. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1208. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1209. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1210. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1211.  
  1212. wait(0.1)
  1213.  
  1214. part.Parent:findFirstChild("Head").Reflectance = 1
  1215. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1216. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1217. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1218. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1219. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1220.  
  1221. wait(0.1)
  1222.  
  1223. part.Parent:findFirstChild("Head").Reflectance = 0
  1224. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1225. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1226. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1227. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1228. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1229.  
  1230. wait(0.1)
  1231.  
  1232. part.Parent:findFirstChild("Head").Reflectance = 1
  1233. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1234. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1235. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1236. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1237. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1238.  
  1239. wait(0.1)
  1240.  
  1241. part.Parent:findFirstChild("Head").Reflectance = 0
  1242. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1243. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1244. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1245. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1246. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1247.  
  1248. wait(0.1)
  1249.  
  1250. part.Parent:findFirstChild("Head").Reflectance = 1
  1251. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1252. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1253. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1254. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1255. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1256.  
  1257. wait(0.1)
  1258.  
  1259. part.Parent:findFirstChild("Head").Reflectance = 0
  1260. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1261. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1262. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1263. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1264. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1265.  
  1266. wait(0.1)
  1267.  
  1268. part.Parent:findFirstChild("Head").Reflectance = 1
  1269. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1270. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1271. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1272. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1273. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1274.  
  1275. wait(0.1)
  1276.  
  1277. part.Parent:findFirstChild("Head").Reflectance = 0
  1278. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1279. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1280. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1281. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1282. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1283.  
  1284. wait(0.1)
  1285.  
  1286. part.Parent:findFirstChild("Head").Anchored = false
  1287. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  1288. part.Parent:findFirstChild("Left Arm").Anchored = false
  1289. part.Parent:findFirstChild("Right Arm").Anchored = false
  1290. part.Parent:findFirstChild("Left Leg").Anchored = false
  1291. part.Parent:findFirstChild("Right Leg").Anchored = false
  1292.  
  1293. for i=1,#children do
  1294.  
  1295. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  1296.  
  1297. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  1298.  
  1299. end
  1300.  
  1301. end
  1302.  
  1303.  
  1304. end
  1305.  
  1306.  
  1307.  
  1308. script.Parent.Touched:connect(onTouched)
  1309.  
  1310. end))
  1311. Script14.Parent = Model0
  1312. table.insert(cors,sandbox(Script14,function()
  1313. local larm = script.Parent:FindFirstChild("Left Arm")
  1314. local rarm = script.Parent:FindFirstChild("Right Arm")
  1315.  
  1316. function findNearestHumanoidRootPart(pos)
  1317. local list = game.Workspace:children()
  1318. local HumanoidRootPart = nil
  1319. local dist = 1000
  1320. local temp = nil
  1321. local human = nil
  1322. local temp2 = nil
  1323. for x = 1, #list do
  1324. temp2 = list[x]
  1325. if (temp2.className == "Model") and (temp2 ~= script.Parent) then
  1326. temp = temp2:findFirstChild("Right Arm")
  1327. human = temp2:findFirstChild("Humanoid")
  1328. if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
  1329. if (temp.Position - pos).magnitude < dist then
  1330. HumanoidRootPart = temp
  1331. dist = (temp.Position - pos).magnitude
  1332. end
  1333. end
  1334. end
  1335. end
  1336. return HumanoidRootPart
  1337. end
  1338.  
  1339.  
  1340.  
  1341.  
  1342. while true do
  1343. wait(math.random(1,5))
  1344. local target = findNearestHumanoidRootPart(script.Parent.HumanoidRootPart.Position)
  1345. if target ~= nil then
  1346. script.Parent.Humanoid:MoveTo(target.Position, target)
  1347. end
  1348.  
  1349. end
  1350.  
  1351. end))
  1352. Part15.Name = "Slimey"
  1353. Part15.Parent = Model0
  1354. Part15.Material = Enum.Material.Neon
  1355. Part15.BrickColor = BrickColor.new("New Yeller")
  1356. Part15.Reflectance = 1
  1357. Part15.Anchored = true
  1358. Part15.FormFactor = Enum.FormFactor.Symmetric
  1359. Part15.Size = Vector3.new(1.18000019, 1.18000019, 1.18000019)
  1360. Part15.CFrame = CFrame.new(-18.9801102, 1.11000085, -21.6901665, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1361. Part15.BackSurface = Enum.SurfaceType.Glue
  1362. Part15.BottomSurface = Enum.SurfaceType.Glue
  1363. Part15.FrontSurface = Enum.SurfaceType.Glue
  1364. Part15.LeftSurface = Enum.SurfaceType.Glue
  1365. Part15.RightSurface = Enum.SurfaceType.Glue
  1366. Part15.TopSurface = Enum.SurfaceType.Glue
  1367. Part15.Color = Color3.new(1, 1, 0)
  1368. Part15.Position = Vector3.new(-18.9801102, 1.11000085, -21.6901665)
  1369. Part15.Color = Color3.new(1, 1, 0)
  1370. Script16.Name = "Electric Brick"
  1371. Script16.Parent = Part15
  1372. table.insert(cors,sandbox(Script16,function()
  1373. function stick(x, y)
  1374.  
  1375. weld = Instance.new("Weld")
  1376.  
  1377.  
  1378.  
  1379. weld.Part0 = x
  1380.  
  1381. weld.Part1 = y
  1382.  
  1383.  
  1384.  
  1385. local HitPos = x.Position
  1386.  
  1387.  
  1388.  
  1389. local CJ = CFrame.new(HitPos)
  1390.  
  1391. local C0 = x.CFrame:inverse() *CJ
  1392.  
  1393. local C1 = y.CFrame:inverse() * CJ
  1394.  
  1395.  
  1396.  
  1397. weld.C0 = C0
  1398.  
  1399. weld.C1 = C1
  1400.  
  1401.  
  1402.  
  1403. weld.Parent = x
  1404.  
  1405. end
  1406.  
  1407.  
  1408.  
  1409. function onTouched(part)
  1410.  
  1411. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  1412.  
  1413. if h~=nil then
  1414.  
  1415. wait(0.001)
  1416. h.Health = 0
  1417. children = h.Parent:children()
  1418. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  1419. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  1420. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  1421. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  1422. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  1423. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  1424. part.Parent:findFirstChild("Head").Anchored = true
  1425. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  1426. part.Parent:findFirstChild("Left Arm").Anchored = true
  1427. part.Parent:findFirstChild("Right Arm").Anchored = true
  1428. part.Parent:findFirstChild("Left Leg").Anchored = true
  1429. part.Parent:findFirstChild("Right Leg").Anchored = true
  1430.  
  1431. part.Parent:findFirstChild("Head").Reflectance = 1
  1432. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1433. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1434. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1435. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1436. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1437.  
  1438. wait(0.1)
  1439.  
  1440. part.Parent:findFirstChild("Head").Reflectance = 0
  1441. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1442. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1443. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1444. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1445. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1446.  
  1447. wait(0.1)
  1448.  
  1449. part.Parent:findFirstChild("Head").Reflectance = 1
  1450. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1451. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1452. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1453. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1454. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1455.  
  1456. wait(0.1)
  1457.  
  1458. part.Parent:findFirstChild("Head").Reflectance = 0
  1459. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1460. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1461. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1462. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1463. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1464.  
  1465. wait(0.1)
  1466.  
  1467. part.Parent:findFirstChild("Head").Reflectance = 1
  1468. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1469. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1470. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1471. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1472. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1473.  
  1474. wait(0.1)
  1475.  
  1476. part.Parent:findFirstChild("Head").Reflectance = 0
  1477. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1478. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1479. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1480. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1481. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1482.  
  1483. wait(0.1)
  1484.  
  1485. part.Parent:findFirstChild("Head").Reflectance = 1
  1486. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1487. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1488. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1489. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1490. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1491.  
  1492. wait(0.1)
  1493.  
  1494. part.Parent:findFirstChild("Head").Reflectance = 0
  1495. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1496. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1497. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1498. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1499. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1500.  
  1501. wait(0.1)
  1502.  
  1503. part.Parent:findFirstChild("Head").Reflectance = 1
  1504. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1505. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1506. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1507. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1508. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1509.  
  1510. wait(0.1)
  1511.  
  1512. part.Parent:findFirstChild("Head").Reflectance = 0
  1513. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1514. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1515. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1516. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1517. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1518.  
  1519. wait(0.1)
  1520.  
  1521. part.Parent:findFirstChild("Head").Anchored = false
  1522. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  1523. part.Parent:findFirstChild("Left Arm").Anchored = false
  1524. part.Parent:findFirstChild("Right Arm").Anchored = false
  1525. part.Parent:findFirstChild("Left Leg").Anchored = false
  1526. part.Parent:findFirstChild("Right Leg").Anchored = false
  1527.  
  1528. for i=1,#children do
  1529.  
  1530. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  1531.  
  1532. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  1533.  
  1534. end
  1535.  
  1536. end
  1537.  
  1538.  
  1539. end
  1540.  
  1541.  
  1542.  
  1543. script.Parent.Touched:connect(onTouched)
  1544.  
  1545. end))
  1546. Model17.Parent = mas
  1547. Part18.Name = "Slimey"
  1548. Part18.Parent = Model17
  1549. Part18.Material = Enum.Material.Neon
  1550. Part18.BrickColor = BrickColor.new("Teal")
  1551. Part18.Reflectance = 1
  1552. Part18.Rotation = Vector3.new(0, -40.6699982, 0)
  1553. Part18.Anchored = true
  1554. Part18.FormFactor = Enum.FormFactor.Symmetric
  1555. Part18.Size = Vector3.new(1.68666792, 1.68666792, 1.68666792)
  1556. Part18.CFrame = CFrame.new(-22.2817764, 9.7966671, -16.3870449, 0.758485317, 0, -0.651690245, 0, 1, 0, 0.651690245, 0, 0.758485317)
  1557. Part18.BackSurface = Enum.SurfaceType.Glue
  1558. Part18.BottomSurface = Enum.SurfaceType.Glue
  1559. Part18.FrontSurface = Enum.SurfaceType.Glue
  1560. Part18.LeftSurface = Enum.SurfaceType.Glue
  1561. Part18.RightSurface = Enum.SurfaceType.Glue
  1562. Part18.TopSurface = Enum.SurfaceType.Glue
  1563. Part18.Color = Color3.new(0.0705882, 0.933333, 0.831373)
  1564. Part18.Position = Vector3.new(-22.2817764, 9.7966671, -16.3870449)
  1565. Part18.Orientation = Vector3.new(0, -40.6699982, 0)
  1566. Part18.Color = Color3.new(0.0705882, 0.933333, 0.831373)
  1567. Script19.Name = "Electric Brick"
  1568. Script19.Parent = Part18
  1569. table.insert(cors,sandbox(Script19,function()
  1570. function stick(x, y)
  1571.  
  1572. weld = Instance.new("Weld")
  1573.  
  1574.  
  1575.  
  1576. weld.Part0 = x
  1577.  
  1578. weld.Part1 = y
  1579.  
  1580.  
  1581.  
  1582. local HitPos = x.Position
  1583.  
  1584.  
  1585.  
  1586. local CJ = CFrame.new(HitPos)
  1587.  
  1588. local C0 = x.CFrame:inverse() *CJ
  1589.  
  1590. local C1 = y.CFrame:inverse() * CJ
  1591.  
  1592.  
  1593.  
  1594. weld.C0 = C0
  1595.  
  1596. weld.C1 = C1
  1597.  
  1598.  
  1599.  
  1600. weld.Parent = x
  1601.  
  1602. end
  1603.  
  1604.  
  1605.  
  1606. function onTouched(part)
  1607.  
  1608. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  1609.  
  1610. if h~=nil then
  1611.  
  1612. wait(0.001)
  1613. h.Health = 0
  1614. children = h.Parent:children()
  1615. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  1616. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  1617. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  1618. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  1619. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  1620. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  1621. part.Parent:findFirstChild("Head").Anchored = true
  1622. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  1623. part.Parent:findFirstChild("Left Arm").Anchored = true
  1624. part.Parent:findFirstChild("Right Arm").Anchored = true
  1625. part.Parent:findFirstChild("Left Leg").Anchored = true
  1626. part.Parent:findFirstChild("Right Leg").Anchored = true
  1627.  
  1628. part.Parent:findFirstChild("Head").Reflectance = 1
  1629. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1630. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1631. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1632. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1633. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1634.  
  1635. wait(0.1)
  1636.  
  1637. part.Parent:findFirstChild("Head").Reflectance = 0
  1638. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1639. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1640. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1641. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1642. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1643.  
  1644. wait(0.1)
  1645.  
  1646. part.Parent:findFirstChild("Head").Reflectance = 1
  1647. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1648. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1649. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1650. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1651. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1652.  
  1653. wait(0.1)
  1654.  
  1655. part.Parent:findFirstChild("Head").Reflectance = 0
  1656. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1657. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1658. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1659. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1660. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1661.  
  1662. wait(0.1)
  1663.  
  1664. part.Parent:findFirstChild("Head").Reflectance = 1
  1665. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1666. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1667. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1668. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1669. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1670.  
  1671. wait(0.1)
  1672.  
  1673. part.Parent:findFirstChild("Head").Reflectance = 0
  1674. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1675. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1676. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1677. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1678. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1679.  
  1680. wait(0.1)
  1681.  
  1682. part.Parent:findFirstChild("Head").Reflectance = 1
  1683. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1684. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1685. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1686. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1687. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1688.  
  1689. wait(0.1)
  1690.  
  1691. part.Parent:findFirstChild("Head").Reflectance = 0
  1692. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1693. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1694. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1695. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1696. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1697.  
  1698. wait(0.1)
  1699.  
  1700. part.Parent:findFirstChild("Head").Reflectance = 1
  1701. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1702. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1703. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1704. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1705. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1706.  
  1707. wait(0.1)
  1708.  
  1709. part.Parent:findFirstChild("Head").Reflectance = 0
  1710. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1711. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1712. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1713. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1714. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1715.  
  1716. wait(0.1)
  1717.  
  1718. part.Parent:findFirstChild("Head").Anchored = false
  1719. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  1720. part.Parent:findFirstChild("Left Arm").Anchored = false
  1721. part.Parent:findFirstChild("Right Arm").Anchored = false
  1722. part.Parent:findFirstChild("Left Leg").Anchored = false
  1723. part.Parent:findFirstChild("Right Leg").Anchored = false
  1724.  
  1725. for i=1,#children do
  1726.  
  1727. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  1728.  
  1729. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  1730.  
  1731. end
  1732.  
  1733. end
  1734.  
  1735.  
  1736. end
  1737.  
  1738.  
  1739.  
  1740. script.Parent.Touched:connect(onTouched)
  1741.  
  1742. end))
  1743. Part20.Name = "Slimey"
  1744. Part20.Parent = Model17
  1745. Part20.Material = Enum.Material.Neon
  1746. Part20.BrickColor = BrickColor.new("New Yeller")
  1747. Part20.Reflectance = 1
  1748. Part20.Rotation = Vector3.new(0, -40.6699982, 0)
  1749. Part20.Anchored = true
  1750. Part20.FormFactor = Enum.FormFactor.Symmetric
  1751. Part20.Size = Vector3.new(1.68666792, 1.68666792, 1.68666792)
  1752. Part20.CFrame = CFrame.new(-25.0205193, 8.10999966, -20.9639244, 0.758485317, 0, -0.651690245, 0, 1, 0, 0.651690245, 0, 0.758485317)
  1753. Part20.BackSurface = Enum.SurfaceType.Glue
  1754. Part20.BottomSurface = Enum.SurfaceType.Glue
  1755. Part20.FrontSurface = Enum.SurfaceType.Glue
  1756. Part20.LeftSurface = Enum.SurfaceType.Glue
  1757. Part20.RightSurface = Enum.SurfaceType.Glue
  1758. Part20.TopSurface = Enum.SurfaceType.Glue
  1759. Part20.Color = Color3.new(1, 1, 0)
  1760. Part20.Position = Vector3.new(-25.0205193, 8.10999966, -20.9639244)
  1761. Part20.Orientation = Vector3.new(0, -40.6699982, 0)
  1762. Part20.Color = Color3.new(1, 1, 0)
  1763. Script21.Name = "Electric Brick"
  1764. Script21.Parent = Part20
  1765. table.insert(cors,sandbox(Script21,function()
  1766. function stick(x, y)
  1767.  
  1768. weld = Instance.new("Weld")
  1769.  
  1770.  
  1771.  
  1772. weld.Part0 = x
  1773.  
  1774. weld.Part1 = y
  1775.  
  1776.  
  1777.  
  1778. local HitPos = x.Position
  1779.  
  1780.  
  1781.  
  1782. local CJ = CFrame.new(HitPos)
  1783.  
  1784. local C0 = x.CFrame:inverse() *CJ
  1785.  
  1786. local C1 = y.CFrame:inverse() * CJ
  1787.  
  1788.  
  1789.  
  1790. weld.C0 = C0
  1791.  
  1792. weld.C1 = C1
  1793.  
  1794.  
  1795.  
  1796. weld.Parent = x
  1797.  
  1798. end
  1799.  
  1800.  
  1801.  
  1802. function onTouched(part)
  1803.  
  1804. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  1805.  
  1806. if h~=nil then
  1807.  
  1808. wait(0.001)
  1809. h.Health = 0
  1810. children = h.Parent:children()
  1811. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  1812. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  1813. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  1814. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  1815. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  1816. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  1817. part.Parent:findFirstChild("Head").Anchored = true
  1818. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  1819. part.Parent:findFirstChild("Left Arm").Anchored = true
  1820. part.Parent:findFirstChild("Right Arm").Anchored = true
  1821. part.Parent:findFirstChild("Left Leg").Anchored = true
  1822. part.Parent:findFirstChild("Right Leg").Anchored = true
  1823.  
  1824. part.Parent:findFirstChild("Head").Reflectance = 1
  1825. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1826. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1827. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1828. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1829. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1830.  
  1831. wait(0.1)
  1832.  
  1833. part.Parent:findFirstChild("Head").Reflectance = 0
  1834. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1835. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1836. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1837. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1838. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1839.  
  1840. wait(0.1)
  1841.  
  1842. part.Parent:findFirstChild("Head").Reflectance = 1
  1843. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1844. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1845. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1846. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1847. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1848.  
  1849. wait(0.1)
  1850.  
  1851. part.Parent:findFirstChild("Head").Reflectance = 0
  1852. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1853. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1854. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1855. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1856. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1857.  
  1858. wait(0.1)
  1859.  
  1860. part.Parent:findFirstChild("Head").Reflectance = 1
  1861. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1862. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1863. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1864. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1865. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1866.  
  1867. wait(0.1)
  1868.  
  1869. part.Parent:findFirstChild("Head").Reflectance = 0
  1870. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1871. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1872. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1873. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1874. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1875.  
  1876. wait(0.1)
  1877.  
  1878. part.Parent:findFirstChild("Head").Reflectance = 1
  1879. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1880. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1881. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1882. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1883. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1884.  
  1885. wait(0.1)
  1886.  
  1887. part.Parent:findFirstChild("Head").Reflectance = 0
  1888. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1889. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1890. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1891. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1892. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1893.  
  1894. wait(0.1)
  1895.  
  1896. part.Parent:findFirstChild("Head").Reflectance = 1
  1897. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  1898. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  1899. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  1900. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  1901. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  1902.  
  1903. wait(0.1)
  1904.  
  1905. part.Parent:findFirstChild("Head").Reflectance = 0
  1906. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  1907. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  1908. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  1909. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  1910. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  1911.  
  1912. wait(0.1)
  1913.  
  1914. part.Parent:findFirstChild("Head").Anchored = false
  1915. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  1916. part.Parent:findFirstChild("Left Arm").Anchored = false
  1917. part.Parent:findFirstChild("Right Arm").Anchored = false
  1918. part.Parent:findFirstChild("Left Leg").Anchored = false
  1919. part.Parent:findFirstChild("Right Leg").Anchored = false
  1920.  
  1921. for i=1,#children do
  1922.  
  1923. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  1924.  
  1925. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  1926.  
  1927. end
  1928.  
  1929. end
  1930.  
  1931.  
  1932. end
  1933.  
  1934.  
  1935.  
  1936. script.Parent.Touched:connect(onTouched)
  1937.  
  1938. end))
  1939. Part22.Name = "Slimey"
  1940. Part22.Parent = Model17
  1941. Part22.Material = Enum.Material.Neon
  1942. Part22.BrickColor = BrickColor.new("New Yeller")
  1943. Part22.Reflectance = 1
  1944. Part22.Rotation = Vector3.new(0, -40.6699982, 0)
  1945. Part22.Anchored = true
  1946. Part22.FormFactor = Enum.FormFactor.Symmetric
  1947. Part22.Size = Vector3.new(1.68666792, 1.68666792, 1.68666792)
  1948. Part22.CFrame = CFrame.new(-18.6239586, 4.73666716, -15.4679813, 0.758485317, 0, -0.651690245, 0, 1, 0, 0.651690245, 0, 0.758485317)
  1949. Part22.BackSurface = Enum.SurfaceType.Glue
  1950. Part22.BottomSurface = Enum.SurfaceType.Glue
  1951. Part22.FrontSurface = Enum.SurfaceType.Glue
  1952. Part22.LeftSurface = Enum.SurfaceType.Glue
  1953. Part22.RightSurface = Enum.SurfaceType.Glue
  1954. Part22.TopSurface = Enum.SurfaceType.Glue
  1955. Part22.Color = Color3.new(1, 1, 0)
  1956. Part22.Position = Vector3.new(-18.6239586, 4.73666716, -15.4679813)
  1957. Part22.Orientation = Vector3.new(0, -40.6699982, 0)
  1958. Part22.Color = Color3.new(1, 1, 0)
  1959. Script23.Name = "Electric Brick"
  1960. Script23.Parent = Part22
  1961. table.insert(cors,sandbox(Script23,function()
  1962. function stick(x, y)
  1963.  
  1964. weld = Instance.new("Weld")
  1965.  
  1966.  
  1967.  
  1968. weld.Part0 = x
  1969.  
  1970. weld.Part1 = y
  1971.  
  1972.  
  1973.  
  1974. local HitPos = x.Position
  1975.  
  1976.  
  1977.  
  1978. local CJ = CFrame.new(HitPos)
  1979.  
  1980. local C0 = x.CFrame:inverse() *CJ
  1981.  
  1982. local C1 = y.CFrame:inverse() * CJ
  1983.  
  1984.  
  1985.  
  1986. weld.C0 = C0
  1987.  
  1988. weld.C1 = C1
  1989.  
  1990.  
  1991.  
  1992. weld.Parent = x
  1993.  
  1994. end
  1995.  
  1996.  
  1997.  
  1998. function onTouched(part)
  1999.  
  2000. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  2001.  
  2002. if h~=nil then
  2003.  
  2004. wait(0.001)
  2005. h.Health = 0
  2006. children = h.Parent:children()
  2007. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  2008. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  2009. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  2010. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  2011. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  2012. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  2013. part.Parent:findFirstChild("Head").Anchored = true
  2014. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  2015. part.Parent:findFirstChild("Left Arm").Anchored = true
  2016. part.Parent:findFirstChild("Right Arm").Anchored = true
  2017. part.Parent:findFirstChild("Left Leg").Anchored = true
  2018. part.Parent:findFirstChild("Right Leg").Anchored = true
  2019.  
  2020. part.Parent:findFirstChild("Head").Reflectance = 1
  2021. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2022. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2023. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2024. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2025. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2026.  
  2027. wait(0.1)
  2028.  
  2029. part.Parent:findFirstChild("Head").Reflectance = 0
  2030. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2031. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2032. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2033. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2034. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2035.  
  2036. wait(0.1)
  2037.  
  2038. part.Parent:findFirstChild("Head").Reflectance = 1
  2039. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2040. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2041. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2042. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2043. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2044.  
  2045. wait(0.1)
  2046.  
  2047. part.Parent:findFirstChild("Head").Reflectance = 0
  2048. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2049. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2050. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2051. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2052. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2053.  
  2054. wait(0.1)
  2055.  
  2056. part.Parent:findFirstChild("Head").Reflectance = 1
  2057. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2058. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2059. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2060. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2061. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2062.  
  2063. wait(0.1)
  2064.  
  2065. part.Parent:findFirstChild("Head").Reflectance = 0
  2066. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2067. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2068. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2069. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2070. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2071.  
  2072. wait(0.1)
  2073.  
  2074. part.Parent:findFirstChild("Head").Reflectance = 1
  2075. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2076. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2077. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2078. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2079. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2080.  
  2081. wait(0.1)
  2082.  
  2083. part.Parent:findFirstChild("Head").Reflectance = 0
  2084. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2085. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2086. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2087. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2088. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2089.  
  2090. wait(0.1)
  2091.  
  2092. part.Parent:findFirstChild("Head").Reflectance = 1
  2093. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2094. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2095. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2096. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2097. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2098.  
  2099. wait(0.1)
  2100.  
  2101. part.Parent:findFirstChild("Head").Reflectance = 0
  2102. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2103. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2104. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2105. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2106. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2107.  
  2108. wait(0.1)
  2109.  
  2110. part.Parent:findFirstChild("Head").Anchored = false
  2111. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  2112. part.Parent:findFirstChild("Left Arm").Anchored = false
  2113. part.Parent:findFirstChild("Right Arm").Anchored = false
  2114. part.Parent:findFirstChild("Left Leg").Anchored = false
  2115. part.Parent:findFirstChild("Right Leg").Anchored = false
  2116.  
  2117. for i=1,#children do
  2118.  
  2119. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  2120.  
  2121. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  2122.  
  2123. end
  2124.  
  2125. end
  2126.  
  2127.  
  2128. end
  2129.  
  2130.  
  2131.  
  2132. script.Parent.Touched:connect(onTouched)
  2133.  
  2134. end))
  2135. Part24.Name = "Slimey"
  2136. Part24.Parent = Model17
  2137. Part24.Material = Enum.Material.Neon
  2138. Part24.BrickColor = BrickColor.new("New Yeller")
  2139. Part24.Reflectance = 1
  2140. Part24.Rotation = Vector3.new(0, -40.6699982, 0)
  2141. Part24.Anchored = true
  2142. Part24.FormFactor = Enum.FormFactor.Symmetric
  2143. Part24.Size = Vector3.new(1.68666792, 1.68666792, 1.68666792)
  2144. Part24.CFrame = CFrame.new(-21.5428333, 3.05000091, -22.4233532, 0.758485317, 0, -0.651690245, 0, 1, 0, 0.651690245, 0, 0.758485317)
  2145. Part24.BackSurface = Enum.SurfaceType.Glue
  2146. Part24.BottomSurface = Enum.SurfaceType.Glue
  2147. Part24.FrontSurface = Enum.SurfaceType.Glue
  2148. Part24.LeftSurface = Enum.SurfaceType.Glue
  2149. Part24.RightSurface = Enum.SurfaceType.Glue
  2150. Part24.TopSurface = Enum.SurfaceType.Glue
  2151. Part24.Color = Color3.new(1, 1, 0)
  2152. Part24.Position = Vector3.new(-21.5428333, 3.05000091, -22.4233532)
  2153. Part24.Orientation = Vector3.new(0, -40.6699982, 0)
  2154. Part24.Color = Color3.new(1, 1, 0)
  2155. Script25.Name = "Electric Brick"
  2156. Script25.Parent = Part24
  2157. table.insert(cors,sandbox(Script25,function()
  2158. function stick(x, y)
  2159.  
  2160. weld = Instance.new("Weld")
  2161.  
  2162.  
  2163.  
  2164. weld.Part0 = x
  2165.  
  2166. weld.Part1 = y
  2167.  
  2168.  
  2169.  
  2170. local HitPos = x.Position
  2171.  
  2172.  
  2173.  
  2174. local CJ = CFrame.new(HitPos)
  2175.  
  2176. local C0 = x.CFrame:inverse() *CJ
  2177.  
  2178. local C1 = y.CFrame:inverse() * CJ
  2179.  
  2180.  
  2181.  
  2182. weld.C0 = C0
  2183.  
  2184. weld.C1 = C1
  2185.  
  2186.  
  2187.  
  2188. weld.Parent = x
  2189.  
  2190. end
  2191.  
  2192.  
  2193.  
  2194. function onTouched(part)
  2195.  
  2196. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  2197.  
  2198. if h~=nil then
  2199.  
  2200. wait(0.001)
  2201. h.Health = 0
  2202. children = h.Parent:children()
  2203. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  2204. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  2205. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  2206. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  2207. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  2208. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  2209. part.Parent:findFirstChild("Head").Anchored = true
  2210. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  2211. part.Parent:findFirstChild("Left Arm").Anchored = true
  2212. part.Parent:findFirstChild("Right Arm").Anchored = true
  2213. part.Parent:findFirstChild("Left Leg").Anchored = true
  2214. part.Parent:findFirstChild("Right Leg").Anchored = true
  2215.  
  2216. part.Parent:findFirstChild("Head").Reflectance = 1
  2217. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2218. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2219. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2220. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2221. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2222.  
  2223. wait(0.1)
  2224.  
  2225. part.Parent:findFirstChild("Head").Reflectance = 0
  2226. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2227. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2228. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2229. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2230. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2231.  
  2232. wait(0.1)
  2233.  
  2234. part.Parent:findFirstChild("Head").Reflectance = 1
  2235. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2236. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2237. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2238. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2239. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2240.  
  2241. wait(0.1)
  2242.  
  2243. part.Parent:findFirstChild("Head").Reflectance = 0
  2244. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2245. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2246. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2247. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2248. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2249.  
  2250. wait(0.1)
  2251.  
  2252. part.Parent:findFirstChild("Head").Reflectance = 1
  2253. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2254. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2255. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2256. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2257. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2258.  
  2259. wait(0.1)
  2260.  
  2261. part.Parent:findFirstChild("Head").Reflectance = 0
  2262. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2263. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2264. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2265. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2266. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2267.  
  2268. wait(0.1)
  2269.  
  2270. part.Parent:findFirstChild("Head").Reflectance = 1
  2271. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2272. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2273. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2274. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2275. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2276.  
  2277. wait(0.1)
  2278.  
  2279. part.Parent:findFirstChild("Head").Reflectance = 0
  2280. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2281. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2282. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2283. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2284. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2285.  
  2286. wait(0.1)
  2287.  
  2288. part.Parent:findFirstChild("Head").Reflectance = 1
  2289. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2290. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2291. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2292. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2293. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2294.  
  2295. wait(0.1)
  2296.  
  2297. part.Parent:findFirstChild("Head").Reflectance = 0
  2298. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2299. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2300. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2301. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2302. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2303.  
  2304. wait(0.1)
  2305.  
  2306. part.Parent:findFirstChild("Head").Anchored = false
  2307. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  2308. part.Parent:findFirstChild("Left Arm").Anchored = false
  2309. part.Parent:findFirstChild("Right Arm").Anchored = false
  2310. part.Parent:findFirstChild("Left Leg").Anchored = false
  2311. part.Parent:findFirstChild("Right Leg").Anchored = false
  2312.  
  2313. for i=1,#children do
  2314.  
  2315. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  2316.  
  2317. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  2318.  
  2319. end
  2320.  
  2321. end
  2322.  
  2323.  
  2324. end
  2325.  
  2326.  
  2327.  
  2328. script.Parent.Touched:connect(onTouched)
  2329.  
  2330. end))
  2331. Script26.Parent = Model17
  2332. table.insert(cors,sandbox(Script26,function()
  2333. --Particle Slime by renniej--
  2334. -- Particle Slime is an interesting concept of Roblox enemy completely designed and built by
  2335. -- renniej(aka, me). Originally inspired by an episode from Star Treck, I designed this using the
  2336. -- .magnitude as a way to determine which slime particle is closest and farthest away from the target.
  2337. -- To move closer to the target, the slime takes the particle farthest away and puts it in a random
  2338. -- position closer to the target it is chasing. This causes the slime to move slowly, but surely towards it's
  2339. -- prey. Obviously, the slime has no Humanoid, meaning that it can't be killed unless somebody
  2340. -- constructs a specific tool to do so. Remember, I made this first! Enjoy :P
  2341.  
  2342. -------------
  2343. spaces = 2 -- How many spaces it travels per move(1-3 is the best, preferably 2)
  2344. speed = 10000000000000000000000000000000000000--this is how fast the slime moves
  2345. grabslime = true --Whether the slime will grab Slimeys from Workspace or not; it doesn't affect much
  2346. ------------- though. Basically, if there is any bricks in Workspace named "Slimey", it will add them to itself.
  2347.  
  2348.  
  2349. function findTarget() -- Ah, the findTarget() command. This command lets the slime find it's next victem.
  2350. g = game.Workspace:getChildren()
  2351. for i=1, #g do
  2352. if g[i]:findFirstChild("HumanoidRootPart") ~= nil then
  2353. if T == nil then
  2354. T = g[i].HumanoidRootPart
  2355. else
  2356. if (g[i].HumanoidRootPart.Position - script.Parent.Slimey.Position).magnitude < (T.Position - script.Parent.Slimey.Position).magnitude then
  2357. T = g[i].HumanoidRootPart
  2358. end
  2359. end
  2360. end
  2361. if grabslime == true and g[i].Name == "Slimey" and g[i].className == "Part" and g[i].Size == Vector3.new(1,1,1) then
  2362. g[i].Parent = script.Parent
  2363. end
  2364. end
  2365. end
  2366.  
  2367. function fade(b)-- This lets a brick disappear by "fading" into invisibility, but you can't see the effect very
  2368. while b.Transparency < 1 do-- easily unless the slime is at a slow speed.
  2369. b.Transparency = b.Transparency + 0.01*speed*#p/4
  2370. wait(0.001)
  2371. end
  2372. b.Transparency = 1
  2373. end
  2374.  
  2375. function unfade(b) -- This lets a brick appear by "fading" into visibility, but you can't see the effect very
  2376. while b.Transparency > 0 do -- easily unless the slime is at a slow speed.
  2377. b.Transparency = b.Transparency - 0.01*speed*#p/4
  2378. wait(0.001)
  2379. end
  2380. b.Transparency = 0
  2381. end
  2382.  
  2383. while true do
  2384.  
  2385. T = nil -- Erases previous target from memory.
  2386. findTarget() -- Finds the new closest target!
  2387.  
  2388. r = math.random(1,20) --This little bit is supposed to allow the slime to take bigger "steps" every
  2389. if r == 1 or r == 2 or r == 3 then -- once and a while, thus allowing it to travel through thick walls.
  2390. space = spaces + 1
  2391. elseif r == 4 or r == 5 then
  2392. space = spaces + 2
  2393. elseif r == 6 then
  2394. space = spaces + 3
  2395. else
  2396. space = spaces
  2397. end
  2398.  
  2399. if T ~= nil then --If target exists, then attack!
  2400. p = script.Parent:getChildren() -- Makes a list of the slime's "Slimeys"
  2401. for i=1, #p do
  2402. if p[i].Name == "Slimey" then
  2403. if prev == nil then
  2404. prev = p[i]
  2405. prev2 = p[i]
  2406. end
  2407. if (p[i].Position - T.Position).magnitude > (prev.Position - T.Position).magnitude then
  2408. prev = p[i] -- This finds the Slimey closest to the target.
  2409. end
  2410. if (p[i].Position - T.Position).magnitude < (prev2.Position - T.Position).magnitude then
  2411. prev2 = p[i] -- This finds the Slimey farthest away from the target.
  2412. end
  2413. end
  2414. end
  2415. fade(prev) --Make Slimey dissappear. VV- Make Slimey move closer to target.
  2416. prev.Position = Vector3.new(prev2.Position.x+math.random(-space,space), prev2.Position.y-1, prev2.Position.z+math.random(-space,space))
  2417. unfade(prev) -- Make Slimey appear again.
  2418. end
  2419. wait(0.01) -- And then wait... :P
  2420. end -- Repeat!!
  2421.  
  2422.  
  2423. end))
  2424. Part27.Name = "Slimey"
  2425. Part27.Parent = Model17
  2426. Part27.Material = Enum.Material.Neon
  2427. Part27.BrickColor = BrickColor.new("New Yeller")
  2428. Part27.Reflectance = 1
  2429. Part27.Rotation = Vector3.new(0, -40.6699982, 0)
  2430. Part27.Anchored = true
  2431. Part27.FormFactor = Enum.FormFactor.Symmetric
  2432. Part27.Size = Vector3.new(1.68666792, 1.68666792, 1.68666792)
  2433. Part27.CFrame = CFrame.new(-23.7412071, 9.7966671, -19.8647327, 0.758485317, 0, -0.651690245, 0, 1, 0, 0.651690245, 0, 0.758485317)
  2434. Part27.BackSurface = Enum.SurfaceType.Glue
  2435. Part27.BottomSurface = Enum.SurfaceType.Glue
  2436. Part27.FrontSurface = Enum.SurfaceType.Glue
  2437. Part27.LeftSurface = Enum.SurfaceType.Glue
  2438. Part27.RightSurface = Enum.SurfaceType.Glue
  2439. Part27.TopSurface = Enum.SurfaceType.Glue
  2440. Part27.Color = Color3.new(1, 1, 0)
  2441. Part27.Position = Vector3.new(-23.7412071, 9.7966671, -19.8647327)
  2442. Part27.Orientation = Vector3.new(0, -40.6699982, 0)
  2443. Part27.Color = Color3.new(1, 1, 0)
  2444. Script28.Name = "Electric Brick"
  2445. Script28.Parent = Part27
  2446. table.insert(cors,sandbox(Script28,function()
  2447. function stick(x, y)
  2448.  
  2449. weld = Instance.new("Weld")
  2450.  
  2451.  
  2452.  
  2453. weld.Part0 = x
  2454.  
  2455. weld.Part1 = y
  2456.  
  2457.  
  2458.  
  2459. local HitPos = x.Position
  2460.  
  2461.  
  2462.  
  2463. local CJ = CFrame.new(HitPos)
  2464.  
  2465. local C0 = x.CFrame:inverse() *CJ
  2466.  
  2467. local C1 = y.CFrame:inverse() * CJ
  2468.  
  2469.  
  2470.  
  2471. weld.C0 = C0
  2472.  
  2473. weld.C1 = C1
  2474.  
  2475.  
  2476.  
  2477. weld.Parent = x
  2478.  
  2479. end
  2480.  
  2481.  
  2482.  
  2483. function onTouched(part)
  2484.  
  2485. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  2486.  
  2487. if h~=nil then
  2488.  
  2489. wait(0.001)
  2490. h.Health = 0
  2491. children = h.Parent:children()
  2492. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  2493. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  2494. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  2495. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  2496. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  2497. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  2498. part.Parent:findFirstChild("Head").Anchored = true
  2499. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  2500. part.Parent:findFirstChild("Left Arm").Anchored = true
  2501. part.Parent:findFirstChild("Right Arm").Anchored = true
  2502. part.Parent:findFirstChild("Left Leg").Anchored = true
  2503. part.Parent:findFirstChild("Right Leg").Anchored = true
  2504.  
  2505. part.Parent:findFirstChild("Head").Reflectance = 1
  2506. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2507. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2508. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2509. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2510. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2511.  
  2512. wait(0.1)
  2513.  
  2514. part.Parent:findFirstChild("Head").Reflectance = 0
  2515. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2516. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2517. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2518. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2519. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2520.  
  2521. wait(0.1)
  2522.  
  2523. part.Parent:findFirstChild("Head").Reflectance = 1
  2524. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2525. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2526. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2527. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2528. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2529.  
  2530. wait(0.1)
  2531.  
  2532. part.Parent:findFirstChild("Head").Reflectance = 0
  2533. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2534. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2535. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2536. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2537. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2538.  
  2539. wait(0.1)
  2540.  
  2541. part.Parent:findFirstChild("Head").Reflectance = 1
  2542. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2543. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2544. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2545. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2546. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2547.  
  2548. wait(0.1)
  2549.  
  2550. part.Parent:findFirstChild("Head").Reflectance = 0
  2551. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2552. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2553. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2554. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2555. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2556.  
  2557. wait(0.1)
  2558.  
  2559. part.Parent:findFirstChild("Head").Reflectance = 1
  2560. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2561. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2562. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2563. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2564. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2565.  
  2566. wait(0.1)
  2567.  
  2568. part.Parent:findFirstChild("Head").Reflectance = 0
  2569. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2570. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2571. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2572. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2573. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2574.  
  2575. wait(0.1)
  2576.  
  2577. part.Parent:findFirstChild("Head").Reflectance = 1
  2578. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2579. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2580. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2581. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2582. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2583.  
  2584. wait(0.1)
  2585.  
  2586. part.Parent:findFirstChild("Head").Reflectance = 0
  2587. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2588. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2589. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2590. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2591. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2592.  
  2593. wait(0.1)
  2594.  
  2595. part.Parent:findFirstChild("Head").Anchored = false
  2596. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  2597. part.Parent:findFirstChild("Left Arm").Anchored = false
  2598. part.Parent:findFirstChild("Right Arm").Anchored = false
  2599. part.Parent:findFirstChild("Left Leg").Anchored = false
  2600. part.Parent:findFirstChild("Right Leg").Anchored = false
  2601.  
  2602. for i=1,#children do
  2603.  
  2604. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  2605.  
  2606. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  2607.  
  2608. end
  2609.  
  2610. end
  2611.  
  2612.  
  2613. end
  2614.  
  2615.  
  2616.  
  2617. script.Parent.Touched:connect(onTouched)
  2618.  
  2619. end))
  2620. Part29.Name = "Slimey"
  2621. Part29.Parent = Model17
  2622. Part29.Material = Enum.Material.Neon
  2623. Part29.BrickColor = BrickColor.new("Teal")
  2624. Part29.Reflectance = 1
  2625. Part29.Rotation = Vector3.new(0, -40.6699982, 0)
  2626. Part29.Anchored = true
  2627. Part29.FormFactor = Enum.FormFactor.Symmetric
  2628. Part29.Size = Vector3.new(1.68666792, 1.68666792, 1.68666792)
  2629. Part29.CFrame = CFrame.new(-23.7412071, 8.10999966, -19.8647327, 0.758485317, 0, -0.651690245, 0, 1, 0, 0.651690245, 0, 0.758485317)
  2630. Part29.BackSurface = Enum.SurfaceType.Glue
  2631. Part29.BottomSurface = Enum.SurfaceType.Glue
  2632. Part29.FrontSurface = Enum.SurfaceType.Glue
  2633. Part29.LeftSurface = Enum.SurfaceType.Glue
  2634. Part29.RightSurface = Enum.SurfaceType.Glue
  2635. Part29.TopSurface = Enum.SurfaceType.Glue
  2636. Part29.Color = Color3.new(0.0705882, 0.933333, 0.831373)
  2637. Part29.Position = Vector3.new(-23.7412071, 8.10999966, -19.8647327)
  2638. Part29.Orientation = Vector3.new(0, -40.6699982, 0)
  2639. Part29.Color = Color3.new(0.0705882, 0.933333, 0.831373)
  2640. Script30.Name = "Electric Brick"
  2641. Script30.Parent = Part29
  2642. table.insert(cors,sandbox(Script30,function()
  2643. function stick(x, y)
  2644.  
  2645. weld = Instance.new("Weld")
  2646.  
  2647.  
  2648.  
  2649. weld.Part0 = x
  2650.  
  2651. weld.Part1 = y
  2652.  
  2653.  
  2654.  
  2655. local HitPos = x.Position
  2656.  
  2657.  
  2658.  
  2659. local CJ = CFrame.new(HitPos)
  2660.  
  2661. local C0 = x.CFrame:inverse() *CJ
  2662.  
  2663. local C1 = y.CFrame:inverse() * CJ
  2664.  
  2665.  
  2666.  
  2667. weld.C0 = C0
  2668.  
  2669. weld.C1 = C1
  2670.  
  2671.  
  2672.  
  2673. weld.Parent = x
  2674.  
  2675. end
  2676.  
  2677.  
  2678.  
  2679. function onTouched(part)
  2680.  
  2681. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  2682.  
  2683. if h~=nil then
  2684.  
  2685. wait(0.001)
  2686. h.Health = 0
  2687. children = h.Parent:children()
  2688. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  2689. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  2690. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  2691. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  2692. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  2693. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  2694. part.Parent:findFirstChild("Head").Anchored = true
  2695. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  2696. part.Parent:findFirstChild("Left Arm").Anchored = true
  2697. part.Parent:findFirstChild("Right Arm").Anchored = true
  2698. part.Parent:findFirstChild("Left Leg").Anchored = true
  2699. part.Parent:findFirstChild("Right Leg").Anchored = true
  2700.  
  2701. part.Parent:findFirstChild("Head").Reflectance = 1
  2702. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2703. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2704. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2705. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2706. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2707.  
  2708. wait(0.1)
  2709.  
  2710. part.Parent:findFirstChild("Head").Reflectance = 0
  2711. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2712. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2713. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2714. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2715. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2716.  
  2717. wait(0.1)
  2718.  
  2719. part.Parent:findFirstChild("Head").Reflectance = 1
  2720. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2721. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2722. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2723. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2724. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2725.  
  2726. wait(0.1)
  2727.  
  2728. part.Parent:findFirstChild("Head").Reflectance = 0
  2729. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2730. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2731. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2732. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2733. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2734.  
  2735. wait(0.1)
  2736.  
  2737. part.Parent:findFirstChild("Head").Reflectance = 1
  2738. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2739. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2740. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2741. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2742. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2743.  
  2744. wait(0.1)
  2745.  
  2746. part.Parent:findFirstChild("Head").Reflectance = 0
  2747. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2748. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2749. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2750. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2751. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2752.  
  2753. wait(0.1)
  2754.  
  2755. part.Parent:findFirstChild("Head").Reflectance = 1
  2756. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2757. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2758. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2759. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2760. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2761.  
  2762. wait(0.1)
  2763.  
  2764. part.Parent:findFirstChild("Head").Reflectance = 0
  2765. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2766. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2767. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2768. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2769. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2770.  
  2771. wait(0.1)
  2772.  
  2773. part.Parent:findFirstChild("Head").Reflectance = 1
  2774. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2775. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2776. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2777. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2778. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2779.  
  2780. wait(0.1)
  2781.  
  2782. part.Parent:findFirstChild("Head").Reflectance = 0
  2783. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2784. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2785. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2786. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2787. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2788.  
  2789. wait(0.1)
  2790.  
  2791. part.Parent:findFirstChild("Head").Anchored = false
  2792. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  2793. part.Parent:findFirstChild("Left Arm").Anchored = false
  2794. part.Parent:findFirstChild("Right Arm").Anchored = false
  2795. part.Parent:findFirstChild("Left Leg").Anchored = false
  2796. part.Parent:findFirstChild("Right Leg").Anchored = false
  2797.  
  2798. for i=1,#children do
  2799.  
  2800. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  2801.  
  2802. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  2803.  
  2804. end
  2805.  
  2806. end
  2807.  
  2808.  
  2809. end
  2810.  
  2811.  
  2812.  
  2813. script.Parent.Touched:connect(onTouched)
  2814.  
  2815. end))
  2816. Script31.Parent = Model17
  2817. table.insert(cors,sandbox(Script31,function()
  2818. local larm = script.Parent:FindFirstChild("Left Arm")
  2819. local rarm = script.Parent:FindFirstChild("Right Arm")
  2820.  
  2821. function findNearestHumanoidRootPart(pos)
  2822. local list = game.Workspace:children()
  2823. local HumanoidRootPart = nil
  2824. local dist = 1000
  2825. local temp = nil
  2826. local human = nil
  2827. local temp2 = nil
  2828. for x = 1, #list do
  2829. temp2 = list[x]
  2830. if (temp2.className == "Model") and (temp2 ~= script.Parent) then
  2831. temp = temp2:findFirstChild("Right Arm")
  2832. human = temp2:findFirstChild("Humanoid")
  2833. if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
  2834. if (temp.Position - pos).magnitude < dist then
  2835. HumanoidRootPart = temp
  2836. dist = (temp.Position - pos).magnitude
  2837. end
  2838. end
  2839. end
  2840. end
  2841. return HumanoidRootPart
  2842. end
  2843.  
  2844.  
  2845.  
  2846.  
  2847. while true do
  2848. wait(math.random(1,5))
  2849. local target = findNearestHumanoidRootPart(script.Parent.HumanoidRootPart.Position)
  2850. if target ~= nil then
  2851. script.Parent.Humanoid:MoveTo(target.Position, target)
  2852. end
  2853.  
  2854. end
  2855.  
  2856. end))
  2857. Part32.Name = "Slimey"
  2858. Part32.Parent = Model17
  2859. Part32.Material = Enum.Material.Neon
  2860. Part32.BrickColor = BrickColor.new("New Yeller")
  2861. Part32.Reflectance = 1
  2862. Part32.Rotation = Vector3.new(0, -40.6699982, 0)
  2863. Part32.Anchored = true
  2864. Part32.FormFactor = Enum.FormFactor.Symmetric
  2865. Part32.Size = Vector3.new(1.68666792, 1.68666792, 1.68666792)
  2866. Part32.CFrame = CFrame.new(-16.6057148, 1.36333466, -20.4050941, 0.758485317, 0, -0.651690245, 0, 1, 0, 0.651690245, 0, 0.758485317)
  2867. Part32.BackSurface = Enum.SurfaceType.Glue
  2868. Part32.BottomSurface = Enum.SurfaceType.Glue
  2869. Part32.FrontSurface = Enum.SurfaceType.Glue
  2870. Part32.LeftSurface = Enum.SurfaceType.Glue
  2871. Part32.RightSurface = Enum.SurfaceType.Glue
  2872. Part32.TopSurface = Enum.SurfaceType.Glue
  2873. Part32.Color = Color3.new(1, 1, 0)
  2874. Part32.Position = Vector3.new(-16.6057148, 1.36333466, -20.4050941)
  2875. Part32.Orientation = Vector3.new(0, -40.6699982, 0)
  2876. Part32.Color = Color3.new(1, 1, 0)
  2877. Script33.Name = "Electric Brick"
  2878. Script33.Parent = Part32
  2879. table.insert(cors,sandbox(Script33,function()
  2880. function stick(x, y)
  2881.  
  2882. weld = Instance.new("Weld")
  2883.  
  2884.  
  2885.  
  2886. weld.Part0 = x
  2887.  
  2888. weld.Part1 = y
  2889.  
  2890.  
  2891.  
  2892. local HitPos = x.Position
  2893.  
  2894.  
  2895.  
  2896. local CJ = CFrame.new(HitPos)
  2897.  
  2898. local C0 = x.CFrame:inverse() *CJ
  2899.  
  2900. local C1 = y.CFrame:inverse() * CJ
  2901.  
  2902.  
  2903.  
  2904. weld.C0 = C0
  2905.  
  2906. weld.C1 = C1
  2907.  
  2908.  
  2909.  
  2910. weld.Parent = x
  2911.  
  2912. end
  2913.  
  2914.  
  2915.  
  2916. function onTouched(part)
  2917.  
  2918. local h = part.Parent:findFirstChild("Humanoid") or part.Parent:findFirstChild("Zombie")
  2919.  
  2920. if h~=nil then
  2921.  
  2922. wait(0.001)
  2923. h.Health = 0
  2924. children = h.Parent:children()
  2925. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(26)
  2926. part.Parent:findFirstChild("HumanoidRootPart").BrickColor = BrickColor.new(26)
  2927. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(26)
  2928. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(26)
  2929. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(26)
  2930. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(26)
  2931. part.Parent:findFirstChild("Head").Anchored = true
  2932. part.Parent:findFirstChild("HumanoidRootPart").Anchored = true
  2933. part.Parent:findFirstChild("Left Arm").Anchored = true
  2934. part.Parent:findFirstChild("Right Arm").Anchored = true
  2935. part.Parent:findFirstChild("Left Leg").Anchored = true
  2936. part.Parent:findFirstChild("Right Leg").Anchored = true
  2937.  
  2938. part.Parent:findFirstChild("Head").Reflectance = 1
  2939. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2940. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2941. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2942. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2943. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2944.  
  2945. wait(0.1)
  2946.  
  2947. part.Parent:findFirstChild("Head").Reflectance = 0
  2948. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2949. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2950. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2951. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2952. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2953.  
  2954. wait(0.1)
  2955.  
  2956. part.Parent:findFirstChild("Head").Reflectance = 1
  2957. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2958. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2959. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2960. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2961. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2962.  
  2963. wait(0.1)
  2964.  
  2965. part.Parent:findFirstChild("Head").Reflectance = 0
  2966. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2967. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2968. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2969. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2970. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2971.  
  2972. wait(0.1)
  2973.  
  2974. part.Parent:findFirstChild("Head").Reflectance = 1
  2975. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2976. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2977. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2978. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2979. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2980.  
  2981. wait(0.1)
  2982.  
  2983. part.Parent:findFirstChild("Head").Reflectance = 0
  2984. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  2985. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  2986. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  2987. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  2988. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  2989.  
  2990. wait(0.1)
  2991.  
  2992. part.Parent:findFirstChild("Head").Reflectance = 1
  2993. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  2994. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  2995. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  2996. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  2997. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  2998.  
  2999. wait(0.1)
  3000.  
  3001. part.Parent:findFirstChild("Head").Reflectance = 0
  3002. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  3003. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  3004. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  3005. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  3006. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  3007.  
  3008. wait(0.1)
  3009.  
  3010. part.Parent:findFirstChild("Head").Reflectance = 1
  3011. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 1
  3012. part.Parent:findFirstChild("Left Arm").Reflectance = 1
  3013. part.Parent:findFirstChild("Right Arm").Reflectance = 1
  3014. part.Parent:findFirstChild("Left Leg").Reflectance = 1
  3015. part.Parent:findFirstChild("Right Leg").Reflectance = 1
  3016.  
  3017. wait(0.1)
  3018.  
  3019. part.Parent:findFirstChild("Head").Reflectance = 0
  3020. part.Parent:findFirstChild("HumanoidRootPart").Reflectance = 0
  3021. part.Parent:findFirstChild("Left Arm").Reflectance = 0
  3022. part.Parent:findFirstChild("Right Arm").Reflectance = 0
  3023. part.Parent:findFirstChild("Left Leg").Reflectance = 0
  3024. part.Parent:findFirstChild("Right Leg").Reflectance = 0
  3025.  
  3026. wait(0.1)
  3027.  
  3028. part.Parent:findFirstChild("Head").Anchored = false
  3029. part.Parent:findFirstChild("HumanoidRootPart").Anchored = false
  3030. part.Parent:findFirstChild("Left Arm").Anchored = false
  3031. part.Parent:findFirstChild("Right Arm").Anchored = false
  3032. part.Parent:findFirstChild("Left Leg").Anchored = false
  3033. part.Parent:findFirstChild("Right Leg").Anchored = false
  3034.  
  3035. for i=1,#children do
  3036.  
  3037. if(children[i].className == "Part" and children[i].Name ~= "HumanoidRootPart") then stick(children[i], h.Parent.HumanoidRootPart) end
  3038.  
  3039. if(children[i].className == "Hat") then stick(children[i].Handle, h.Parent.HumanoidRootPart) end
  3040.  
  3041. end
  3042.  
  3043. end
  3044.  
  3045.  
  3046. end
  3047.  
  3048.  
  3049.  
  3050. script.Parent.Touched:connect(onTouched)
  3051.  
  3052. end))
  3053. for i,v in pairs(mas:GetChildren()) do
  3054. v.Parent = workspace
  3055. pcall(function() v:MakeJoints() end)
  3056. end
  3057. mas:Destroy()
  3058. for i,v in pairs(cors) do
  3059. spawn(function()
  3060. pcall(v)
  3061. end)
  3062. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement