Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet("https://pastebin.com/raw/RvJ0qewm", true))()
- local main = library:CreateWindow("TP Gui")
- local startzone = main:Button("Start zone", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(46.440093994140625, 3.5001332759857178, 130.7500762939453)
- end)
- local cashierzone = main:Button('Cashier', function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(45.33595275878906, 3.5001327991485596, 82.5386962890625)
- end)
- local cookzone = main:Button('Cook', function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36.855133056640625, 3.5001320838928223, 62.79793167114258)
- end)
- local PizzaBoxeczone = main:Button('Pizza Boxer', function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(52.71677780151367, 3.4999992847442627, 14.299278259277344)
- end)
- local Delivery = main:Button('Delivery', function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(52.600589752197266, 3.4999985694885254, -20.795166015625)
- end)
- local Supplier = main:Button('Supplier', function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6.48140287399292, 12.699997901916504, -1033.04638671875)
- end)
- local main2 = library:CreateWindow('Shops')
- local TheDump = main2:Button('The Dump', function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10.673078536987305, 3.099999189376831, -182.8546600341797)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement