Advertisement
mathmasterphil

Fen!

Mar 15th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.28 KB | None | 0 0
  1. nommer = game.Players.LocalPlayer
  2.  
  3.  versionID = "Jarredbcv version :3"
  4.  
  5. local h = Instance.new("Hint", Workspace)
  6.  
  7.  h.Text = "NomNomCooking "..versionID.." has loaded."
  8.  
  9.  wait(2)
  10.  
  11.  h:Remove()
  12.  
  13. local nomplyr = game.Players:FindFirstChild(nommer)
  14.  
  15.  local nomchar = nomplyr.Character
  16.  
  17.  local BillboardGui = Instance.new("BillboardGui")
  18.  
  19.  BillboardGui.Parent = nomchar
  20.  
  21.  BillboardGui.Adornee = BillboardGui.Parent:FindFirstChild("Head")
  22.  
  23.  BillboardGui.Size = UDim2.new(1, 0, 1, 0)
  24.  
  25.  BillboardGui.StudsOffset = Vector3.new(0, 3, 0)
  26.  
  27.  local TextLabel = Instance.new("TextLabel")
  28.  
  29.  TextLabel.Parent = BillboardGui
  30.  
  31.  TextLabel.Position = UDim2.new(0, 0, 0, 0)
  32.  
  33.  TextLabel.Size = UDim2.new(1, 0, 1, 0)
  34.  
  35.  TextLabel.FontSize = "Size14"
  36.  
  37.  TextLabel.TextColor3 = nomchar.Head.Color
  38.  
  39.  TextLabel.BackgroundTransparency = 1
  40.  
  41.  TextLabel.Text = "NomNomCooking"
  42.  
  43.  local sound = Instance.new("Sound")
  44.  
  45.  sound.Parent = nomchar
  46.  
  47.  sound.SoundId = "http://www.roblox.com/asset/?id=2767085"
  48.  
  49.  sound.Pitch = 2
  50.  
  51.  sound.Volume = 2
  52.  
  53.  sound.Name = "Noms"
  54.  
  55.  nomchar.Humanoid.WalkSpeed = 50
  56.  
  57.  local flame = Instance.new("Fire")
  58.  
  59.  flame.Color = Color3.new(22,1,22)
  60.  
  61.  flame.Enabled = false
  62.  
  63. flame.Parent = nomchar.Torso
  64.  
  65.  local base = Instance.new("Part")
  66.  
  67.  local badflame = Instance.new("Fire")
  68.  
  69.  badflame.Color = Color3.new(255,0,0)
  70.  
  71.  badflame.Enabled = false
  72.  
  73. badflame.Parent = nomchar.Torso
  74.  
  75.  badflame.Size = 13
  76.  
  77.  local SuitHead = Instance.new("Part")
  78.  
  79.  SuitHead.Parent = nomchar
  80.  
  81.  SuitHead.Name = "NNCHead"
  82.  
  83.  SuitHead.BrickColor = BrickColor.new("Really black")
  84.  
  85.  SuitHead.CFrame = nomchar.Head.CFrame
  86.  
  87.  local SHMesh = Instance.new("SpecialMesh")
  88.  
  89.  SHMesh.Parent = SuitHead
  90.  
  91.  SHMesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  92.  
  93.  SHMesh.Scale = Vector3.new(1.05,1.05,1.05)
  94.  
  95.  local SHWeld = Instance.new("Weld")
  96.  
  97.  SHWeld.Parent = SuitHead
  98.  
  99.  SHWeld.Part0 = SuitHead
  100.  
  101.  SHWeld.Part1 = nomchar.Head
  102.  
  103.  nomchar.Head.Transparency = 1
  104.  
  105. function onTouched(part)
  106.  
  107.  if part.Name ~= "Base" then
  108.  
  109.  part:Destroy()
  110.  
  111.  sound:Play()
  112.  
  113.  flame.Enabled = true
  114.  
  115.  local Speak = math.random(1, 40)
  116.  
  117.  if Speak == 1 then
  118.  
  119.  TextLabel.Text = " "..part.Name.." was very tasty! >:3"
  120.  
  121.  elseif Speak == 2 then
  122.  
  123.  TextLabel.Text = "FEEL MY TUNGSTEN WRATH! >:0"
  124.  
  125.  elseif Speak == 3 then
  126.  
  127.  TextLabel.Text = "*Belch*"
  128.  
  129.  elseif Speak == 4 then
  130.  
  131.  TextLabel.Text = "Buahahah! I eat your soul! >:3"
  132.  
  133.  elseif Speak == 5 then
  134.  
  135.  TextLabel.Text = "Nom nom nom~! :3"
  136.  
  137.  elseif Speak == 6 then
  138.  
  139.  TextLabel.Text = " "..part.Name.." was delicious! :0"
  140.  
  141.  elseif Speak == 7 then
  142.  
  143.  TextLabel.Text = "AHH! HOT HOT HOT! SPICY! D:"
  144.  
  145.  badflame.Enabled = true
  146.  
  147.  nomchar.Humanoid:TakeDamage(49.5069376)
  148.  
  149.  wait(5)
  150.  
  151.  badflame.Enabled = false
  152.  
  153.  elseif Speak == 8 then
  154.  
  155.  TextLabel.Text = "I own "..part.Name.."'s soul. ALL OF IT~!"
  156.  
  157.  elseif Speak == 9 then
  158.  
  159.  TextLabel.Text = "Blegh! D:"
  160.  
  161.  elseif Speak == 10 then
  162.  
  163.  TextLabel.Text = "Tasty tasty~!"
  164.  
  165.  elseif Speak == 11 then
  166.  
  167.  TextLabel.Text = "Hnnng... Indigestion! D8"
  168.  
  169.  nomchar.Humanoid:TakeDamage(10)
  170.  
  171.  wait(0.5)
  172.  
  173.  nomchar.Humanoid:TakeDamage(10)
  174.  
  175.  wait(0.5)
  176.  
  177.  nomchar.Humanoid:TakeDamage(10)
  178.  
  179.  elseif Speak == 12 then
  180.  
  181.  TextLabel.Text = "Muahaha! >:3"
  182.  
  183.  elseif Speak == 13 then
  184.  
  185.  TextLabel.Text = "All your soul is belong to me!"
  186.  
  187.  elseif Speak == 14 then
  188.  
  189.  TextLabel.Text = "Sour! :c"
  190.  
  191.  elseif Speak == 15 then
  192.  
  193.  TextLabel.Text = "Tastes like chicken."
  194.  
  195.  elseif Speak == 16 then
  196.  
  197.  TextLabel.Text = "Pie!"
  198.  
  199.  elseif Speak == 17 then
  200.  
  201.  TextLabel.Text = "This would go great with a sprig of mint! "
  202.  
  203.  elseif Speak == 18 then
  204.  
  205.  TextLabel.Text = "Needs salt."
  206.  
  207.  elseif Speak == 19 then
  208.  
  209.  TextLabel.Text = "Blech. Disgusting! >:("
  210.  
  211.  elseif Speak == 20 then
  212.  
  213.  TextLabel.Text = "Your soul. It is mine. c:"
  214.  
  215.  elseif Speak == 21 then
  216.  
  217.  TextLabel.Text = "Glomp! :3"
  218.  
  219.  elseif Speak == 22 then
  220.  
  221.  TextLabel .Text = "Wait...why am I eating plastic? >:U"
  222.  
  223.  elseif Speak == 23 then
  224.  
  225.  TextLabel.Text = "Yummy yummy in mah tummy! :3"
  226.  
  227.  --elseif Speak == 24 then
  228.  
  229.  --TextLabel.Text = "Oh no... I think I'm not feeling so good...."
  230.  
  231.  --nomchar.Head.BrickColor = BrickColor.new("Earth green")
  232.  
  233.  --nomchar.Head.face.Texture = "http://www.roblox.com/asset/?id=65605836"
  234.  
  235.  --wait(5)
  236.  
  237.  --nomchar.Head.BrickColor = BrickColor.new("Pastel brown")
  238.  
  239.  --nomchar.Head.face.Texture = "rbxasset://textures/face.png"
  240.  
  241. --head colour.
  242.  
  243.  --How? I can't figure out how.. :c
  244.  
  245.  --We'll do it in a bit, when we're both online
  246.  
  247.  elseif Speak == 24 then
  248.  
  249.  TextLabel.Text = "Yum~!" -- Temporary
  250.  
  251.  elseif Speak == 25 then
  252.  
  253.  TextLabel.Text = "Munchy munch munch!"
  254.  
  255.  elseif Speak == 26 then
  256.  
  257.  TextLabel.Text = "Ooh...I need a side of fries.."
  258.  
  259.  elseif Speak == 27 then
  260.  
  261.  TextLabel.Text = "This would go great in a lasagna!..."
  262.  
  263.  elseif Speak == 28 then
  264.  
  265.  TextLabel.Text = "I regret nothing! D:<"
  266.  
  267.  elseif Speak == 29 then
  268.  
  269.  TextLabel.Text = "I am "..nommer..", destroyer of "..part.Name.."s!"
  270.  
  271.  elseif Speak == 30 then
  272.  
  273.  TextLabel.Text = "Food glorious food~!..."
  274.  
  275.  elseif Speak == 31 then
  276.  
  277.  TextLabel.Text = "RAWR!"
  278.  
  279.  elseif Speak == 32 then
  280.  
  281.  TextLabel.Text = "Ich essen "..part.Name.."! "..part.Name.." ist sehr gut!"
  282.  
  283.  elseif Speak == 33 then
  284.  
  285.  TextLabel.Text = "Eat ALL the "..part.Name.."s~!"
  286.  
  287.  elseif Speak == 34 then
  288.  
  289.  TextLabel.Text = "Honf snarf homm..."
  290.  
  291.  elseif Speak == 35 then
  292.  
  293.  TextLabel.Text = "C'est delicieux!"
  294.  
  295.  elseif Speak == 36 then
  296.  
  297.  TextLabel.Text = "UMG H4X!11!11!1!!!!111!"
  298.  
  299.  elseif Speak == 37 then
  300.  
  301.  TextLabel.Text = " "..nommer.." is not responsible for any damages upon "..part.Name.."."
  302.  
  303.  elseif Speak == 38 then
  304.  
  305.  TextLabel.Text = "Ja! Ich mag "..part.Name.."!"
  306.  
  307.  elseif Speak == 39 then
  308.  
  309.  TextLabel.Text = "If only my cat were here to taste this marvelous "..part.Name.." "
  310.  
  311.  elseif Speak == 40 then
  312.  
  313.  TextLabel.Text = "Noooooommm~! :3"
  314.  
  315.  end
  316.  
  317.  nomchar.Humanoid.Health = nomchar.Humanoid.Health + 10
  318.  
  319.  nomchar.Humanoid.MaxHealth = nomchar.Humanoid.MaxHealth + 5
  320.  
  321.  wait(2)
  322.  
  323.  TextLabel.Text = ""
  324.  
  325.  flame.Enabled = false
  326.  
  327.  end
  328.  
  329.  end
  330.  
  331. nomchar.Torso.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement