joshclark756

simple pizza place gui

Aug 29th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.30 KB | None | 0 0
  1. -- thx for using scripts.axonz.me
  2. game:GetService'StarterGui':SetCore('SendNotification', {
  3. Title = 'Axon Scripts',
  4. Text = 'Thanks For Using Axon Scripts!',
  5. Icon = 'http://www.roblox.com/asset/?id=32823625',
  6. Button1 = 'no problemo',
  7. Duration = 10
  8. })
  9. -- Instances:
  10. local AxonZsFEScript = Instance.new("ScreenGui")
  11. local WorkAtAPizzaPlaceUI = Instance.new("Frame")
  12. local topOT = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextButton = Instance.new("TextButton")
  15. local tabsOT = Instance.new("Frame")
  16. local mainGOTO = Instance.new("TextButton")
  17. local playerGOTO = Instance.new("TextButton")
  18. local imgPlr = Instance.new("ImageLabel")
  19. local tpGOTO = Instance.new("TextButton")
  20. local imgTp = Instance.new("ImageLabel")
  21. local imgMain = Instance.new("ImageLabel")
  22. local imgSound = Instance.new("ImageLabel")
  23. local soundGOTO = Instance.new("TextButton")
  24. local aboutOT = Instance.new("Frame")
  25. local aA = Instance.new("TextLabel")
  26. local sA = Instance.new("TextLabel")
  27. local axonA = Instance.new("TextLabel")
  28. local scriptA = Instance.new("TextLabel")
  29. local byA = Instance.new("TextLabel")
  30. local requestA = Instance.new("TextLabel")
  31. local homeT = Instance.new("Frame")
  32. local aB = Instance.new("TextLabel")
  33. local sB = Instance.new("TextLabel")
  34. local axonAB = Instance.new("TextLabel")
  35. local scriptB = Instance.new("TextLabel")
  36. local thx = Instance.new("TextLabel")
  37. local random = Instance.new("TextLabel")
  38. local mainT = Instance.new("Frame")
  39. local titleMain = Instance.new("TextLabel")
  40. local toggleBox = Instance.new("TextButton")
  41. local labelBox = Instance.new("TextLabel")
  42. local buttonBring = Instance.new("TextButton")
  43. local labelMoreSoon = Instance.new("TextLabel")
  44. local plrT = Instance.new("Frame")
  45. local titlePlayer = Instance.new("TextLabel")
  46. local buttonUpdate = Instance.new("TextButton")
  47. local boxSpeed = Instance.new("TextBox")
  48. local boxPower = Instance.new("TextBox")
  49. local buttonManager = Instance.new("TextButton")
  50. local buttonNoclip = Instance.new("TextButton")
  51. local tpT = Instance.new("Frame")
  52. local titleTeleport = Instance.new("TextLabel")
  53. local spawmTp = Instance.new("TextButton")
  54. local cashierTp = Instance.new("TextButton")
  55. local cookTp = Instance.new("TextButton")
  56. local managerTp = Instance.new("TextButton")
  57. local boxerTp = Instance.new("TextButton")
  58. local supplierTp = Instance.new("TextButton")
  59. local deliveryTp = Instance.new("TextButton")
  60. local soundT = Instance.new("Frame")
  61. local titleSound = Instance.new("TextLabel")
  62. local buttonPlay = Instance.new("TextButton")
  63. local idBox = Instance.new("TextBox")
  64. local volBox = Instance.new("TextBox")
  65. local buttonSpam = Instance.new("TextButton")
  66. -- Dragify:
  67. WorkAtAPizzaPlaceUI.Active = true
  68. WorkAtAPizzaPlaceUI.Draggable = true
  69. --Properties:
  70. AxonZsFEScript.Name = "AxonZsFEScript"
  71. AxonZsFEScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  72. AxonZsFEScript.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  73. WorkAtAPizzaPlaceUI.Name = "WorkAtAPizzaPlaceUI"
  74. WorkAtAPizzaPlaceUI.Parent = AxonZsFEScript
  75. WorkAtAPizzaPlaceUI.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  76. WorkAtAPizzaPlaceUI.BorderColor3 = Color3.fromRGB(255, 255, 255)
  77. WorkAtAPizzaPlaceUI.BorderSizePixel = 3
  78. WorkAtAPizzaPlaceUI.Position = UDim2.new(0.259425104, 0, 0.397826135, 0)
  79. WorkAtAPizzaPlaceUI.Size = UDim2.new(0, 658, 0, 418)
  80. topOT.Name = "topOT"
  81. topOT.Parent = WorkAtAPizzaPlaceUI
  82. topOT.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  83. topOT.BorderColor3 = Color3.fromRGB(255, 255, 255)
  84. topOT.BorderSizePixel = 3
  85. topOT.Position = UDim2.new(0.0140556172, 0, 0.0237882286, 0)
  86. topOT.Size = UDim2.new(0, 639, 0, 25)
  87. TextLabel.Parent = topOT
  88. TextLabel.Active = true
  89. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. TextLabel.BackgroundTransparency = 1.000
  91. TextLabel.Position = UDim2.new(0.1799687, 0, 0, 0)
  92. TextLabel.Size = UDim2.new(0, 408, 0, 25)
  93. TextLabel.Font = Enum.Font.Code
  94. TextLabel.Text = "AxonZ's Work At A Pizza Place GUI"
  95. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. TextLabel.TextScaled = true
  97. TextLabel.TextSize = 14.000
  98. TextLabel.TextWrapped = true
  99. TextButton.Parent = topOT
  100. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. TextButton.BackgroundTransparency = 1.000
  102. TextButton.Position = UDim2.new(0.945227027, 0, 0, 0)
  103. TextButton.Size = UDim2.new(0, 35, 0, 25)
  104. TextButton.Font = Enum.Font.Code
  105. TextButton.Text = "X"
  106. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  107. TextButton.TextScaled = true
  108. TextButton.TextSize = 14.000
  109. TextButton.TextWrapped = true
  110. TextButton.MouseButton1Click:Connect(function()
  111. AxonZsFEScript:Destroy(1)
  112. end)
  113. tabsOT.Name = "tabsOT"
  114. tabsOT.Parent = WorkAtAPizzaPlaceUI
  115. tabsOT.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  116. tabsOT.BorderColor3 = Color3.fromRGB(255, 255, 255)
  117. tabsOT.BorderSizePixel = 3
  118. tabsOT.Position = UDim2.new(0.0125358608, 0, 0.10752029, 0)
  119. tabsOT.Size = UDim2.new(0, 181, 0, 161)
  120. mainGOTO.Name = "mainGOTO"
  121. mainGOTO.Parent = tabsOT
  122. mainGOTO.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  123. mainGOTO.BackgroundTransparency = 1.000
  124. mainGOTO.Position = UDim2.new(0.282243609, 0, 0.0310559012, 0)
  125. mainGOTO.Size = UDim2.new(0, 106, 0, 34)
  126. mainGOTO.Font = Enum.Font.Code
  127. mainGOTO.Text = "Main"
  128. mainGOTO.TextColor3 = Color3.fromRGB(255, 255, 255)
  129. mainGOTO.TextScaled = true
  130. mainGOTO.TextSize = 14.000
  131. mainGOTO.TextWrapped = true
  132. mainGOTO.MouseButton1Click:Connect(function()
  133. mainT.Visible = true
  134. plrT.Visible = false
  135. tpT.Visible = false
  136. soundT.Visible = false
  137. homeT.Visible = false
  138. end)
  139. playerGOTO.Name = "playerGOTO"
  140. playerGOTO.Parent = tabsOT
  141. playerGOTO.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  142. playerGOTO.BackgroundTransparency = 1.000
  143. playerGOTO.Position = UDim2.new(0.320917606, 0, 0.267080754, 0)
  144. playerGOTO.Size = UDim2.new(0, 106, 0, 34)
  145. playerGOTO.Font = Enum.Font.Code
  146. playerGOTO.Text = "Players"
  147. playerGOTO.TextColor3 = Color3.fromRGB(255, 255, 255)
  148. playerGOTO.TextScaled = true
  149. playerGOTO.TextSize = 14.000
  150. playerGOTO.TextWrapped = true
  151. playerGOTO.MouseButton1Click:Connect(function()
  152. mainT.Visible = false
  153. plrT.Visible = true
  154. tpT.Visible = false
  155. soundT.Visible = false
  156. homeT.Visible = false
  157. end)
  158. imgPlr.Name = "imgPlr"
  159. imgPlr.Parent = tabsOT
  160. imgPlr.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  161. imgPlr.BackgroundTransparency = 1.000
  162. imgPlr.Position = UDim2.new(0.121546969, 0, 0.279503107, 0)
  163. imgPlr.Size = UDim2.new(0, 30, 0, 32)
  164. imgPlr.Image = "http://www.roblox.com/asset/?id=2795572800"
  165. tpGOTO.Name = "tpGOTO"
  166. tpGOTO.Parent = tabsOT
  167. tpGOTO.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  168. tpGOTO.BackgroundTransparency = 1.000
  169. tpGOTO.Position = UDim2.new(0.320917606, 0, 0.521739125, 0)
  170. tpGOTO.Size = UDim2.new(0, 106, 0, 34)
  171. tpGOTO.Font = Enum.Font.Code
  172. tpGOTO.Text = "Teleports"
  173. tpGOTO.TextColor3 = Color3.fromRGB(255, 255, 255)
  174. tpGOTO.TextScaled = true
  175. tpGOTO.TextSize = 14.000
  176. tpGOTO.TextWrapped = true
  177. tpGOTO.MouseButton1Click:Connect(function()
  178. mainT.Visible = false
  179. plrT.Visible = false
  180. tpT.Visible = true
  181. soundT.Visible = false
  182. homeT.Visible = false
  183. end)
  184. imgTp.Name = "imgTp"
  185. imgTp.Parent = tabsOT
  186. imgTp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  187. imgTp.BackgroundTransparency = 1.000
  188. imgTp.Position = UDim2.new(0.121546969, 0, 0.534161508, 0)
  189. imgTp.Size = UDim2.new(0, 30, 0, 32)
  190. imgTp.Image = "http://www.roblox.com/asset/?id=6723742952"
  191. imgMain.Name = "imgMain"
  192. imgMain.Parent = tabsOT
  193. imgMain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  194. imgMain.BackgroundTransparency = 1.000
  195. imgMain.Position = UDim2.new(0.0828729272, 0, 0, 0)
  196. imgMain.Size = UDim2.new(0, 46, 0, 44)
  197. imgMain.Image = "http://www.roblox.com/asset/?id=279461710"
  198. imgMain.ScaleType = Enum.ScaleType.Crop
  199. imgSound.Name = "imgSound"
  200. imgSound.Parent = tabsOT
  201. imgSound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  202. imgSound.BackgroundTransparency = 1.000
  203. imgSound.Position = UDim2.new(0.121546969, 0, 0.788819909, 0)
  204. imgSound.Size = UDim2.new(0, 30, 0, 32)
  205. imgSound.Image = "http://www.roblox.com/asset/?id=7203392850"
  206. soundGOTO.Name = "soundGOTO"
  207. soundGOTO.Parent = tabsOT
  208. soundGOTO.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  209. soundGOTO.BackgroundTransparency = 1.000
  210. soundGOTO.Position = UDim2.new(0.320917606, 0, 0.776397586, 0)
  211. soundGOTO.Size = UDim2.new(0, 106, 0, 34)
  212. soundGOTO.Font = Enum.Font.Code
  213. soundGOTO.Text = "Sound"
  214. soundGOTO.TextColor3 = Color3.fromRGB(255, 255, 255)
  215. soundGOTO.TextScaled = true
  216. soundGOTO.TextSize = 14.000
  217. soundGOTO.TextWrapped = true
  218. soundGOTO.MouseButton1Click:Connect(function()
  219. mainT.Visible = false
  220. plrT.Visible = false
  221. tpT.Visible = false
  222. soundT.Visible = true
  223. homeT.Visible = false
  224. end)
  225. aboutOT.Name = "aboutOT"
  226. aboutOT.Parent = WorkAtAPizzaPlaceUI
  227. aboutOT.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  228. aboutOT.BorderColor3 = Color3.fromRGB(255, 255, 255)
  229. aboutOT.BorderSizePixel = 3
  230. aboutOT.Position = UDim2.new(0.0140556172, 0, 0.51900351, 0)
  231. aboutOT.Size = UDim2.new(0, 181, 0, 188)
  232. aA.Name = "aA"
  233. aA.Parent = aboutOT
  234. aA.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. aA.BackgroundTransparency = 1.000
  236. aA.Position = UDim2.new(0.204419881, 0, 0, 0)
  237. aA.Size = UDim2.new(0, 78, 0, 67)
  238. aA.Font = Enum.Font.SourceSansItalic
  239. aA.Text = "A"
  240. aA.TextColor3 = Color3.fromRGB(255, 255, 255)
  241. aA.TextScaled = true
  242. aA.TextSize = 14.000
  243. aA.TextWrapped = true
  244. sA.Name = "sA"
  245. sA.Parent = aboutOT
  246. sA.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  247. sA.BackgroundTransparency = 1.000
  248. sA.Position = UDim2.new(0.364640892, 0, 0, 0)
  249. sA.Size = UDim2.new(0, 78, 0, 67)
  250. sA.Font = Enum.Font.SourceSansItalic
  251. sA.Text = "S"
  252. sA.TextColor3 = Color3.fromRGB(255, 255, 255)
  253. sA.TextScaled = true
  254. sA.TextSize = 14.000
  255. sA.TextWrapped = true
  256. axonA.Name = "axonA"
  257. axonA.Parent = aboutOT
  258. axonA.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  259. axonA.BackgroundTransparency = 1.000
  260. axonA.Position = UDim2.new(0.0828729272, 0, 0.239361703, 0)
  261. axonA.Size = UDim2.new(0, 78, 0, 35)
  262. axonA.Font = Enum.Font.SourceSansItalic
  263. axonA.Text = "Axon"
  264. axonA.TextColor3 = Color3.fromRGB(255, 255, 255)
  265. axonA.TextScaled = true
  266. axonA.TextSize = 14.000
  267. axonA.TextWrapped = true
  268. scriptA.Name = "scriptA"
  269. scriptA.Parent = aboutOT
  270. scriptA.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  271. scriptA.BackgroundTransparency = 1.000
  272. scriptA.Position = UDim2.new(0.475138158, 0, 0.239361703, 0)
  273. scriptA.Size = UDim2.new(0, 78, 0, 35)
  274. scriptA.Font = Enum.Font.SourceSansItalic
  275. scriptA.Text = "Scripts"
  276. scriptA.TextColor3 = Color3.fromRGB(255, 255, 255)
  277. scriptA.TextScaled = true
  278. scriptA.TextSize = 14.000
  279. scriptA.TextWrapped = true
  280. byA.Name = "byA"
  281. byA.Parent = aboutOT
  282. byA.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  283. byA.BackgroundTransparency = 1.000
  284. byA.Position = UDim2.new(0.00552486209, 0, 0.425531924, 0)
  285. byA.Size = UDim2.new(0, 180, 0, 35)
  286. byA.Font = Enum.Font.SourceSansItalic
  287. byA.Text = "All By: Itz AxonZ"
  288. byA.TextColor3 = Color3.fromRGB(255, 255, 255)
  289. byA.TextScaled = true
  290. byA.TextSize = 14.000
  291. byA.TextWrapped = true
  292. requestA.Name = "requestA"
  293. requestA.Parent = aboutOT
  294. requestA.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  295. requestA.BackgroundTransparency = 1.000
  296. requestA.Position = UDim2.new(0.00552486209, 0, 0.606382966, 0)
  297. requestA.Size = UDim2.new(0, 180, 0, 73)
  298. requestA.Font = Enum.Font.SourceSansItalic
  299. requestA.Text = "Requested By: Maxime Renaud 👍"
  300. requestA.TextColor3 = Color3.fromRGB(255, 255, 255)
  301. requestA.TextScaled = true
  302. requestA.TextSize = 14.000
  303. requestA.TextWrapped = true
  304. homeT.Name = "homeT"
  305. homeT.Parent = WorkAtAPizzaPlaceUI
  306. homeT.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  307. homeT.BorderColor3 = Color3.fromRGB(255, 255, 255)
  308. homeT.BorderSizePixel = 3
  309. homeT.Position = UDim2.new(0.307368696, 0, 0.10752029, 0)
  310. homeT.Size = UDim2.new(0, 446, 0, 360)
  311. homeT.Visible = true
  312. aB.Name = "aB"
  313. aB.Parent = homeT
  314. aB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  315. aB.BackgroundTransparency = 1.000
  316. aB.Position = UDim2.new(0.340874642, 0, 0.0310752839, 0)
  317. aB.Size = UDim2.new(0, 96, 0, 82)
  318. aB.Font = Enum.Font.SourceSansItalic
  319. aB.Text = "A"
  320. aB.TextColor3 = Color3.fromRGB(255, 255, 255)
  321. aB.TextScaled = true
  322. aB.TextSize = 14.000
  323. aB.TextWrapped = true
  324. sB.Name = "sB"
  325. sB.Parent = homeT
  326. sB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  327. sB.BackgroundTransparency = 1.000
  328. sB.Position = UDim2.new(0.403054148, 0, 0.0719245896, 0)
  329. sB.Size = UDim2.new(0, 96, 0, 82)
  330. sB.Font = Enum.Font.SourceSansItalic
  331. sB.Text = "S"
  332. sB.TextColor3 = Color3.fromRGB(255, 255, 255)
  333. sB.TextScaled = true
  334. sB.TextSize = 14.000
  335. sB.TextWrapped = true
  336. axonAB.Name = "axonAB"
  337. axonAB.Parent = homeT
  338. axonAB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  339. axonAB.BackgroundTransparency = 1.000
  340. axonAB.Position = UDim2.new(0.260002911, 0, 0.178031489, 0)
  341. axonAB.Size = UDim2.new(0, 96, 0, 42)
  342. axonAB.Font = Enum.Font.SourceSansItalic
  343. axonAB.Text = "Axon"
  344. axonAB.TextColor3 = Color3.fromRGB(255, 255, 255)
  345. axonAB.TextScaled = true
  346. axonAB.TextSize = 14.000
  347. axonAB.TextWrapped = true
  348. scriptB.Name = "scriptB"
  349. scriptB.Parent = homeT
  350. scriptB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  351. scriptB.BackgroundTransparency = 1.000
  352. scriptB.Position = UDim2.new(0.481356055, 0, 0.0282506291, 0)
  353. scriptB.Size = UDim2.new(0, 96, 0, 42)
  354. scriptB.Font = Enum.Font.SourceSansItalic
  355. scriptB.Text = "Scripts"
  356. scriptB.TextColor3 = Color3.fromRGB(255, 255, 255)
  357. scriptB.TextScaled = true
  358. scriptB.TextSize = 14.000
  359. scriptB.TextWrapped = true
  360. thx.Name = "thx"
  361. thx.Parent = homeT
  362. thx.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  363. thx.BackgroundTransparency = 1.000
  364. thx.Position = UDim2.new(0.153506964, 0, 0.32553187, 0)
  365. thx.Size = UDim2.new(0, 292, 0, 105)
  366. thx.Font = Enum.Font.SourceSansItalic
  367. thx.Text = "Thanks For Using Axon Scripts!"
  368. thx.TextColor3 = Color3.fromRGB(255, 255, 255)
  369. thx.TextScaled = true
  370. thx.TextSize = 14.000
  371. thx.TextWrapped = true
  372. random.Name = "random"
  373. random.Parent = homeT
  374. random.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  375. random.BorderColor3 = Color3.fromRGB(255, 255, 255)
  376. random.BorderSizePixel = 2
  377. random.Position = UDim2.new(0.0189778283, 0, 0.831146598, 0)
  378. random.Size = UDim2.new(0, 429, 0, 48)
  379. random.Font = Enum.Font.SourceSansItalic
  380. random.Text = "Random"
  381. random.TextColor3 = Color3.fromRGB(255, 255, 255)
  382. random.TextScaled = true
  383. random.TextSize = 14.000
  384. random.TextWrapped = true
  385. mainT.Name = "mainT"
  386. mainT.Parent = WorkAtAPizzaPlaceUI
  387. mainT.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  388. mainT.BorderColor3 = Color3.fromRGB(255, 255, 255)
  389. mainT.BorderSizePixel = 3
  390. mainT.Position = UDim2.new(0.305848926, 0, 0.10752029, 0)
  391. mainT.Size = UDim2.new(0, 446, 0, 360)
  392. mainT.Visible = false
  393. titleMain.Name = "titleMain"
  394. titleMain.Parent = mainT
  395. titleMain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  396. titleMain.BackgroundTransparency = 1.000
  397. titleMain.Position = UDim2.new(0.291479826, 0, 0.0388888903, 0)
  398. titleMain.Size = UDim2.new(0, 200, 0, 50)
  399. titleMain.Font = Enum.Font.Code
  400. titleMain.Text = "Main"
  401. titleMain.TextColor3 = Color3.fromRGB(255, 255, 255)
  402. titleMain.TextScaled = true
  403. titleMain.TextSize = 14.000
  404. titleMain.TextWrapped = true
  405. toggleBox.Name = "toggleBox"
  406. toggleBox.Parent = mainT
  407. toggleBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  408. toggleBox.BackgroundTransparency = 1.000
  409. toggleBox.Position = UDim2.new(0.526905835, 0, 0.294444412, 0)
  410. toggleBox.Size = UDim2.new(0, 200, 0, 50)
  411. toggleBox.Font = Enum.Font.Code
  412. toggleBox.Text = "Button"
  413. toggleBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  414. toggleBox.TextScaled = true
  415. toggleBox.TextSize = 14.000
  416. toggleBox.MouseButton1Click:Connect(function()
  417. for _,v in pairs(workspace.SupplyButtons:GetDescendants()) do
  418. if v:IsA("TouchTransmitter") then
  419. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) --0 is touch
  420. wait()
  421. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) -- 1 is untouch
  422. end
  423. end
  424. end)
  425. labelBox.Name = "labelBox"
  426. labelBox.Parent = mainT
  427. labelBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  428. labelBox.BackgroundTransparency = 1.000
  429. labelBox.Position = UDim2.new(0.0426009074, 0, 0.294444472, 0)
  430. labelBox.Size = UDim2.new(0, 200, 0, 50)
  431. labelBox.Font = Enum.Font.Code
  432. labelBox.Text = "Spam Boxes"
  433. labelBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  434. labelBox.TextScaled = true
  435. labelBox.TextSize = 14.000
  436. labelBox.TextWrapped = true
  437. buttonBring.Name = "buttonBring"
  438. buttonBring.Parent = mainT
  439. buttonBring.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  440. buttonBring.BackgroundTransparency = 1.000
  441. buttonBring.Position = UDim2.new(0.0470851995, 0, 0.458333343, 0)
  442. buttonBring.Size = UDim2.new(0, 387, 0, 52)
  443. buttonBring.Font = Enum.Font.Code
  444. buttonBring.Text = "Bring All Unanchored Blocks"
  445. buttonBring.TextColor3 = Color3.fromRGB(255, 255, 255)
  446. buttonBring.TextScaled = true
  447. buttonBring.TextSize = 14.000
  448. buttonBring.TextWrapped = true
  449. buttonBring.MouseButton1Click:Connect(function()
  450. local UserInputService = game:GetService("UserInputService")
  451. local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
  452. local Folder = Instance.new("Folder", game:GetService("Workspace"))
  453. local Part = Instance.new("Part", Folder)
  454. local Attachment1 = Instance.new("Attachment", Part)
  455. Part.Anchored = true
  456. Part.CanCollide = false
  457. Part.Transparency = 1
  458. local Updated = Mouse.Hit + Vector3.new(0, 5, 0)
  459. local NetworkAccess = coroutine.create(function()
  460. settings().Physics.AllowSleep = false
  461. while game:GetService("RunService").RenderStepped:Wait() do
  462. for _, Players in next, game:GetService("Players"):GetPlayers() do
  463. if Players ~= game:GetService("Players").LocalPlayer then
  464. Players.MaximumSimulationRadius = 0
  465. sethiddenproperty(Players, "SimulationRadius", 0)
  466. end
  467. end
  468. game:GetService("Players").LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge)
  469. setsimulationradius(math.huge)
  470. end
  471. end)
  472. coroutine.resume(NetworkAccess)
  473. local function ForcePart(v)
  474. if v:IsA("Part") and v.Anchored == false and v.Parent:FindFirstChild("Humanoid") == nil and v.Parent:FindFirstChild("Head") == nil and v.Name ~= "Handle" then
  475. Mouse.TargetFilter = v
  476. for _, x in next, v:GetChildren() do
  477. if x:IsA("BodyAngularVelocity") or x:IsA("BodyForce") or x:IsA("BodyGyro") or x:IsA("BodyPosition") or x:IsA("BodyThrust") or x:IsA("BodyVelocity") or x:IsA("RocketPropulsion") then
  478. x:Destroy()
  479. end
  480. end
  481. if v:FindFirstChild("Attachment") then
  482. v:FindFirstChild("Attachment"):Destroy()
  483. end
  484. if v:FindFirstChild("AlignPosition") then
  485. v:FindFirstChild("AlignPosition"):Destroy()
  486. end
  487. if v:FindFirstChild("Torque") then
  488. v:FindFirstChild("Torque"):Destroy()
  489. end
  490. v.CanCollide = false
  491. local Torque = Instance.new("Torque", v)
  492. Torque.Torque = Vector3.new(100000, 100000, 100000)
  493. local AlignPosition = Instance.new("AlignPosition", v)
  494. local Attachment2 = Instance.new("Attachment", v)
  495. Torque.Attachment0 = Attachment2
  496. AlignPosition.MaxForce = 9999999999999999
  497. AlignPosition.MaxVelocity = math.huge
  498. AlignPosition.Responsiveness = 200
  499. AlignPosition.Attachment0 = Attachment2
  500. AlignPosition.Attachment1 = Attachment1
  501. end
  502. end
  503. for _, v in next, game:GetService("Workspace"):GetDescendants() do
  504. ForcePart(v)
  505. end
  506. game:GetService("Workspace").DescendantAdded:Connect(function(v)
  507. ForcePart(v)
  508. end)
  509. UserInputService.InputBegan:Connect(function(Key, Chat)
  510. if Key.KeyCode == Enum.KeyCode.E and not Chat then
  511. Updated = Mouse.Hit + Vector3.new(0, 5, 0)
  512. end
  513. end)
  514. spawn(function()
  515. while game:GetService("RunService").RenderStepped:Wait() do
  516. Attachment1.WorldCFrame = Updated
  517. end
  518. end)
  519. end)
  520. labelMoreSoon.Name = "labelMoreSoon"
  521. labelMoreSoon.Parent = mainT
  522. labelMoreSoon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  523. labelMoreSoon.BackgroundTransparency = 1.000
  524. labelMoreSoon.Position = UDim2.new(0.0336322859, 0, 0.830555558, 0)
  525. labelMoreSoon.Size = UDim2.new(0, 419, 0, 50)
  526. labelMoreSoon.Font = Enum.Font.Code
  527. labelMoreSoon.Text = "More Comming Soon!"
  528. labelMoreSoon.TextColor3 = Color3.fromRGB(255, 255, 255)
  529. labelMoreSoon.TextScaled = true
  530. labelMoreSoon.TextSize = 14.000
  531. labelMoreSoon.TextWrapped = true
  532. plrT.Name = "plrT"
  533. plrT.Parent = WorkAtAPizzaPlaceUI
  534. plrT.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  535. plrT.BorderColor3 = Color3.fromRGB(255, 255, 255)
  536. plrT.BorderSizePixel = 3
  537. plrT.Position = UDim2.new(0.305848926, 0, 0.10752029, 0)
  538. plrT.Size = UDim2.new(0, 446, 0, 360)
  539. plrT.Visible = false
  540. titlePlayer.Name = "titlePlayer"
  541. titlePlayer.Parent = plrT
  542. titlePlayer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  543. titlePlayer.BackgroundTransparency = 1.000
  544. titlePlayer.Position = UDim2.new(0.291479826, 0, 0.0388888903, 0)
  545. titlePlayer.Size = UDim2.new(0, 200, 0, 50)
  546. titlePlayer.Font = Enum.Font.Code
  547. titlePlayer.Text = "Player"
  548. titlePlayer.TextColor3 = Color3.fromRGB(255, 255, 255)
  549. titlePlayer.TextScaled = true
  550. titlePlayer.TextSize = 14.000
  551. titlePlayer.TextWrapped = true
  552. buttonUpdate.Name = "buttonUpdate"
  553. buttonUpdate.Parent = plrT
  554. buttonUpdate.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  555. buttonUpdate.BackgroundTransparency = 1.000
  556. buttonUpdate.Position = UDim2.new(0.0672645643, 0, 0.519444466, 0)
  557. buttonUpdate.Size = UDim2.new(0, 387, 0, 52)
  558. buttonUpdate.Font = Enum.Font.Code
  559. buttonUpdate.Text = "Update Humanoid"
  560. buttonUpdate.TextColor3 = Color3.fromRGB(255, 255, 255)
  561. buttonUpdate.TextScaled = true
  562. buttonUpdate.TextSize = 14.000
  563. buttonUpdate.TextWrapped = true
  564. buttonUpdate.MouseButton1Click:Connect(function()
  565. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = boxSpeed.Text
  566. game.Players.LocalPlayer.Character.Humanoid.JumpPower = boxPower.Text
  567. end)
  568. boxSpeed.Name = "boxSpeed"
  569. boxSpeed.Parent = plrT
  570. boxSpeed.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  571. boxSpeed.BorderColor3 = Color3.fromRGB(255, 255, 255)
  572. boxSpeed.BorderSizePixel = 2
  573. boxSpeed.Position = UDim2.new(0.0695067272, 0, 0.188888878, 0)
  574. boxSpeed.Size = UDim2.new(0, 385, 0, 50)
  575. boxSpeed.Font = Enum.Font.Code
  576. boxSpeed.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  577. boxSpeed.PlaceholderText = "Walk Speed"
  578. boxSpeed.Text = ""
  579. boxSpeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  580. boxSpeed.TextScaled = true
  581. boxSpeed.TextSize = 14.000
  582. boxSpeed.TextWrapped = true
  583. boxPower.Name = "boxPower"
  584. boxPower.Parent = plrT
  585. boxPower.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  586. boxPower.BorderColor3 = Color3.fromRGB(255, 255, 255)
  587. boxPower.BorderSizePixel = 2
  588. boxPower.Position = UDim2.new(0.0695067272, 0, 0.352777779, 0)
  589. boxPower.Size = UDim2.new(0, 385, 0, 50)
  590. boxPower.Font = Enum.Font.Code
  591. boxPower.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  592. boxPower.PlaceholderText = "Jump Power"
  593. boxPower.Text = ""
  594. boxPower.TextColor3 = Color3.fromRGB(255, 255, 255)
  595. boxPower.TextScaled = true
  596. boxPower.TextSize = 14.000
  597. boxPower.TextWrapped = true
  598. buttonManager.Name = "buttonManager"
  599. buttonManager.Parent = plrT
  600. buttonManager.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  601. buttonManager.BackgroundTransparency = 1.000
  602. buttonManager.Position = UDim2.new(0.0695067197, 0, 0.686111152, 0)
  603. buttonManager.Size = UDim2.new(0, 387, 0, 52)
  604. buttonManager.Font = Enum.Font.Code
  605. buttonManager.Text = "Become Manager"
  606. buttonManager.TextColor3 = Color3.fromRGB(255, 255, 255)
  607. buttonManager.TextScaled = true
  608. buttonManager.TextSize = 14.000
  609. buttonManager.TextWrapped = true
  610. buttonManager.MouseButton1Click:Connect(function()
  611. local Players = game:GetService("Players")
  612. local player = Players.LocalPlayer
  613. local humanoid = player.Character.Humanoid
  614. local mteam = game:GetService("Teams").Manager
  615. local man = mteam:GetPlayers()[1]
  616. --deletes a glitchy chair in the office (optional)
  617. if workspace:FindFirstChild("ExtraChair") and workspace.ExtraChair:FindFirstChild("Seat") then
  618. workspace.ExtraChair.Seat:Destroy()
  619. end
  620. if man then
  621. --check if he's respawning or sitting
  622. local htxt
  623. if man.Character==nil or man.Character:FindFirstChild("HumanoidRootPart")==nil or man.Character:FindFirstChild("Humanoid")==nil then
  624. htxt = "Failed because manager is respawning"
  625. end
  626. local target = man.Character.HumanoidRootPart
  627. if man.Character.Humanoid.Sit then
  628. htxt = "Failed because manager is sitting"
  629. end
  630. if htxt then
  631. local h = Instance.new("Hint",workspace)
  632. h.Text = htxt
  633. wait(3)
  634. h:Destroy()
  635. return
  636. end
  637. --get in a car
  638. if not workspace.Cars:IsAncestorOf(humanoid.SeatPart) then
  639. humanoid.Jump=true
  640. wait(0.1)
  641. for _,car in ipairs(workspace.Cars:GetChildren()) do
  642. if car:FindFirstChild("Driver") and car.Driver.Occupant==nil and car:FindFirstChild("Owner") and car.Owner.Value==nil then
  643. car.Driver:Sit(humanoid)
  644. wait(0.3)
  645. if humanoid.SeatPart then
  646. break
  647. end
  648. end
  649. end
  650. end
  651. local seat = humanoid.SeatPart
  652. local car = seat.Parent
  653. local returncf = CFrame.new(14,-4.5,21)*CFrame.Angles(0,math.pi/2,0)
  654. for j=1,4 do
  655. --attempt to sit manager
  656. seat.Anchored=false
  657. local e = 0
  658. while car.HoodSeat.Occupant==nil and mteam:GetPlayers()[1] and target.Parent and e<5 do
  659. local newpos = target.Position+Vector3.new(0,-3,0)+target.CFrame.lookVector*5.5+target.Velocity*.7
  660. local flatdir = (target.CFrame.lookVector*Vector3.new(1,0,1)).Unit --target's looking direction, flattened
  661. if not (flatdir.x < 2) then --inf
  662. flatdir = Vector3.new(1,0,0)
  663. end
  664. car:SetPrimaryPartCFrame(CFrame.new(newpos,newpos-flatdir))
  665. seat.Velocity=Vector3.new()
  666. local e2=0
  667. while car.HoodSeat.Occupant==nil and mteam:GetPlayers()[1] and target.Parent and e2<0.7 do
  668. e2=e2+wait()
  669. end
  670. e=e+e2
  671. end
  672. --attempt to move manager
  673. car:SetPrimaryPartCFrame(returncf)
  674. wait(.1)
  675. car:SetPrimaryPartCFrame(returncf)
  676. seat.Anchored=true
  677. e = 0
  678. while mteam:GetPlayers()[1] and target.Parent and e<1 do
  679. e=e+wait()
  680. end
  681. car.HoodSeat:ClearAllChildren() --unsits anyone
  682. e = 0
  683. while mteam:GetPlayers()[1] and target.Parent and e<0.5 do
  684. e=e+wait()
  685. end
  686. if mteam:GetPlayers()[1]==nil or target.Parent==nil then
  687. break
  688. end
  689. end
  690. --reset car
  691. seat.Anchored=false
  692. wait()
  693. car:SetPrimaryPartCFrame(CFrame.new(120,10,-75))
  694. wait()
  695. end
  696. end)
  697. buttonNoclip.Name = "buttonNoclip"
  698. buttonNoclip.Parent = plrT
  699. buttonNoclip.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  700. buttonNoclip.BackgroundTransparency = 1.000
  701. buttonNoclip.Position = UDim2.new(0.0672645643, 0, 0.830555618, 0)
  702. buttonNoclip.Size = UDim2.new(0, 387, 0, 52)
  703. buttonNoclip.Font = Enum.Font.Code
  704. buttonNoclip.Text = "Noclip"
  705. buttonNoclip.TextColor3 = Color3.fromRGB(255, 0, 0)
  706. buttonNoclip.TextScaled = true
  707. buttonNoclip.TextSize = 14.000
  708. buttonNoclip.TextWrapped = true
  709. noclip = false
  710. game:GetService('RunService').Stepped:connect(function()
  711. if noclip then
  712. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  713. end
  714. end)
  715. buttonNoclip.MouseButton1Down:connect(function()
  716. noclip = not noclip
  717. if buttonNoclip.Text == "Noclip [ ON ]" then
  718. buttonNoclip.TextColor3 = Color3.fromRGB(255, 0, 0)
  719. buttonNoclip.Text = "Noclip [ OFF ]"
  720. else
  721. buttonNoclip.Text = "Noclip [ ON ]"
  722. buttonNoclip.TextColor3 = Color3.fromRGB(0, 255, 0)
  723. end
  724. end)
  725. tpT.Name = "tpT"
  726. tpT.Parent = WorkAtAPizzaPlaceUI
  727. tpT.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  728. tpT.BorderColor3 = Color3.fromRGB(255, 255, 255)
  729. tpT.BorderSizePixel = 3
  730. tpT.Position = UDim2.new(0.307368696, 0, 0.107520282, 0)
  731. tpT.Size = UDim2.new(0, 446, 0, 360)
  732. tpT.Visible = false
  733. titleTeleport.Name = "titleTeleport"
  734. titleTeleport.Parent = tpT
  735. titleTeleport.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  736. titleTeleport.BackgroundTransparency = 1.000
  737. titleTeleport.Position = UDim2.new(0.291479826, 0, 0.0388888903, 0)
  738. titleTeleport.Size = UDim2.new(0, 200, 0, 50)
  739. titleTeleport.Font = Enum.Font.Code
  740. titleTeleport.Text = "Teleports"
  741. titleTeleport.TextColor3 = Color3.fromRGB(255, 255, 255)
  742. titleTeleport.TextScaled = true
  743. titleTeleport.TextSize = 14.000
  744. titleTeleport.TextWrapped = true
  745. spawmTp.Name = "spawmTp"
  746. spawmTp.Parent = tpT
  747. spawmTp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  748. spawmTp.BackgroundTransparency = 1.000
  749. spawmTp.Position = UDim2.new(0.0672645718, 0, 0.202777773, 0)
  750. spawmTp.Size = UDim2.new(0, 387, 0, 34)
  751. spawmTp.Font = Enum.Font.Code
  752. spawmTp.Text = "Spawn"
  753. spawmTp.TextColor3 = Color3.fromRGB(255, 255, 255)
  754. spawmTp.TextScaled = true
  755. spawmTp.TextSize = 14.000
  756. spawmTp.TextWrapped = true
  757. spawmTp.MouseButton1Click:Connect(function()
  758. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(49, 3, 198)
  759. end)
  760. cashierTp.Name = "cashierTp"
  761. cashierTp.Parent = tpT
  762. cashierTp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  763. cashierTp.BackgroundTransparency = 1.000
  764. cashierTp.Position = UDim2.new(0.0650224164, 0, 0.327777773, 0)
  765. cashierTp.Size = UDim2.new(0, 387, 0, 34)
  766. cashierTp.Font = Enum.Font.Code
  767. cashierTp.Text = "Cashier"
  768. cashierTp.TextColor3 = Color3.fromRGB(255, 255, 255)
  769. cashierTp.TextScaled = true
  770. cashierTp.TextSize = 14.000
  771. cashierTp.TextWrapped = true
  772. cashierTp.MouseButton1Click:Connect(function()
  773. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(48, 4, 80)
  774. end)
  775. cookTp.Name = "cookTp"
  776. cookTp.Parent = tpT
  777. cookTp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  778. cookTp.BackgroundTransparency = 1.000
  779. cookTp.Position = UDim2.new(0.0650224164, 0, 0.441666663, 0)
  780. cookTp.Size = UDim2.new(0, 387, 0, 34)
  781. cookTp.Font = Enum.Font.Code
  782. cookTp.Text = "Cook"
  783. cookTp.TextColor3 = Color3.fromRGB(255, 255, 255)
  784. cookTp.TextScaled = true
  785. cookTp.TextSize = 14.000
  786. cookTp.TextWrapped = true
  787. cookTp.MouseButton1Click:Connect(function()
  788. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(42, 4, 61)
  789. end)
  790. managerTp.Name = "managerTp"
  791. managerTp.Parent = tpT
  792. managerTp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  793. managerTp.BackgroundTransparency = 1.000
  794. managerTp.Position = UDim2.new(0.0650224164, 0, 0.555555582, 0)
  795. managerTp.Size = UDim2.new(0, 387, 0, 34)
  796. managerTp.Font = Enum.Font.Code
  797. managerTp.Text = "Manager's Office"
  798. managerTp.TextColor3 = Color3.fromRGB(255, 255, 255)
  799. managerTp.TextScaled = true
  800. managerTp.TextSize = 14.000
  801. managerTp.TextWrapped = true
  802. managerTp.MouseButton1Click:Connect(function()
  803. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(37, 4, 3)
  804. end)
  805. boxerTp.Name = "boxerTp"
  806. boxerTp.Parent = tpT
  807. boxerTp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  808. boxerTp.BackgroundTransparency = 1.000
  809. boxerTp.Position = UDim2.new(0.0672645718, 0, 0.663888931, 0)
  810. boxerTp.Size = UDim2.new(0, 387, 0, 34)
  811. boxerTp.Font = Enum.Font.Code
  812. boxerTp.Text = "Boxer"
  813. boxerTp.TextColor3 = Color3.fromRGB(255, 255, 255)
  814. boxerTp.TextScaled = true
  815. boxerTp.TextSize = 14.000
  816. boxerTp.TextWrapped = true
  817. boxerTp.MouseButton1Click:Connect(function()
  818. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(55, 4, 31)
  819. end)
  820. supplierTp.Name = "supplierTp"
  821. supplierTp.Parent = tpT
  822. supplierTp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  823. supplierTp.BackgroundTransparency = 1.000
  824. supplierTp.Position = UDim2.new(0.0650224164, 0, 0.758333385, 0)
  825. supplierTp.Size = UDim2.new(0, 387, 0, 34)
  826. supplierTp.Font = Enum.Font.Code
  827. supplierTp.Text = "Supplier"
  828. supplierTp.TextColor3 = Color3.fromRGB(255, 255, 255)
  829. supplierTp.TextScaled = true
  830. supplierTp.TextSize = 14.000
  831. supplierTp.TextWrapped = true
  832. supplierTp.MouseButton1Click:Connect(function()
  833. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(8, 13, -1020)
  834. end)
  835. deliveryTp.Name = "deliveryTp"
  836. deliveryTp.Parent = tpT
  837. deliveryTp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  838. deliveryTp.BackgroundTransparency = 1.000
  839. deliveryTp.Position = UDim2.new(0.0650224164, 0, 0.869444489, 0)
  840. deliveryTp.Size = UDim2.new(0, 387, 0, 34)
  841. deliveryTp.Font = Enum.Font.Code
  842. deliveryTp.Text = "Delivery"
  843. deliveryTp.TextColor3 = Color3.fromRGB(255, 255, 255)
  844. deliveryTp.TextScaled = true
  845. deliveryTp.TextSize = 14.000
  846. deliveryTp.TextWrapped = true
  847. deliveryTp.MouseButton1Click:Connect(function()
  848. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(64, 4, -17)
  849. end)
  850. soundT.Name = "soundT"
  851. soundT.Parent = WorkAtAPizzaPlaceUI
  852. soundT.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  853. soundT.BorderColor3 = Color3.fromRGB(255, 255, 255)
  854. soundT.BorderSizePixel = 3
  855. soundT.Position = UDim2.new(0.305848926, 0, 0.10752029, 0)
  856. soundT.Size = UDim2.new(0, 446, 0, 360)
  857. soundT.Visible = false
  858. titleSound.Name = "titleSound"
  859. titleSound.Parent = soundT
  860. titleSound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  861. titleSound.BackgroundTransparency = 1.000
  862. titleSound.Position = UDim2.new(0.291479826, 0, 0.0388888903, 0)
  863. titleSound.Size = UDim2.new(0, 200, 0, 50)
  864. titleSound.Font = Enum.Font.Code
  865. titleSound.Text = "Sound"
  866. titleSound.TextColor3 = Color3.fromRGB(255, 255, 255)
  867. titleSound.TextScaled = true
  868. titleSound.TextSize = 14.000
  869. titleSound.TextWrapped = true
  870. buttonPlay.Name = "buttonPlay"
  871. buttonPlay.Parent = soundT
  872. buttonPlay.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  873. buttonPlay.BackgroundTransparency = 1.000
  874. buttonPlay.Position = UDim2.new(0.0672645643, 0, 0.519444466, 0)
  875. buttonPlay.Size = UDim2.new(0, 387, 0, 52)
  876. buttonPlay.Font = Enum.Font.Code
  877. buttonPlay.Text = "Play"
  878. buttonPlay.TextColor3 = Color3.fromRGB(255, 255, 255)
  879. buttonPlay.TextScaled = true
  880. buttonPlay.TextSize = 14.000
  881. buttonPlay.TextWrapped = true
  882. buttonPlay.MouseButton1Click:Connect(function()
  883. getgenv().audioId = idBox.Text -- self explanatory
  884. getgenv().soundVolume = volBox.Text -- up to 10
  885. local userdata_1 = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Menu.Emotions;
  886. local userdata_2 = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Menu.Emotions.ScrollingFrame.List;
  887. local userdata_3 = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Menu.Emotions.ScrollingFrame.List.Template;
  888. local table_2 = {
  889. ["Name"] = 'Clap',
  890. ["GroupColor"] = 'Bright blue'
  891. };
  892. local table_1 = {
  893. ["Sleep"] = {
  894. ["SoundLooped"] = true,
  895. ["R15"] = 4308418502,
  896. ["FaceId"] = 66329905,
  897. ["Object"] = 'Sleep',
  898. ["Name"] = 'Sleep',
  899. ["R6"] = 868450390,
  900. ["SoundId"] = audioId,
  901. ["Priority"] = 'Enum.AnimationPriority.Action',
  902. ["Volume"] = soundVolume,
  903. ["MovementCancel"] = true
  904. },
  905. ["Bye"] = {
  906. ["Name"] = 'Bye',
  907. ["R6"] = 154179312,
  908. ["SoundId"] = audioId,
  909. ["Priority"] = 'Enum.AnimationPriority.Action',
  910. ["R15"] = 4308390587,
  911. ["Object"] = 'Bye'
  912. },
  913. ["Point"] = {
  914. ["Name"] = 'Point',
  915. ["R6"] = 154188723,
  916. ["SoundId"] = audioId,
  917. ["Priority"] = 'Enum.AnimationPriority.Action',
  918. ["R15"] = 4308408568,
  919. ["Object"] = 'Point'
  920. },
  921. ["Bathtub"] = {
  922. ["Name"] = 'Bathtub',
  923. ["R6"] = 1799552363,
  924. ["Priority"] = 'Enum.AnimationPriority.Core',
  925. ["R15"] = 1794938782,
  926. ["Object"] = 'Bathtub'
  927. },
  928. ["Glee"] = {
  929. ["Object"] = 'Glee',
  930. ["Name"] = 'Glee',
  931. ["FaceId"] = 27802003,
  932. ["SoundId"] = audioId,
  933. ["Priority"] = 'Enum.AnimationPriority.Action',
  934. ["R15"] = 4308399012,
  935. ["R6"] = 154159852
  936. },
  937. ["Coffin"] = {
  938. ["Name"] = 'Coffin',
  939. ["MovementCancel"] = true,
  940. ["R15"] = 2506115448,
  941. ["Priority"] = 'Enum.AnimationPriority.Action',
  942. ["Object"] = 'Coffin',
  943. ["R6"] = 2506141081
  944. },
  945. ["Twist"] = {
  946. ["Name"] = 'Twist',
  947. ["MovementCancel"] = true,
  948. ["Priority"] = 'Enum.AnimationPriority.Action',
  949. ["R15"] = 4308333353,
  950. ["Object"] = 'Twist'
  951. },
  952. ["ToolHold"] = {
  953. ["Name"] = 'ToolHold',
  954. ["R6"] = 182393478,
  955. ["Priority"] = 'Enum.AnimationPriority.Action',
  956. ["R15"] = 4308323620,
  957. ["Object"] = 'ToolHold'
  958. },
  959. ["Confused"] = {
  960. ["Object"] = 'Confused',
  961. ["Name"] = 'Confused',
  962. ["FaceId"] = 120250454,
  963. ["SoundId"] = audioId,
  964. ["Priority"] = 'Enum.AnimationPriority.Action',
  965. ["R15"] = 4308393154,
  966. ["R6"] = 154183110
  967. },
  968. ["DrinkSmoothie"] = {
  969. ["Object"] = 'DrinkSmoothie',
  970. ["Priority"] = 'Enum.AnimationPriority.Action',
  971. ["Name"] = 'DrinkSmoothie',
  972. ["R15"] = 3339779154
  973. },
  974. ["DrinkCoffee"] = {
  975. ["Object"] = 'DrinkCoffee',
  976. ["Priority"] = 'Enum.AnimationPriority.Action',
  977. ["Name"] = 'DrinkCoffee',
  978. ["R15"] = 3339576493
  979. },
  980. ["Shocked"] = {
  981. ["Object"] = 'Shocked',
  982. ["Name"] = 'Shocked',
  983. ["FaceId"] = 1601874588,
  984. ["SoundId"] = audioId,
  985. ["Priority"] = 'Enum.AnimationPriority.Action',
  986. ["R15"] = 1602091152,
  987. ["R6"] = 1620310558
  988. },
  989. ["Laugh"] = {
  990. ["Object"] = 'Laugh',
  991. ["Name"] = 'Laugh',
  992. ["FaceId"] = 32063242,
  993. ["SoundId"] = audioId,
  994. ["Priority"] = 'Enum.AnimationPriority.Action',
  995. ["R15"] = 4308402710,
  996. ["R6"] = 154166518
  997. },
  998. ["Idle"] = {
  999. ["Name"] = 'Idle',
  1000. ["Weight"] = 0.4,
  1001. ["R15"] = 507766388,
  1002. ["Priority"] = 'Enum.AnimationPriority.Core',
  1003. ["Object"] = 'Idle',
  1004. ["R6"] = 180435571
  1005. },
  1006. ["Jump"] = {
  1007. ["Name"] = 'Jump',
  1008. ["Weight"] = 0.7,
  1009. ["R15"] = 507765000,
  1010. ["Priority"] = 'Enum.AnimationPriority.Core',
  1011. ["Object"] = 'Jump',
  1012. ["R6"] = 125750702
  1013. },
  1014. ["Sad"] = {
  1015. ["Object"] = 'Sad',
  1016. ["Name"] = 'Sad',
  1017. ["FaceId"] = 76690153,
  1018. ["SoundId"] = audioId,
  1019. ["Priority"] = 'Enum.AnimationPriority.Action',
  1020. ["R15"] = 4308410706,
  1021. ["R6"] = 153230853
  1022. },
  1023. ["Run"] = {
  1024. ["Name"] = 'Run',
  1025. ["Weight"] = 1,
  1026. ["R15"] = 507767714,
  1027. ["Priority"] = 'Enum.AnimationPriority.Core',
  1028. ["Object"] = 'Run',
  1029. ["R6"] = 180426354
  1030. },
  1031. ["Swim"] = {
  1032. ["Name"] = 'Swim',
  1033. ["R6"] = 865902879,
  1034. ["Priority"] = 'Enum.AnimationPriority.Core',
  1035. ["R15"] = 507784897,
  1036. ["Object"] = 'Swim'
  1037. },
  1038. ["SwimIdle"] = {
  1039. ["Name"] = 'SwimIdle',
  1040. ["Weight"] = 0.5,
  1041. ["R15"] = 507785072,
  1042. ["Priority"] = 'Enum.AnimationPriority.Core',
  1043. ["Object"] = 'SwimIdle',
  1044. ["R6"] = 865918502
  1045. },
  1046. ["ConfusionOrb"] = {
  1047. ["Name"] = 'ConfusionOrb',
  1048. ["R6"] = 866550588,
  1049. ["Priority"] = 'Enum.AnimationPriority.Action',
  1050. ["R15"] = 866541157,
  1051. ["Object"] = 'ConfusionOrb'
  1052. },
  1053. ["Punch"] = {
  1054. ["Name"] = 'Punch',
  1055. ["R6"] = 3175899997,
  1056. ["Priority"] = 'Enum.AnimationPriority.Action',
  1057. ["R15"] = 3175791062,
  1058. ["Object"] = 'Punch'
  1059. },
  1060. ["Amazed"] = {
  1061. ["Object"] = 'Amazed',
  1062. ["Name"] = 'Amazed',
  1063. ["FaceId"] = 45528113,
  1064. ["SoundId"] = audioId,
  1065. ["Priority"] = 'Enum.AnimationPriority.Action',
  1066. ["R15"] = 154174346,
  1067. ["R6"] = 154174346
  1068. },
  1069. ["Walk"] = {
  1070. ["Name"] = 'Walk',
  1071. ["Weight"] = 0.6,
  1072. ["R15"] = 507777826,
  1073. ["Priority"] = 'Enum.AnimationPriority.Core',
  1074. ["Object"] = 'Walk',
  1075. ["R6"] = 180426354
  1076. },
  1077. ["Swing"] = {
  1078. ["Name"] = 'Swing',
  1079. ["MovementCancel"] = true,
  1080. ["Priority"] = 'Enum.AnimationPriority.Action',
  1081. ["R15"] = 4308330448,
  1082. ["Object"] = 'Swing'
  1083. },
  1084. ["Shuffle"] = {
  1085. ["Name"] = 'Shuffle',
  1086. ["MovementCancel"] = true,
  1087. ["Priority"] = 'Enum.AnimationPriority.Action',
  1088. ["R15"] = 4308343244,
  1089. ["Object"] = 'Shuffle'
  1090. },
  1091. ["Whistle"] = {
  1092. ["Object"] = 'Whistle',
  1093. ["Name"] = 'Whistle',
  1094. ["Weight"] = 0.4,
  1095. ["R15"] = 4308430737,
  1096. ["Priority"] = 'Enum.AnimationPriority.Action',
  1097. ["R6"] = 180435571,
  1098. ["FaceId"] = 22877631
  1099. },
  1100. ["Cheer"] = {
  1101. ["Object"] = 'Cheer',
  1102. ["Name"] = 'Cheer',
  1103. ["FaceId"] = 27802003,
  1104. ["SoundId"] = audioId,
  1105. ["Priority"] = 'Enum.AnimationPriority.Action',
  1106. ["R15"] = 507770677,
  1107. ["R6"] = 129423030
  1108. },
  1109. ["Evil"] = {
  1110. ["Object"] = 'Evil',
  1111. ["Name"] = 'Evil',
  1112. ["FaceId"] = 1604383339,
  1113. ["SoundId"] = audioId,
  1114. ["Priority"] = 'Enum.AnimationPriority.Action',
  1115. ["R15"] = 4308438228,
  1116. ["R6"] = 1620296629
  1117. },
  1118. ["HipHop"] = {
  1119. ["Name"] = 'HipHop',
  1120. ["MovementCancel"] = true,
  1121. ["Priority"] = 'Enum.AnimationPriority.Action',
  1122. ["R15"] = 4308346808,
  1123. ["Object"] = 'HipHop'
  1124. },
  1125. ["Dance2"] = {
  1126. ["Name"] = 'Dance2',
  1127. ["MovementCancel"] = true,
  1128. ["R15"] = 507776043,
  1129. ["Priority"] = 'Enum.AnimationPriority.Action',
  1130. ["Object"] = 'Dance2',
  1131. ["R6"] = 182436842
  1132. },
  1133. ["Dance3"] = {
  1134. ["Name"] = 'Dance3',
  1135. ["MovementCancel"] = true,
  1136. ["R15"] = 507777268,
  1137. ["Priority"] = 'Enum.AnimationPriority.Action',
  1138. ["Object"] = 'Dance3',
  1139. ["R6"] = 182436935
  1140. },
  1141. ["SitSeat"] = {
  1142. ["Name"] = 'SitSeat',
  1143. ["Weight"] = 0.99,
  1144. ["R15"] = 2506281703,
  1145. ["Priority"] = 'Enum.AnimationPriority.Core',
  1146. ["Object"] = 'SitSeat',
  1147. ["R6"] = 178130996
  1148. },
  1149. ["Think"] = {
  1150. ["Object"] = 'Think',
  1151. ["Name"] = 'Think',
  1152. ["FaceId"] = 209715003,
  1153. ["SoundId"] = audioId,
  1154. ["Priority"] = 'Enum.AnimationPriority.Action',
  1155. ["R15"] = 4308415882,
  1156. ["R6"] = 154185274
  1157. },
  1158. ["Wave"] = {
  1159. ["Name"] = 'Wave',
  1160. ["R6"] = 128777973,
  1161. ["Priority"] = 'Enum.AnimationPriority.Action',
  1162. ["R15"] = 507770239,
  1163. ["Object"] = 'Wave'
  1164. },
  1165. ["Eat"] = {
  1166. ["Object"] = 'Eat',
  1167. ["Priority"] = 'Enum.AnimationPriority.Action',
  1168. ["Name"] = 'Eat',
  1169. ["R15"] = 3343204532
  1170. },
  1171. ["Fall"] = {
  1172. ["Name"] = 'Fall',
  1173. ["Weight"] = 0.7,
  1174. ["R15"] = 507767968,
  1175. ["Priority"] = 'Enum.AnimationPriority.Core',
  1176. ["Object"] = 'Fall',
  1177. ["R6"] = 180436148
  1178. },
  1179. ["ThrowCoin"] = {
  1180. ["Name"] = 'ThrowCoin',
  1181. ["R6"] = 156055482,
  1182. ["Priority"] = 'Enum.AnimationPriority.Action',
  1183. ["R15"] = 867194400,
  1184. ["Object"] = 'ThrowCoin'
  1185. },
  1186. ["Easy"] = {
  1187. ["Name"] = 'Easy',
  1188. ["MovementCancel"] = true,
  1189. ["Priority"] = 'Enum.AnimationPriority.Action',
  1190. ["R15"] = 4308337079,
  1191. ["Object"] = 'Easy'
  1192. },
  1193. ["Driving"] = {
  1194. ["Name"] = 'Driving',
  1195. ["Weight"] = 0.99,
  1196. ["R15"] = 866020346,
  1197. ["Priority"] = 'Enum.AnimationPriority.Core',
  1198. ["Object"] = 'Driving',
  1199. ["R6"] = 178130996
  1200. },
  1201. ["Sit"] = {
  1202. ["Name"] = 'Sit',
  1203. ["MovementCancel"] = true,
  1204. ["R15"] = 4308421826,
  1205. ["Priority"] = 'Enum.AnimationPriority.Action',
  1206. ["Object"] = 'Sit',
  1207. ["R6"] = 868508890
  1208. },
  1209. ["SleepSeat"] = {
  1210. ["SoundLooped"] = true,
  1211. ["R15"] = 4308318405,
  1212. ["FaceId"] = 66329905,
  1213. ["Object"] = 'SleepSeat',
  1214. ["Name"] = 'SleepSeat',
  1215. ["R6"] = 869468579,
  1216. ["SoundId"] = audioId,
  1217. ["Priority"] = 'Enum.AnimationPriority.Action',
  1218. ["Volume"] = soundVolume,
  1219. ["MovementCancel"] = true
  1220. },
  1221. ["Marashin"] = {
  1222. ["Name"] = 'Marashin',
  1223. ["MovementCancel"] = true,
  1224. ["Priority"] = 'Enum.AnimationPriority.Action',
  1225. ["R15"] = 4308362239,
  1226. ["Object"] = 'Marashin'
  1227. },
  1228. ["Scared"] = {
  1229. ["Object"] = 'Scared',
  1230. ["Name"] = 'Scared',
  1231. ["FaceId"] = 47206380,
  1232. ["SoundId"] = audioId,
  1233. ["Priority"] = 'Enum.AnimationPriority.Action',
  1234. ["R15"] = 4308413393,
  1235. ["R6"] = 154170755
  1236. },
  1237. ["Clap"] = {
  1238. ["Name"] = 'Clap',
  1239. ["R6"] = 868730451,
  1240. ["SoundId"] = audioId,
  1241. ["Priority"] = 'Enum.AnimationPriority.Action',
  1242. ["R15"] = 4308424082,
  1243. ["Object"] = 'Clap'
  1244. },
  1245. ["HipHop2"] = {
  1246. ["Name"] = 'HipHop2',
  1247. ["MovementCancel"] = true,
  1248. ["Priority"] = 'Enum.AnimationPriority.Action',
  1249. ["R15"] = 4308356261,
  1250. ["Object"] = 'HipHop2'
  1251. },
  1252. ["Die"] = {
  1253. ["Object"] = 'Die',
  1254. ["R15"] = 4308443969,
  1255. ["Name"] = 'Die',
  1256. ["MovementCancel"] = true,
  1257. ["SoundId"] = audioId,
  1258. ["Priority"] = 'Enum.AnimationPriority.Action',
  1259. ["R6"] = 1620270981,
  1260. ["FaceId"] = 1604616024
  1261. },
  1262. ["Disgust"] = {
  1263. ["Object"] = 'Disgust',
  1264. ["Name"] = 'Disgust',
  1265. ["FaceId"] = 1598203828,
  1266. ["SoundId"] = audioId,
  1267. ["Priority"] = 'Enum.AnimationPriority.Action',
  1268. ["R15"] = 4308435046,
  1269. ["R6"] = 1620305485
  1270. },
  1271. ["Hi"] = {
  1272. ["Name"] = 'Hi',
  1273. ["R6"] = 154179312,
  1274. ["SoundId"] = audioId,
  1275. ["Priority"] = 'Enum.AnimationPriority.Action',
  1276. ["R15"] = 4308390587,
  1277. ["Object"] = 'Hi'
  1278. },
  1279. ["Flair"] = {
  1280. ["Name"] = 'Flair',
  1281. ["MovementCancel"] = true,
  1282. ["Priority"] = 'Enum.AnimationPriority.Action',
  1283. ["R15"] = 4308358633,
  1284. ["Object"] = 'Flair'
  1285. },
  1286. ["Dance"] = {
  1287. ["Name"] = 'Dance',
  1288. ["MovementCancel"] = true,
  1289. ["R15"] = 507771019,
  1290. ["SoundId"] = audioId,
  1291. ["Priority"] = 'Enum.AnimationPriority.Action',
  1292. ["Object"] = 'Dance',
  1293. ["R6"] = 182435998
  1294. },
  1295. ["Climb"] = {
  1296. ["Name"] = 'Climb',
  1297. ["R6"] = 180436334,
  1298. ["Priority"] = 'Enum.AnimationPriority.Core',
  1299. ["R15"] = 507765644,
  1300. ["Object"] = 'Climb'
  1301. },
  1302. ["WashHands"] = {
  1303. ["Name"] = 'WashHands',
  1304. ["R6"] = 1620296629,
  1305. ["Priority"] = 'Enum.AnimationPriority.Action',
  1306. ["R15"] = 1799726387,
  1307. ["Object"] = 'WashHands'
  1308. },
  1309. ["ScaredOpeingPumpkin"] = {
  1310. ["Object"] = 'ScaredOpeingPumpkin',
  1311. ["Name"] = 'ScaredOpeingPumpkin',
  1312. ["FaceId"] = 47206380,
  1313. ["SoundId"] = audioId,
  1314. ["Priority"] = 'Enum.AnimationPriority.Idle',
  1315. ["R15"] = 867226524,
  1316. ["R6"] = 154170755
  1317. },
  1318. ["Angry"] = {
  1319. ["Object"] = 'Angry',
  1320. ["Name"] = 'Angry',
  1321. ["FaceId"] = 14020216,
  1322. ["SoundId"] = audioId,
  1323. ["Priority"] = 'Enum.AnimationPriority.Action',
  1324. ["R15"] = 4308387518,
  1325. ["R6"] = 154168543
  1326. }
  1327. };
  1328. local Target = game:GetService("Workspace").Main.LoadSoundsIntoHead;
  1329. for index, sound in pairs(game:service'Players'.LocalPlayer.Character.Head:GetChildren()) do
  1330. if sound:IsA'Sound' then
  1331. sound:Destroy()
  1332. end
  1333. end
  1334. Target:FireServer(table_1)
  1335. wait(.75)
  1336. game:GetService("Players").LocalPlayer.PlayerGui.UIEvents.ListItemPressed:Fire(userdata_1, userdata_2, userdata_3, table_2);
  1337. end)
  1338. idBox.Name = "idBox"
  1339. idBox.Parent = soundT
  1340. idBox.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  1341. idBox.BorderColor3 = Color3.fromRGB(255, 255, 255)
  1342. idBox.BorderSizePixel = 2
  1343. idBox.Position = UDim2.new(0.0695067272, 0, 0.188888878, 0)
  1344. idBox.Size = UDim2.new(0, 385, 0, 50)
  1345. idBox.Font = Enum.Font.Code
  1346. idBox.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  1347. idBox.PlaceholderText = "Song ID"
  1348. idBox.Text = ""
  1349. idBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  1350. idBox.TextScaled = true
  1351. idBox.TextSize = 14.000
  1352. idBox.TextWrapped = true
  1353. volBox.Name = "volBox"
  1354. volBox.Parent = soundT
  1355. volBox.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  1356. volBox.BorderColor3 = Color3.fromRGB(255, 255, 255)
  1357. volBox.BorderSizePixel = 2
  1358. volBox.Position = UDim2.new(0.0695067272, 0, 0.352777779, 0)
  1359. volBox.Size = UDim2.new(0, 385, 0, 50)
  1360. volBox.Font = Enum.Font.Code
  1361. volBox.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  1362. volBox.PlaceholderText = "Volume"
  1363. volBox.Text = ""
  1364. volBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  1365. volBox.TextScaled = true
  1366. volBox.TextSize = 14.000
  1367. volBox.TextWrapped = true
  1368. buttonSpam.Name = "buttonSpam"
  1369. buttonSpam.Parent = soundT
  1370. buttonSpam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1371. buttonSpam.BackgroundTransparency = 1.000
  1372. buttonSpam.Position = UDim2.new(0.0672645643, 0, 0.794444501, 0)
  1373. buttonSpam.Size = UDim2.new(0, 387, 0, 52)
  1374. buttonSpam.Font = Enum.Font.Code
  1375. buttonSpam.Text = "Spam Sounds"
  1376. buttonSpam.TextColor3 = Color3.fromRGB(255, 255, 255)
  1377. buttonSpam.TextScaled = true
  1378. buttonSpam.TextSize = 14.000
  1379. buttonSpam.TextWrapped = true
  1380. buttonSpam.MouseButton1Click:Connect(function()
  1381. if getgenv().hit then
  1382. for i,v in pairs(game.Workspace:GetDescendants()) do
  1383. if v:IsA("Sound") then
  1384. v:Play()
  1385. end
  1386. end
  1387. end
  1388. end)
  1389. -- Quetes:
  1390. while true do
  1391. random.Text = "eyo pizza here"
  1392. wait(0.8)
  1393. random.Text = "free ma jiggers"
  1394. wait(0.8)
  1395. random.Text = "no offence, but i hate your bizarre adventure"
  1396. wait(0.8)
  1397. random.Text = "axonz.me"
  1398. wait(0.8)
  1399. random.Text = "200 viewes LESSS GO"
  1400. wait(0.8)
  1401. random.Text = "https://bypass.vip"
  1402. wait(0.8)
  1403. random.Text = "wssup ma guy"
  1404. wait(0.8)
  1405. random.Text = "why does bypass.vip's admins look kinda scary"
  1406. wait(0.8)
  1407. random.Text = "sub pls"
  1408. wait(0.8)
  1409. random.Text = "senpai uwu"
  1410. wait(0.8)
  1411. random.Text = "i make minecraft skins"
  1412. wait(0.8)
  1413. random.Text = "sub to itz axonz for chocky milk"
  1414. wait(0.8)
  1415. random.Text = "owo"
  1416. wait(0.8)
  1417. random.Text = "my friends think that real life is an anime please help lol"
  1418. wait(0.8)
  1419. random.Text = "sussy balls"
  1420. wait(0.8)
  1421. random.Text = "sussy sussy by kaney east is the best song"
  1422. wait(0.8)
  1423. random.Text = "yeye"
  1424. wait(0.8)
  1425. random.Text = "its not dabebe its ma bebe"
  1426. wait(0.8)
  1427. random.Text = "i like NLE Choppa"
  1428. wait(0.8)
  1429. random.Text = "jokes on you"
  1430. wait(0.8)
  1431. random.Text = "that seems like a us problem"
  1432. wait(0.8)
  1433. random.Text = "E"
  1434. wait(0.8)
  1435. random.Text = "dsc.gg/g1g"
  1436. wait(0.8)
  1437. random.Text = "epik"
  1438. wait(0.8)
  1439. random.Text = "i dont skid"
  1440. wait(0.8)
  1441. random.Text = "roblox scripts #1"
  1442. wait(0.8)
  1443. random.Text = "dark hub is skided"
  1444. wait(0.8)
  1445. random.Text = "free bobux"
  1446. wait(0.8)
  1447. random.Text = "camelot"
  1448. wait(0.8)
  1449. random.Text = "dont ask me what the song says in the intro"
  1450. wait(0.8)
  1451. random.Text = "zeze"
  1452. wait(0.8)
  1453. random.Text = "kodak black"
  1454. wait(0.8)
  1455. end
Advertisement
Add Comment
Please, Sign In to add comment