Advertisement
BiggerHeadBigHead

script

Feb 28th, 2021
984
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.11 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2.     Title = "Made by DigitalSights";
  3.     Text = "Tiie#0249";
  4.     Icon = "";
  5.     Duration = 5;
  6.     Button1 = "";
  7.     Button2 = "";
  8.     Callback = notification;
  9. })
  10.  
  11. while wait() do
  12. local Event = game:GetService("ReplicatedStorage").GetFood
  13.  
  14. local A_1 = "Taco"
  15. Event:FireServer(A_1)
  16.  
  17.  
  18. local A_2 = "Cake"
  19. Event:FireServer(A_2)
  20.  
  21. local A_3 = "Water"
  22. Event:FireServer(A_3)
  23.  
  24.  
  25. local A_4 = "Chicken"
  26. Event:FireServer(A_4)
  27.  
  28.  
  29. local A_5 = "ChickenLeg"
  30. Event:FireServer(A_5)
  31.  
  32. local A_6 = "Pancakes"
  33. Event:FireServer(A_6)
  34.  
  35.  
  36. local A_7 = "Soda"
  37. Event:FireServer(A_7)
  38.  
  39. local A_8 = "Pizza"
  40. Event:FireServer(A_8)
  41.  
  42. local A_9 = "Chocolate"
  43. Event:FireServer(choc)
  44.  
  45. local tool = "Smore"
  46. Event:FireServer(A_10)
  47.  
  48. for _, tool in ipairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  49.     if tool:IsA("Tool") then
  50.          tool.Parent = game:GetService("Players").LocalPlayer.Character
  51.     end
  52.  
  53.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  54.             if (v:IsA("Tool")) then
  55.                 v.Parent = workspace
  56.             end
  57.         end
  58.     end
  59. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement