Advertisement
Robert312_9801

Work at a Pizza Place tp gui.

Jun 9th, 2022
932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.50 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/RvJ0qewm", true))()
  2. local main = library:CreateWindow("TP Gui")
  3.  
  4. local startzone = main:Button("Start zone", function()
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(46.440093994140625, 3.5001332759857178, 130.7500762939453)
  6. end)
  7.  
  8. local cashierzone = main:Button('Cashier', function()
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(45.33595275878906, 3.5001327991485596, 82.5386962890625)
  10. end)
  11.  
  12. local cookzone = main:Button('Cook', function()
  13. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36.855133056640625, 3.5001320838928223, 62.79793167114258)
  14. end)
  15.  
  16. local PizzaBoxeczone = main:Button('Pizza Boxer', function()
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(52.71677780151367, 3.4999992847442627, 14.299278259277344)
  18. end)
  19.  
  20. local Delivery = main:Button('Delivery', function()
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(52.600589752197266, 3.4999985694885254, -20.795166015625)
  22. end)
  23.  
  24. local Supplier = main:Button('Supplier', function()
  25. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6.48140287399292, 12.699997901916504, -1033.04638671875)
  26. end)
  27.  
  28. local main2 = library:CreateWindow('Shops')
  29.  
  30. local TheDump = main2:Button('The Dump', function()
  31. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10.673078536987305, 3.099999189376831, -182.8546600341797)
  32. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement