Advertisement
Coolgalaxywolf1243

Pizza Place GUI (COOL)

May 25th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.02 KB | None | 0 0
  1. -- I didnt made this script i just found it on roblox studio
  2. -- Objects
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextButton_3 = Instance.new("TextButton")
  10. local TextButton_4 = Instance.new("TextButton")
  11. local TextButton_5 = Instance.new("TextButton")
  12. local TextButton_6 = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. Frame.Active = true
  19. Frame.Draggable = true
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.new(0.407843, 0, 0)
  22. Frame.Position = UDim2.new(0.319006681, 0, 0.188163891, 0)
  23. Frame.Size = UDim2.new(0, 427, 0, 279)
  24.  
  25. TextLabel.Parent = Frame
  26. TextLabel.BackgroundColor3 = Color3.new(0, 1, 1)
  27. TextLabel.Size = UDim2.new(0, 427, 0, 50)
  28. TextLabel.Font = Enum.Font.SourceSans
  29. TextLabel.Text = "Work at a Pizza Place Gui"
  30. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  31. TextLabel.TextScaled = true
  32. TextLabel.TextSize = 14
  33. TextLabel.TextWrapped = true
  34.  
  35. TextButton.Parent = Frame
  36. TextButton.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  37. TextButton.Position = UDim2.new(0.0187353622, 0, 0.268817216, 0)
  38. TextButton.Size = UDim2.new(0, 192, 0, 50)
  39. TextButton.Font = Enum.Font.SourceSans
  40. TextButton.Text = "Random Car Roof Spam"
  41. TextButton.TextColor3 = Color3.new(1, 1, 1)
  42. TextButton.TextScaled = true
  43. TextButton.TextSize = 14
  44. TextButton.TextWrapped = true
  45.  
  46. TextButton_2.Parent = Frame
  47. TextButton_2.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  48. TextButton_2.Position = UDim2.new(0.0187353622, 0, 0.487455189, 0)
  49. TextButton_2.Size = UDim2.new(0, 192, 0, 50)
  50. TextButton_2.Font = Enum.Font.SourceSans
  51. TextButton_2.Text = "Paint Cars Pink (Lag)"
  52. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  53. TextButton_2.TextScaled = true
  54. TextButton_2.TextSize = 14
  55. TextButton_2.TextWrapped = true
  56.  
  57. TextButton_3.Parent = Frame
  58. TextButton_3.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  59. TextButton_3.Position = UDim2.new(0.0187353622, 0, 0.713261604, 0)
  60. TextButton_3.Size = UDim2.new(0, 192, 0, 50)
  61. TextButton_3.Font = Enum.Font.SourceSans
  62. TextButton_3.Text = "Drive Through Window Spam"
  63. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  64. TextButton_3.TextScaled = true
  65. TextButton_3.TextSize = 14
  66. TextButton_3.TextWrapped = true
  67.  
  68. TextButton_4.Parent = Frame
  69. TextButton_4.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  70. TextButton_4.Position = UDim2.new(0.533957839, 0, 0.268817157, 0)
  71. TextButton_4.Size = UDim2.new(0, 192, 0, 50)
  72. TextButton_4.Font = Enum.Font.SourceSans
  73. TextButton_4.Text = "Extinguisher"
  74. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  75. TextButton_4.TextScaled = true
  76. TextButton_4.TextSize = 14
  77. TextButton_4.TextWrapped = true
  78.  
  79. TextButton_5.Parent = Frame
  80. TextButton_5.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  81. TextButton_5.Position = UDim2.new(0.533957839, 0, 0.48745513, 0)
  82. TextButton_5.Size = UDim2.new(0, 192, 0, 50)
  83. TextButton_5.Font = Enum.Font.SourceSans
  84. TextButton_5.Text = "Gears"
  85. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  86. TextButton_5.TextScaled = true
  87. TextButton_5.TextSize = 14
  88. TextButton_5.TextWrapped = true
  89.  
  90. TextButton_6.Parent = Frame
  91. TextButton_6.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  92. TextButton_6.Position = UDim2.new(0.533957839, 0, 0.713261604, 0)
  93. TextButton_6.Size = UDim2.new(0, 192, 0, 50)
  94. TextButton_6.Font = Enum.Font.SourceSans
  95. TextButton_6.Text = "Manager Chair"
  96. TextButton_6.TextColor3 = Color3.new(1, 1, 1)
  97. TextButton_6.TextScaled = true
  98. TextButton_6.TextSize = 14
  99. TextButton_6.TextWrapped = true
  100.  
  101. TextButton.MouseButton1Click:connect(function()
  102. while true do
  103. game.Workspace.Cars.Car.Hood1.ClickDetector.Detector:FireServer()
  104. wait()
  105. end
  106. end)
  107.  
  108. TextButton_2.MouseButton1Click:connect(function()
  109. local Color = BrickColor.new('Hot pink')
  110.  
  111. local PaintCar = function(Car,Color_Code)
  112. for ii, Child in pairs(Car:GetChildren()) do
  113. game.ReplicatedStorage.Channels.VehicleChannel:FireServer('Paint', Child, 'None', Color_Code)
  114. end
  115. end
  116.  
  117. while wait() do
  118. for i, Car in pairs(workspace.Cars:GetChildren()) do
  119. PaintCar(Car, Color.Number)
  120. end
  121. end
  122. end)
  123.  
  124. TextButton_3.MouseButton1Click:connect(function()
  125. while true do
  126. game.Workspace.DriveThroughWindow.ClickDetector.Detector:FireServer()
  127. wait()
  128. end
  129. end)
  130.  
  131. TextButton_4.MouseButton1Click:connect(function()
  132. game.Workspace.Extinguisher.Extinguisher.ClickDetector.Detector:FireServer()
  133. end)
  134.  
  135. TextButton_5.MouseButton1Click:connect(function()
  136. local player = game.Players.LocalPlayer
  137.  
  138. local lox = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  139. wait()
  140. for i,v in pairs(game:GetDescendants()) do
  141. if v:IsA("RemoteEvent") then
  142. v:FireServer()
  143. end end
  144. wait(.2)
  145. player.Character.Humanoid.Jump = true
  146. wait(.2)
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = lox
  148. end)
  149.  
  150. TextButton_6.MouseButton1Click:connect(function()
  151. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23,5,6.5)
  152. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement