Advertisement
zombieslayerwtf

deleter

Mar 23rd, 2018
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.08 KB | None | 0 0
  1. local ContentProvider = game:GetService("ContentProvider")
  2.  
  3. local function LoadAssets(AssetList)
  4. -- Takes an asset list and preloads it. Will not wait for them to load.
  5.  
  6. for _, AssetId in pairs(AssetList) do
  7. ContentProvider:Preload("http://www.roblox.com/asset/?id=" .. AssetId)
  8. end
  9. end
  10.  
  11. LoadAssets({11442510,30956707})
  12. local Gibs = game.Workspace
  13.  
  14. function Kill(Character)
  15. Character.Humanoid.Health = 0
  16. local poo = Instance.new("IntValue",Character)
  17. poo.Name = "haha nope"
  18. local svch = Character
  19. local hum = Character:findFirstChild("Humanoid")
  20. Character.Archivable = true
  21. local chrclone = Character:clone()
  22. Character.Archivable = false
  23.  
  24. local ch = chrclone:GetChildren()
  25. local i
  26. for i = 1,#ch do
  27. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" or ch[i].ClassName == "Script" then
  28. ch[i]:remove()
  29. end
  30. end
  31. local function Scan(ch)
  32. local e
  33. for e = 1,#ch do
  34. Scan(ch[e]:GetChildren())
  35. if ch[e].ClassName == "Weld" or ch[e].ClassName == "Motor6D" then
  36. ch[e]:remove()
  37. end
  38. end
  39. end
  40. Scan(chrclone:GetChildren())
  41.  
  42. local hum2 = chrclone:findFirstChild("Humanoid")
  43.  
  44.  
  45. if hum2 ~= nil then
  46. hum2.Name = "Humanoid2"
  47. hum2.PlatformStand = true
  48. hum2.Sit = true
  49. hum2.MaxHealth = 0
  50. hum2.Health = 0
  51. end
  52.  
  53. local ch = Character:GetChildren()
  54. local i
  55. for i = 1,#ch do
  56. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  57. ch[i]:remove()
  58. end
  59. end
  60.  
  61. wait(0.2)
  62.  
  63. local ch = Character:GetChildren()
  64. local i
  65. for i = 1,#ch do
  66. if ch[i].ClassName == "Part" or ch[i].ClassName == "Hat" or ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  67. ch[i]:remove()
  68. end
  69. end
  70. Character = chrclone
  71. local Torso = Character.Torso
  72. local movevector = Vector3.new()
  73.  
  74. if Torso then
  75. local Head = Character:FindFirstChild("Head")
  76. local Limb = Character:FindFirstChild("Right Arm")
  77. if Limb then
  78.  
  79. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  80. local Joint = Instance.new("Glue")
  81. Joint.Name = "RightShoulder"
  82. Joint.Part0 = Torso
  83. Joint.Part1 = Limb
  84. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  85. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  86. Joint.Parent = Torso
  87.  
  88. local B = Instance.new("Part")
  89. B.TopSurface = 0
  90. B.BottomSurface = 0
  91. B.formFactor = "Symmetric"
  92. B.Size = Vector3.new(1, 1, 1)
  93. B.Transparency = 1
  94. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  95. B.Parent = Character
  96. local W = Instance.new("Weld")
  97. W.Part0 = Limb
  98. W.Part1 = B
  99. W.C0 = CFrame.new(0, -0.5, 0)
  100. W.Parent = Limb
  101.  
  102. end
  103. local Limb = Character:FindFirstChild("Left Arm")
  104. if Limb then
  105.  
  106. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  107. local Joint = Instance.new("Glue")
  108. Joint.Name = "LeftShoulder"
  109. Joint.Part0 = Torso
  110. Joint.Part1 = Limb
  111. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  112. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  113. Joint.Parent = Torso
  114.  
  115. local B = Instance.new("Part")
  116. B.TopSurface = 0
  117. B.BottomSurface = 0
  118. B.formFactor = "Symmetric"
  119. B.Size = Vector3.new(1, 1, 1)
  120. B.Transparency = 1
  121. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  122. B.Parent = Character
  123. local W = Instance.new("Weld")
  124. W.Part0 = Limb
  125. W.Part1 = B
  126. W.C0 = CFrame.new(0, -0.5, 0)
  127. W.Parent = Limb
  128.  
  129. end
  130. local Limb = Character:FindFirstChild("Right Leg")
  131. if Limb then
  132.  
  133. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  134. local Joint = Instance.new("Glue")
  135. Joint.Name = "RightHip"
  136. Joint.Part0 = Torso
  137. Joint.Part1 = Limb
  138. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  139. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  140. Joint.Parent = Torso
  141.  
  142. local B = Instance.new("Part")
  143. B.TopSurface = 0
  144. B.BottomSurface = 0
  145. B.formFactor = "Symmetric"
  146. B.Size = Vector3.new(1, 1, 1)
  147. B.Transparency = 1
  148. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  149. B.Parent = Character
  150. local W = Instance.new("Weld")
  151. W.Part0 = Limb
  152. W.Part1 = B
  153. W.C0 = CFrame.new(0, -0.5, 0)
  154. W.Parent = Limb
  155.  
  156. end
  157. local Limb = Character:FindFirstChild("Left Leg")
  158. if Limb then
  159.  
  160. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  161. local Joint = Instance.new("Glue")
  162. Joint.Name = "LeftHip"
  163. Joint.Part0 = Torso
  164. Joint.Part1 = Limb
  165. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  166. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  167. Joint.Parent = Torso
  168.  
  169. local B = Instance.new("Part")
  170. B.TopSurface = 0
  171. B.BottomSurface = 0
  172. B.formFactor = "Symmetric"
  173. B.Size = Vector3.new(1, 1, 1)
  174. B.Transparency = 1
  175. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  176. B.Parent = Character
  177. local W = Instance.new("Weld")
  178. W.Part0 = Limb
  179. W.Part1 = B
  180. W.C0 = CFrame.new(0, -0.5, 0)
  181. W.Parent = Limb
  182.  
  183. end
  184. --[
  185. local Bar = Instance.new("Part")
  186. Bar.TopSurface = 0
  187. Bar.BottomSurface = 0
  188. Bar.formFactor = "Symmetric"
  189. Bar.Size = Vector3.new(1, 1, 1)
  190. Bar.Transparency = 1
  191. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  192. Bar.Parent = Character
  193. local Weld = Instance.new("Weld")
  194. Weld.Part0 = Torso
  195. Weld.Part1 = Bar
  196. Weld.C0 = CFrame.new(0, 0.5, 0)
  197. Weld.Parent = Torso
  198. --]]
  199. end
  200. Character.Parent = Gibs
  201. game.Debris:AddItem(Character, 12)
  202. if movevector ~= Vector3.new() then
  203. for i = 1,10 do
  204. wait()
  205. Torso.Velocity = Vector3.new(0,0,-100)
  206. Head.Velocity = movevector * 200
  207. end
  208. end
  209. local duh = Torso
  210. ee = Instance.new("Part")
  211. ee.Anchored = false
  212. ee.CanCollide = false
  213. ee.Parent = duh
  214. ee.Transparency =1
  215. ee.Size = Vector3.new(0.15, 0.15, 0.15)
  216. wee = Instance.new("Weld")
  217. wee.Parent = duh
  218. wee.Part0 = duh
  219. wee.Part1 = ee
  220. wee.C0 = CFrame.new(0, 1, 0)
  221. ge = Instance.new('ParticleEmitter')
  222. ge.Parent = ee
  223. ge.Texture = "rbxassetid://29712167"
  224. ge.Size = NumberSequence.new(0.2,0.05)
  225. ge.Acceleration = Vector3.new(0, -20, 0)
  226. ge.Rate = 100000
  227. ge.Speed = NumberRange.new(7,8)
  228. ge.Lifetime = NumberRange.new(3,4)
  229. ge.VelocitySpread = 10
  230. ge.VelocityInheritance = 0.3
  231. ea = Instance.new("Part")
  232. ea.Anchored = false
  233. ea.CanCollide = false
  234. ea.Parent = Character.Head
  235. ea.Transparency =1
  236. ea.Size = Vector3.new(0.15, 0.15, 0.15)
  237. wea = Instance.new("Weld")
  238. wea.Parent = Character.Head
  239. wea.Part0 = Character.Head
  240. wea.Part1 = ea
  241. wea.C0 = CFrame.new(0, -0.7, 0)
  242. ga = Instance.new('ParticleEmitter')
  243. ga.Parent = ea
  244. ga.Texture = "rbxassetid://29712167"
  245. ga.Size = NumberSequence.new(0.2,0.05)
  246. ga.Acceleration = Vector3.new(0, -20, 0)
  247. ga.Rate = 100000
  248. ga.Speed = NumberRange.new(7,8)
  249. ga.Lifetime = NumberRange.new(3,4)
  250. ga.VelocitySpread = 10
  251. ga.VelocityInheritance = 0.3
  252. ga.EmissionDirection = Enum.NormalId.Bottom
  253. end
  254. local plr = game.Players.LocalPlayer
  255. local chr = plr.Character
  256. local mouse = plr:GetMouse()
  257. chr.Humanoid.WalkSpeed = 50
  258. local intro = coroutine.wrap(function()
  259. wait(.2)
  260. end)
  261.  
  262.  
  263.  
  264. wait(.2)
  265. local tors = chr.Torso
  266. chr.Head.Transparency = 1
  267. for i,v in pairs(chr:GetChildren()) do
  268. if v.ClassName == "CharacterMesh" then
  269. v:Destroy()
  270. end
  271. end
  272. local humroot = chr.HumanoidRootPart:Clone()
  273. local torsclone = tors:Clone()
  274. local anim = chr.Animate:Clone()
  275. local hum = chr.Humanoid:Clone()
  276. local head = chr.Head:Clone()
  277. local neck = chr.Torso.Neck:Clone()
  278. local rightarm = chr["Right Arm"]:Clone()
  279. local leftarm = chr["Left Arm"]:Clone()
  280. local leftleg = chr["Left Leg"]:Clone()
  281. local rightleg = chr["Right Leg"]:Clone()
  282. local rightshoulder = tors["Right Shoulder"]:Clone()
  283. local leftshoulder = tors["Left Shoulder"]:Clone()
  284. local righthip = tors["Right Hip"]:Clone()
  285. local lefthip = tors["Left Hip"]:Clone()
  286. local shirt = nil
  287. local pants = nil
  288. local hats = {}
  289. local lastpos = CFrame.new(0,0,0)
  290. local on = true
  291.  
  292. if chr:FindFirstChildOfClass('Shirt') then
  293. shirt = chr:FindFirstChildOfClass('Shirt'):Clone()
  294. end
  295. if chr:FindFirstChildOfClass('Pants') then
  296. pants = chr:FindFirstChildOfClass('Pants'):Clone()
  297. end
  298. for i,v in pairs(chr:GetChildren()) do
  299. if v.ClassName == "Accessory" then
  300. table.insert(hats,v:Clone())
  301. end
  302. end
  303. local rootjoint = chr.HumanoidRootPart.RootJoint:Clone()
  304. chr.Humanoid:Destroy()
  305.  
  306. game:GetService('RunService').Stepped:connect(function()
  307. if chr.Parent == nil then
  308. chr.RobloxLocked = false
  309. chr.Parent = game.Workspace
  310. end
  311. if chr:FindFirstChildOfClass('Humanoid') == nil then
  312. hum:Clone().Parent = chr
  313. chr.Animate:Destroy()
  314. anim:Clone().Parent = chr
  315. end
  316. if chr:FindFirstChild('HumanoidRootPart') == nil then
  317. humroot:Clone().Parent = chr
  318. humroot.CFrame = lastpos
  319. chr.Humanoid:Destroy()
  320. hum:Clone().Parent = chr
  321. chr.Animate:Destroy()
  322. anim:Clone().Parent = chr
  323. chr.HumanoidRootPart.RootJoint:Destroy()
  324. end
  325. if chr:FindFirstChild('Torso') == nil then
  326. chr.Humanoid:Destroy()
  327. local tor = tors:Clone()
  328. tor.Parent = chr
  329. hum:Clone().Parent = chr
  330. chr.Animate:Destroy()
  331. anim:Clone().Parent = chr
  332. end
  333. if chr.HumanoidRootPart:FindFirstChild('RootJoint') == nil then
  334. local rtj = rootjoint:Clone()
  335. rtj.Parent = chr.HumanoidRootPart
  336. rtj.Part0 = chr.HumanoidRootPart
  337. rtj.Part1 = chr.Torso
  338. end
  339. if chr:FindFirstChild('Head') == nil then
  340. chr.Humanoid:Destroy()
  341. head:Clone().Parent = chr
  342. hum:Clone().Parent = chr
  343. chr.Animate:Destroy()
  344. anim:Clone().Parent = chr
  345. end
  346. if chr.Torso:FindFirstChild('Neck') == nil then
  347. chr.Humanoid:Destroy()
  348. local hec = neck:Clone()
  349. hec.Parent = chr.Torso
  350. hec.Part0 = chr.Torso
  351. hec.Part1 = chr.Head
  352. hum:Clone().Parent = chr
  353. chr.Animate:Destroy()
  354. anim:Clone().Parent = chr
  355. end
  356. if chr:FindFirstChild('Right Leg') == nil then
  357. rightleg:Clone().Parent = chr
  358. local fi = righthip:Clone()
  359. fi.Parent = chr.Torso
  360. fi.Part0 = chr.Torso
  361. fi.Part1 = chr["Right Leg"]
  362. end
  363. if chr:FindFirstChild('Right Arm') == nil then
  364. rightarm:Clone().Parent = chr
  365. local fi = rightshoulder:Clone()
  366. fi.Parent = chr.Torso
  367. fi.Part0 = chr.Torso
  368. fi.Part1 = chr["Right Arm"]
  369. end
  370. if chr:FindFirstChild('Left Leg') == nil then
  371. leftleg:Clone().Parent = chr
  372. local fi = lefthip:Clone()
  373. fi.Parent = chr.Torso
  374. fi.Part0 = chr.Torso
  375. fi.Part1 = chr["Left Leg"]
  376. end
  377. if chr:FindFirstChild('Left Arm') == nil then
  378. leftarm:Clone().Parent = chr
  379. local fi = leftshoulder:Clone()
  380. fi.Parent = chr.Torso
  381. fi.Part0 = chr.Torso
  382. fi.Part1 = chr["Left Arm"]
  383. end
  384. chr.Humanoid.Health = chr.Humanoid.MaxHealth
  385. chr.Head.Transparency = 0
  386. end)
  387.  
  388. nommer = "zombieslayerwtf"
  389.  
  390. versionID = "zombieslayerwtf version :3"
  391.  
  392. local h = Instance.new("Hint", Workspace)
  393.  
  394. h.Text = "Touch Deleter "..versionID.." has loaded."
  395.  
  396. wait(2)
  397.  
  398. h:Remove()
  399.  
  400. local nomplyr = game.Players:FindFirstChild(nommer)
  401.  
  402. local nomchar = nomplyr.Character
  403.  
  404. local BillboardGui = Instance.new("BillboardGui")
  405.  
  406. BillboardGui.Parent = nomchar
  407.  
  408. BillboardGui.Adornee = BillboardGui.Parent:FindFirstChild("Head")
  409.  
  410. BillboardGui.Size = UDim2.new(1, 0, 1, 0)
  411.  
  412. BillboardGui.StudsOffset = Vector3.new(0, 3, 0)
  413.  
  414. local TextLabel = Instance.new("TextLabel")
  415.  
  416. TextLabel.Parent = BillboardGui
  417.  
  418. TextLabel.Position = UDim2.new(0, 0, 0, 0)
  419.  
  420. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  421.  
  422. TextLabel.FontSize = "Size14"
  423.  
  424. TextLabel.TextColor3 = nomchar.Head.Color
  425.  
  426. TextLabel.BackgroundTransparency = 1
  427.  
  428. TextLabel.Text = "Be"
  429.  
  430. local sound = Instance.new("Sound")
  431.  
  432. sound.Parent = nomchar
  433.  
  434. sound.SoundId = "http://www.roblox.com/asset/?id=347302718"
  435.  
  436. sound.Pitch = 1
  437.  
  438. sound.Volume = 2
  439.  
  440. sound.Name = "Noms"
  441.  
  442. nomchar.Humanoid.WalkSpeed = 50
  443.  
  444. local flame = Instance.new("Fire")
  445.  
  446. flame.Color = Color3.new(255,0,0)
  447.  
  448. flame.Enabled = false
  449.  
  450. flame.Parent = nomchar.Torso
  451.  
  452. local base = Instance.new("Part")
  453.  
  454. local badflame = Instance.new("Fire")
  455.  
  456. badflame.Color = Color3.new(255,255,255)
  457.  
  458. badflame.Enabled = false
  459.  
  460. badflame.Parent = nomchar.Torso
  461.  
  462. badflame.Size = 13
  463.  
  464. local SuitHead = Instance.new("Part")
  465.  
  466. SuitHead.Parent = nomchar
  467.  
  468. SuitHead.Name = "Deleter"
  469.  
  470. SuitHead.BrickColor = BrickColor.new("Really black")
  471.  
  472. SuitHead.CFrame = nomchar.Head.CFrame
  473.  
  474.  
  475.  
  476. nomchar.Head.Transparency = 0
  477.  
  478. function onTouched(part)
  479.  
  480. if part.Name ~= "Base" then
  481.  
  482. part:Destroy()
  483.  
  484. sound:Play()
  485.  
  486. flame.Enabled = true
  487.  
  488. local Speak = math.random(1, 40)
  489.  
  490. if Speak == 1 then
  491.  
  492. TextLabel.Text = " "..part.Name.." BOOM"
  493.  
  494. elseif Speak == 2 then
  495.  
  496. TextLabel.Text = "wish u happy in the void >:3"
  497.  
  498. elseif Speak == 3 then
  499.  
  500. TextLabel.Text = "LOL"
  501.  
  502. elseif Speak == 4 then
  503.  
  504. TextLabel.Text = "Buahahah! I delete your soul! >:]"
  505.  
  506. elseif Speak == 5 then
  507.  
  508. TextLabel.Text = "PHEW"
  509.  
  510. elseif Speak == 6 then
  511.  
  512. TextLabel.Text = " "..part.Name.." GET R3KT"
  513.  
  514. elseif Speak == 7 then
  515.  
  516. TextLabel.Text = "nah"
  517.  
  518. badflame.Enabled = true
  519.  
  520. nomchar.Humanoid:TakeDamage(-100)
  521.  
  522. wait(5)
  523.  
  524. badflame.Enabled = false
  525.  
  526. elseif Speak == 8 then
  527.  
  528. TextLabel.Text = "I own "..part.Name.."'s soul. ALL OF IT~!"
  529.  
  530. elseif Speak == 9 then
  531.  
  532. TextLabel.Text = "Blegh! D:"
  533.  
  534. elseif Speak == 10 then
  535.  
  536. TextLabel.Text = "bewp"
  537.  
  538. elseif Speak == 11 then
  539.  
  540. TextLabel.Text = "WOWOWOOWOWOWOW"
  541.  
  542. nomchar.Humanoid:TakeDamage(-100)
  543.  
  544. wait(0.5)
  545.  
  546. nomchar.Humanoid:TakeDamage(-100)
  547.  
  548. wait(0.5)
  549.  
  550. nomchar.Humanoid:TakeDamage(-100)
  551.  
  552. elseif Speak == 12 then
  553.  
  554. TextLabel.Text = "GNDKGNKDJGDJGJ%}#W%P{#^KNDGN"
  555.  
  556. elseif Speak == 13 then
  557.  
  558. TextLabel.Text = "All your soul is belong to me!"
  559.  
  560. elseif Speak == 14 then
  561.  
  562. TextLabel.Text = "Soul! >:}"
  563.  
  564. elseif Speak == 15 then
  565.  
  566. TextLabel.Text = "MUHAH"
  567.  
  568. elseif Speak == 16 then
  569.  
  570. TextLabel.Text = "Pie!"
  571.  
  572. elseif Speak == 17 then
  573.  
  574. TextLabel.Text = "LALALALALALA "
  575.  
  576. elseif Speak == 18 then
  577.  
  578. TextLabel.Text = ":|"
  579.  
  580. elseif Speak == 19 then
  581.  
  582. TextLabel.Text = "SFJBVE^#(^(MB$&(Z($"
  583.  
  584. elseif Speak == 20 then
  585.  
  586. TextLabel.Text = "Your soul. It is mine. c:"
  587.  
  588. elseif Speak == 21 then
  589.  
  590. TextLabel.Text = "Glomp! :3"
  591.  
  592. elseif Speak == 22 then
  593.  
  594. TextLabel .Text = "Wait...why am I eating soul? >:U"
  595.  
  596. elseif Speak == 23 then
  597.  
  598. TextLabel.Text = "DEM YUMMY SOUL! >:)"
  599.  
  600. --elseif Speak == 24 then
  601.  
  602. --TextLabel.Text = "Oh no... I think I'm not feeling so good...."
  603.  
  604. --nomchar.Head.BrickColor = BrickColor.new("Earth green")
  605.  
  606. --nomchar.Head.face.Texture = "http://www.roblox.com/asset/?id=65605836"
  607.  
  608. --wait(5)
  609.  
  610. --nomchar.Head.BrickColor = BrickColor.new("Pastel brown")
  611.  
  612. --nomchar.Head.face.Texture = "rbxasset://textures/face.png"
  613.  
  614. --head colour.
  615.  
  616. --How? I can't figure out how.. :c
  617.  
  618. --We'll do it in a bit, when we're both online
  619.  
  620. elseif Speak == 24 then
  621.  
  622. TextLabel.Text = "HAH" -- Temporary
  623.  
  624. elseif Speak == 25 then
  625.  
  626. TextLabel.Text = "PHEW PHEW PHEW"
  627.  
  628. elseif Speak == 26 then
  629.  
  630. TextLabel.Text = "Ooh...I need a side of soul.."
  631.  
  632. elseif Speak == 27 then
  633.  
  634. TextLabel.Text = "This would go great in a fire!..."
  635.  
  636. elseif Speak == 28 then
  637.  
  638. TextLabel.Text = "I regret nothing! D:<"
  639.  
  640. elseif Speak == 29 then
  641.  
  642. TextLabel.Text = "I am "..nommer..", destroyer of "..part.Name.."s!"
  643.  
  644. elseif Speak == 30 then
  645.  
  646. TextLabel.Text = "soul glorious soul~!..."
  647.  
  648. elseif Speak == 31 then
  649.  
  650. TextLabel.Text = "RAWR!"
  651.  
  652. elseif Speak == 32 then
  653.  
  654. TextLabel.Text = "Ich essen "..part.Name.."! "..part.Name.." ist sehr soul!"
  655.  
  656. elseif Speak == 33 then
  657.  
  658. TextLabel.Text = "Eat ALL the "..part.Name.."s~!"
  659.  
  660. elseif Speak == 34 then
  661.  
  662. TextLabel.Text = "Honf snarf homm..."
  663.  
  664. elseif Speak == 35 then
  665.  
  666. TextLabel.Text = "C'est delicieux!"
  667.  
  668. elseif Speak == 36 then
  669.  
  670. TextLabel.Text = "UMG H4X!11!11!1!!!!111!"
  671.  
  672. elseif Speak == 37 then
  673.  
  674. TextLabel.Text = " "..nommer.." is not responsible for any damages upon "..part.Name.."."
  675.  
  676. elseif Speak == 38 then
  677.  
  678. TextLabel.Text = "Ja! Ich mag "..part.Name.."!"
  679.  
  680. elseif Speak == 39 then
  681.  
  682. TextLabel.Text = "If only my cat were here to watch this marvelous "..part.Name.." "
  683.  
  684. elseif Speak == 40 then
  685.  
  686. TextLabel.Text = "Noooooommm~! :3"
  687.  
  688. end
  689.  
  690. nomchar.Humanoid.Health = nomchar.Humanoid.Health + 10
  691.  
  692. nomchar.Humanoid.MaxHealth = nomchar.Humanoid.MaxHealth + 5
  693.  
  694. wait(2)
  695.  
  696. TextLabel.Text = ""
  697.  
  698. flame.Enabled = false
  699.  
  700. end
  701.  
  702. end
  703.  
  704. nomchar.Torso.Touched:connect(onTouched)
  705. nomchar.Head.Touched:connect(onTouched)
  706. nomchar.LeftArm.Touched:connect(onTouched)
  707. nomchar.RightArm.Touched:connect(onTouched)
  708. nomchar.LeftLeg.Touched:connect(onTouched)
  709. nomchar.RightLeg.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement