retpee

Daycare 2 [Story (Roblox Exploit Gui) Teleports + Foods + Extras

Jul 18th, 2021 (edited)
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.40 KB | None | 0 0
  1. -- Instances:
  2. --Game link--
  3. --https://www.roblox.com/games/4796443083/Daycare-2--
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Gui = Instance.new("Frame")
  7. local Label = Instance.new("TextLabel")
  8. local Teleports = Instance.new("TextLabel")
  9. local Daycare = Instance.new("TextButton")
  10. local Forest = Instance.new("TextButton")
  11. local Site = Instance.new("TextButton")
  12. local Bridge = Instance.new("TextButton")
  13. local Obby = Instance.new("TextButton")
  14. local Elevator = Instance.new("TextButton")
  15. local Cave = Instance.new("TextButton")
  16. local Mineshaft = Instance.new("TextButton")
  17. local ScreenGui_2 = Instance.new("ScreenGui")
  18. local Gui_2 = Instance.new("Frame")
  19. local Label_2 = Instance.new("TextLabel")
  20. local Extras = Instance.new("TextLabel")
  21. local Jump = Instance.new("TextButton")
  22. local Yield = Instance.new("TextButton")
  23. local Badge = Instance.new("TextButton")
  24. local Tool = Instance.new("TextButton")
  25. local ScreenGui_3 = Instance.new("ScreenGui")
  26. local Gui_3 = Instance.new("Frame")
  27. local Label_3 = Instance.new("TextLabel")
  28. local Foods = Instance.new("TextLabel")
  29. local Pizza = Instance.new("TextButton")
  30. local Sandwich = Instance.new("TextButton")
  31. local Chicken = Instance.new("TextButton")
  32. local Burger = Instance.new("TextButton")
  33.  
  34. --Gui 1--
  35.  
  36. -- Instances:
  37.  
  38. local ScreenGui = Instance.new("ScreenGui")
  39. local Gui = Instance.new("Frame")
  40. local Label = Instance.new("TextLabel")
  41. local Teleports = Instance.new("TextLabel")
  42. local Daycare = Instance.new("TextButton")
  43. local Forest = Instance.new("TextButton")
  44. local Site = Instance.new("TextButton")
  45. local Bridge = Instance.new("TextButton")
  46. local Obby = Instance.new("TextButton")
  47. local Elevator = Instance.new("TextButton")
  48. local Cave = Instance.new("TextButton")
  49. local Mineshaft = Instance.new("TextButton")
  50. local Boys = Instance.new("TextButton")
  51. local Girls = Instance.new("TextButton")
  52. local Backyard = Instance.new("TextButton")
  53.  
  54. --Properties:
  55.  
  56. ScreenGui.Parent = game.CoreGui
  57.  
  58. Gui.Name = "Gui"
  59. Gui.Parent = ScreenGui
  60. Gui.BackgroundColor3 = Color3.fromRGB(24, 186, 221)
  61. Gui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  62. Gui.Position = UDim2.new(0.861936688, 0, 0.0176125243, 0)
  63. Gui.Size = UDim2.new(0, 132, 0, 465)
  64. Gui.Active = true
  65. Gui.Draggable = true
  66.  
  67. Label.Name = "Label"
  68. Label.Parent = Gui
  69. Label.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  70. Label.BorderColor3 = Color3.fromRGB(0, 0, 0)
  71. Label.Size = UDim2.new(0, 132, 0, 50)
  72. Label.Font = Enum.Font.Ubuntu
  73. Label.Text = "Daycare 2 [Story]"
  74. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. Label.TextSize = 14.000
  76.  
  77. Teleports.Name = "Teleports"
  78. Teleports.Parent = Gui
  79. Teleports.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  80. Teleports.BorderColor3 = Color3.fromRGB(0, 0, 0)
  81. Teleports.Position = UDim2.new(0, 0, 0.124430805, 0)
  82. Teleports.Size = UDim2.new(0, 132, 0, 19)
  83. Teleports.Font = Enum.Font.Ubuntu
  84. Teleports.Text = "Teleports"
  85. Teleports.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. Teleports.TextSize = 14.000
  87.  
  88. Daycare.Name = "Daycare"
  89. Daycare.Parent = Gui
  90. Daycare.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  91. Daycare.Position = UDim2.new(0, 0, 0.183581084, 0)
  92. Daycare.Size = UDim2.new(0, 132, 0, 25)
  93. Daycare.Font = Enum.Font.Ubuntu
  94. Daycare.Text = "Daycare"
  95. Daycare.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. Daycare.TextSize = 14.000
  97. Daycare.MouseButton1Down:connect(function()
  98.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 4.5, -5.40001488, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  99. end)
  100.  
  101. Forest.Name = "Forest"
  102. Forest.Parent = Gui
  103. Forest.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  104. Forest.Position = UDim2.new(0, 0, 0.253387421, 0)
  105. Forest.Size = UDim2.new(0, 132, 0, 25)
  106. Forest.Font = Enum.Font.Ubuntu
  107. Forest.Text = "Forest"
  108. Forest.TextColor3 = Color3.fromRGB(0, 0, 0)
  109. Forest.TextSize = 14.000
  110. Forest.MouseButton1Down:connect(function()
  111.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-156.182907, 5.10000038, 665.401001, 0.866007268, -0, -0.500031412, 0, 1, -0, 0.500031412, 0, 0.866007268)
  112. end)
  113.  
  114.  
  115. Site.Name = "Site"
  116. Site.Parent = Gui
  117. Site.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  118. Site.Position = UDim2.new(0, 0, 0.325454891, 0)
  119. Site.Size = UDim2.new(0, 132, 0, 25)
  120. Site.Font = Enum.Font.Ubuntu
  121. Site.Text = "Camping SIte"
  122. Site.TextColor3 = Color3.fromRGB(0, 0, 0)
  123. Site.TextSize = 14.000
  124. Site.MouseButton1Down:connect(function()
  125.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(80.2445297, 4.5, 549.056763, 0.087131381, -0, -0.996196866, 0, 1, -0, 0.996196866, 0, 0.087131381)
  126. end)
  127.  
  128. Bridge.Name = "Bridge"
  129. Bridge.Parent = Gui
  130. Bridge.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  131. Bridge.Position = UDim2.new(0, 0, 0.400238723, 0)
  132. Bridge.Size = UDim2.new(0, 132, 0, 25)
  133. Bridge.Font = Enum.Font.Ubuntu
  134. Bridge.Text = "Bridge"
  135. Bridge.TextColor3 = Color3.fromRGB(0, 0, 0)
  136. Bridge.TextSize = 14.000
  137. Bridge.MouseButton1Down:connect(function()
  138.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(239.854263, 5.50618601, 941.868835, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  139. end)
  140.  
  141.  
  142. Obby.Name = "Obby"
  143. Obby.Parent = Gui
  144. Obby.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  145. Obby.Position = UDim2.new(0, 0, 0.472537786, 0)
  146. Obby.Size = UDim2.new(0, 132, 0, 25)
  147. Obby.Font = Enum.Font.Ubuntu
  148. Obby.Text = "Mineshaft Obby End"
  149. Obby.TextColor3 = Color3.fromRGB(0, 0, 0)
  150. Obby.TextSize = 14.000
  151. Obby.MouseButton1Down:connect(function()
  152.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-169.236404, 3.79860926, 683.352051, 0.677346885, -1.44014374e-08, -0.735663772, -5.5941114e-09, 1, -2.47267735e-08, 0.735663772, 2.08639879e-08, 0.677346885)
  153. end)
  154.  
  155. Elevator.Name = "Elevator"
  156. Elevator.Parent = Gui
  157. Elevator.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  158. Elevator.Position = UDim2.new(0, 0, 0.549215436, 0)
  159. Elevator.Size = UDim2.new(0, 132, 0, 25)
  160. Elevator.Font = Enum.Font.Ubuntu
  161. Elevator.Text = "Elevator"
  162. Elevator.TextColor3 = Color3.fromRGB(0, 0, 0)
  163. Elevator.TextSize = 14.000
  164. Elevator.MouseButton1Down:connect(function()
  165.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(58.2000046, 1, 94.4000092, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  166. end)
  167.  
  168.  
  169. Cave.Name = "Cave"
  170. Cave.Parent = Gui
  171. Cave.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  172. Cave.Position = UDim2.new(0, 0, 0.6238271, 0)
  173. Cave.Size = UDim2.new(0, 132, 0, 25)
  174. Cave.Font = Enum.Font.Ubuntu
  175. Cave.Text = "Boss Battle Cave"
  176. Cave.TextColor3 = Color3.fromRGB(0, 0, 0)
  177. Cave.TextSize = 14.000
  178. Cave.MouseButton1Down:connect(function()
  179.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-102.200035, -17.4999447, 868.300415, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  180. end)
  181.  
  182. Mineshaft.Name = "Mineshaft"
  183. Mineshaft.Parent = Gui
  184. Mineshaft.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  185. Mineshaft.Position = UDim2.new(0, 0, 0.702104628, 0)
  186. Mineshaft.Size = UDim2.new(0, 132, 0, 25)
  187. Mineshaft.Font = Enum.Font.Ubuntu
  188. Mineshaft.Text = "Mineshaft"
  189. Mineshaft.TextColor3 = Color3.fromRGB(0, 0, 0)
  190. Mineshaft.TextSize = 14.000
  191. Mineshaft.MouseButton1Down:connect(function()
  192.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1296.56641, 24.8393364, 794.766541, -0.29242146, 0, -0.95628953, 0, 1, 0, 0.95628953, 0, -0.29242146)
  193. end)
  194.  
  195. Boys.Name = "Boys"
  196. Boys.Parent = Gui
  197. Boys.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  198. Boys.Position = UDim2.new(0, 0, 0.77642858, 0)
  199. Boys.Size = UDim2.new(0, 132, 0, 25)
  200. Boys.Font = Enum.Font.Ubuntu
  201. Boys.Text = "Boys' Bedroom"
  202. Boys.TextColor3 = Color3.fromRGB(0, 0, 0)
  203. Boys.TextSize = 14.000
  204. Boys.MouseButton1Down:connect(function()
  205.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3.35500979, 25.6986027, 88.0548096, -0.337595582, -6.7808287e-08, 0.941291273, 1.82233055e-08, 1, 7.85733363e-08, -0.941291273, 4.36794494e-08, -0.337595582)
  206. end)
  207.  
  208. Girls.Name = "Girls"
  209. Girls.Parent = Gui
  210. Girls.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  211. Girls.Position = UDim2.new(0, 0, 0.854406774, 0)
  212. Girls.Size = UDim2.new(0, 132, 0, 25)
  213. Girls.Font = Enum.Font.Ubuntu
  214. Girls.Text = "Girls' Bedroom"
  215. Girls.TextColor3 = Color3.fromRGB(0, 0, 0)
  216. Girls.TextSize = 14.000
  217. Girls.MouseButton1Down:connect(function()
  218.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.41451454, 25.6986027, 30.8710804, 0.00772518059, -2.54095074e-08, 0.999970138, 1.18376597e-09, 1, 2.54011212e-08, -0.999970138, 9.87502302e-10, 0.00772518059
  219.     )
  220. end)
  221.  
  222. Backyard.Name = "Backyard"
  223. Backyard.Parent = Gui
  224. Backyard.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  225. Backyard.Position = UDim2.new(0, 0, 0.929675579, 0)
  226. Backyard.Size = UDim2.new(0, 132, 0, 25)
  227. Backyard.Font = Enum.Font.Ubuntu
  228. Backyard.Text = "Backyard"
  229. Backyard.TextColor3 = Color3.fromRGB(0, 0, 0)
  230. Backyard.TextSize = 14.000
  231. Backyard.MouseButton1Down:connect(function()
  232.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1.46531558, 3.59860277, 168.901642, -0.999405503, -3.12760218e-09, 0.0344759896, -1.70514092e-09, 1, 4.12888781e-08, -0.0344759896, 4.12055456e-08, -0.999405503)
  233. end)
  234. --Gui 3--
  235.  
  236. -- Instances:
  237.  
  238. local ScreenGui = Instance.new("ScreenGui")
  239. local Gui = Instance.new("Frame")
  240. local Label = Instance.new("TextLabel")
  241. local Extras = Instance.new("TextLabel")
  242. local Jump = Instance.new("TextButton")
  243. local Yield = Instance.new("TextButton")
  244. local Badge = Instance.new("TextButton")
  245. local Tool = Instance.new("TextButton")
  246. local Health = Instance.new("TextButton")
  247.  
  248. --Properties:
  249.  
  250. ScreenGui.Parent = game.CoreGui
  251.  
  252. Gui.Name = "Gui"
  253. Gui.Parent = ScreenGui
  254. Gui.BackgroundColor3 = Color3.fromRGB(24, 186, 221)
  255. Gui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  256. Gui.Position = UDim2.new(0.576222479, 0, 0.0176125243, 0)
  257. Gui.Size = UDim2.new(0, 132, 0, 280)
  258. Gui.Active = true
  259. Gui.Draggable = true
  260.  
  261. Label.Name = "Label"
  262. Label.Parent = Gui
  263. Label.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  264. Label.BorderColor3 = Color3.fromRGB(0, 0, 0)
  265. Label.Size = UDim2.new(0, 132, 0, 50)
  266. Label.Font = Enum.Font.Ubuntu
  267. Label.Text = "Daycare 2 [Story]"
  268. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  269. Label.TextSize = 14.000
  270.  
  271. Extras.Name = "Extras"
  272. Extras.Parent = Gui
  273. Extras.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  274. Extras.BorderColor3 = Color3.fromRGB(0, 0, 0)
  275. Extras.Position = UDim2.new(0, 0, 0.203187004, 0)
  276. Extras.Size = UDim2.new(0, 132, 0, 19)
  277. Extras.Font = Enum.Font.Ubuntu
  278. Extras.Text = "Extras"
  279. Extras.TextColor3 = Color3.fromRGB(0, 0, 0)
  280. Extras.TextSize = 14.000
  281.  
  282. Jump.Name = "Jump"
  283. Jump.Parent = Gui
  284. Jump.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  285. Jump.Position = UDim2.new(0, 0, 0.323321521, 0)
  286. Jump.Size = UDim2.new(0, 132, 0, 25)
  287. Jump.Font = Enum.Font.Ubuntu
  288. Jump.Text = "Infinte Jump"
  289. Jump.TextColor3 = Color3.fromRGB(0, 0, 0)
  290. Jump.TextSize = 14.000
  291. Jump.MouseButton1Down:connect(function()
  292.     game:GetService("UserInputService").JumpRequest:connect(function()
  293.         game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")      
  294.     end)
  295. end)
  296.  
  297. Yield.Name = "Yield"
  298. Yield.Parent = Gui
  299. Yield.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  300. Yield.Position = UDim2.new(0, 0, 0.450988173, 0)
  301. Yield.Size = UDim2.new(0, 132, 0, 25)
  302. Yield.Font = Enum.Font.Ubuntu
  303. Yield.Text = "Infinte Yield"
  304. Yield.TextColor3 = Color3.fromRGB(0, 0, 0)
  305. Yield.TextSize = 14.000
  306. Yield.MouseButton1Down:connect(function()
  307.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  308. end)
  309.  
  310. Badge.Name = "Badge"
  311. Badge.Parent = Gui
  312. Badge.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  313. Badge.Position = UDim2.new(0, 0, 0.693988144, 0)
  314. Badge.Size = UDim2.new(0, 132, 0, 25)
  315. Badge.Font = Enum.Font.Ubuntu
  316. Badge.Text = "Summer Quest Badge"
  317. Badge.TextColor3 = Color3.fromRGB(0, 0, 0)
  318. Badge.TextSize = 14.000
  319. Badge.MouseButton1Down:connect(function()
  320.     local args = {
  321.         [1] = "CompletedSummerEvent",
  322.  
  323.     }
  324.  
  325.     game:GetService("ReplicatedStorage").Modules.Event.serverRf:InvokeServer(unpack(args))
  326. end)
  327.  
  328. Tool.Name = "Tool"
  329. Tool.Parent = Gui
  330. Tool.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  331. Tool.Position = UDim2.new(0, 0, 0.822670698, 0)
  332. Tool.Size = UDim2.new(0, 132, 0, 25)
  333. Tool.Font = Enum.Font.Ubuntu
  334. Tool.Text = "Click to teleport (Tool)"
  335. Tool.TextColor3 = Color3.fromRGB(0, 0, 0)
  336. Tool.TextSize = 14.000
  337. Tool.MouseButton1Down:connect(function()
  338.     player1=game.Players.LocalPlayer
  339.  
  340.     q=Instance.new('HopperBin', player1.Backpack)
  341.     q.Name = 'Click Teleport'
  342.  
  343.  
  344.     bin = q
  345.  
  346.  
  347.  
  348.     function teleportPlayer(pos)
  349.         local player = game.Players.LocalPlayer
  350.         if player == nil or player.Character == nil then return end
  351.         player.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(pos.x, pos.y + 7, pos.z))
  352.     end
  353.  
  354.  
  355.     enabled = true
  356.     function onButton1Down(mouse)
  357.         if not enabled then
  358.             return
  359.         end
  360.  
  361.         local player = game.Players.LocalPlayer
  362.         if player == nil then return end
  363.  
  364.  
  365.         enabled = false
  366.         local cf = mouse.Hit
  367.         local v = cf.lookVector
  368.  
  369.         teleportPlayer(cf.p)
  370.  
  371.         wait()
  372.         enabled = true
  373.  
  374.     end
  375.  
  376.     function onSelected(mouse)
  377.         mouse.Icon = "rbxasset://textures\\ArrowCursor.png"
  378.         mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  379.     end
  380.  
  381.     bin.Selected:connect(onSelected)
  382. end)
  383.  
  384. Health.Name = "Health"
  385. Health.Parent = Gui
  386. Health.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  387. Health.Position = UDim2.new(0, 0, 0.573210359, 0)
  388. Health.Size = UDim2.new(0, 132, 0, 25)
  389. Health.Font = Enum.Font.Ubuntu
  390. Health.Text = "Delete Tool"
  391. Health.TextColor3 = Color3.fromRGB(0, 0, 0)
  392. Health.TextSize = 14.000
  393. Health.MouseButton1Down:connect(function()
  394. local a=Instance.new("Tool")a.RequiresHandle=false;a.Name="Delete"local b=game.Players.LocalPlayer;a.Parent=b:WaitForChild("Backpack")local c=b:GetMouse()local d=false;local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;local c=b:GetMouse()local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;e.Name="derp"c.Move:connect(function()if d then local f=c.Target;if not f then e.Adornee=nil else if f:IsA("BasePart")then e.Adornee=f else e.Adornee=nil end end end end)a.Equipped:Connect(function()d=true end)a.Unequipped:Connect(function()e.Adornee=nil;d=false end)a.Activated:Connect(function()if e.Adornee then local g=Instance.new("Explosion")g.Parent=game.Workspace;g.Position=e.Adornee.Position;g.BlastPressure=0;local h=Instance.new("Sound")h.SoundId="http://www.roblox.com/asset/?id=315775189"h.Parent=game.Workspace;h:Play()e.Adornee:Destroy()e.Adornee=nil end end)
  395. end)
  396.  
  397. --Gui 2--
  398.  
  399. ScreenGui_3.Parent = game.CoreGui
  400.  
  401. Gui_3.Name = "Gui"
  402. Gui_3.Parent = ScreenGui_3
  403. Gui_3.BackgroundColor3 = Color3.fromRGB(24, 186, 221)
  404. Gui_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  405. Gui_3.Position = UDim2.new(0.724, 0,0.018, 0)
  406.     Gui_3.Size = UDim2.new(0, 132, 0, 250)
  407. Gui_3.Active = true
  408. Gui_3.Draggable = true
  409.  
  410. Label_3.Name = "Label"
  411. Label_3.Parent = Gui_3
  412. Label_3.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  413. Label_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  414. Label_3.Size = UDim2.new(0, 132, 0, 50)
  415. Label_3.Font = Enum.Font.Ubuntu
  416. Label_3.Text = "Daycare 2 [Story]"
  417. Label_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  418. Label_3.TextSize = 14.000
  419.  
  420. Foods.Name = "Foods"
  421. Foods.Parent = Gui_3
  422. Foods.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  423. Foods.BorderColor3 = Color3.fromRGB(0, 0, 0)
  424. Foods.Position = UDim2.new(0, 0, 0.226202875, 0)
  425. Foods.Size = UDim2.new(0, 132, 0, 19)
  426. Foods.Font = Enum.Font.Ubuntu
  427. Foods.Text = "Foods"
  428. Foods.TextColor3 = Color3.fromRGB(0, 0, 0)
  429. Foods.TextSize = 14.000
  430.  
  431. Pizza.Name = "Pizza"
  432. Pizza.Parent = Gui_3
  433. Pizza.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  434. Pizza.Position = UDim2.new(0, 0, 0.363797694, 0)
  435. Pizza.Size = UDim2.new(0, 132, 0, 25)
  436. Pizza.Font = Enum.Font.Ubuntu
  437. Pizza.Text = "Pizza"
  438. Pizza.TextColor3 = Color3.fromRGB(0, 0, 0)
  439. Pizza.TextSize = 14.000
  440. Pizza.MouseButton1Down:connect(function()
  441.     local args = {
  442.         [1] = "FoodChoice",
  443.         [2] = "Pizza"
  444.     }
  445.  
  446.     game:GetService("ReplicatedStorage").Modules.Event.serverRf:InvokeServer(unpack(args))
  447. end)
  448.  
  449. Sandwich.Name = "Sandwich"
  450. Sandwich.Parent = Gui_3
  451. Sandwich.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  452. Sandwich.Position = UDim2.new(0, 0, 0.524797678, 0)
  453. Sandwich.Size = UDim2.new(0, 132, 0, 25)
  454. Sandwich.Font = Enum.Font.Ubuntu
  455. Sandwich.Text = "Sandwich"
  456. Sandwich.TextColor3 = Color3.fromRGB(0, 0, 0)
  457. Sandwich.TextSize = 14.000
  458. Sandwich.MouseButton1Down:connect(function()
  459.     local args = {
  460.         [1] = "FoodChoice",
  461.         [2] = "Sandwich"
  462.     }
  463.  
  464.     game:GetService("ReplicatedStorage").Modules.Event.serverRf:InvokeServer(unpack(args))
  465. end)
  466.  
  467. Chicken.Name = "Chicken"
  468. Chicken.Parent = Gui_3
  469. Chicken.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  470. Chicken.Position = UDim2.new(0, 0, 0.692797661, 0)
  471. Chicken.Size = UDim2.new(0, 132, 0, 25)
  472. Chicken.Font = Enum.Font.Ubuntu
  473. Chicken.Text = "Chicken"
  474. Chicken.TextColor3 = Color3.fromRGB(0, 0, 0)
  475. Chicken.TextSize = 14.000
  476. Chicken.MouseButton1Down:connect(function()
  477.     local args = {
  478.         [1] = "FoodChoice",
  479.         [2] = "Chicken"
  480.     }
  481.  
  482.     game:GetService("ReplicatedStorage").Modules.Event.serverRf:InvokeServer(unpack(args))
  483. end)
  484.  
  485. Burger.Name = "Burger"
  486. Burger.Parent = Gui_3
  487. Burger.BackgroundColor3 = Color3.fromRGB(223, 111, 255)
  488. Burger.Position = UDim2.new(0, 0, 0.856797695, 0)
  489. Burger.Size = UDim2.new(0, 132, 0, 25)
  490. Burger.Font = Enum.Font.Ubuntu
  491. Burger.Text = "Burger"
  492. Burger.TextColor3 = Color3.fromRGB(0, 0, 0)
  493. Burger.TextSize = 14.000
  494. Burger.MouseButton1Down:connect(function()
  495.     local args = {
  496.         [1] = "FoodChoice",
  497.         [2] = "Burger"
  498.     }
  499.  
  500.     game:GetService("ReplicatedStorage").Modules.Event.serverRf:InvokeServer(unpack(args))
  501. end)
Add Comment
Please, Sign In to add comment