Advertisement
0lf3_

Mad City GUI

Dec 31st, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.28 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local frame = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local main = Instance.new("Frame")
  5. local CrimBase = Instance.new("TextButton")
  6. local Bank = Instance.new("TextButton")
  7. local JeweIn = Instance.new("TextButton")
  8. local JeweExit = Instance.new("TextButton")
  9. local Jail = Instance.new("TextButton")
  10. local WeaponShop = Instance.new("TextButton")
  11. local HeroBase = Instance.new("TextButton")
  12. local Casino = Instance.new("TextButton")
  13. local Goto = Instance.new("TextButton")
  14. local SetSpeed = Instance.new("TextButton")
  15. local ComingSoon = Instance.new("TextButton")
  16. local TeleportBox = Instance.new("TextBox")
  17. local SpeedBox = Instance.new("TextBox")
  18. local ComingSoon_2 = Instance.new("TextButton")
  19. local Close = Instance.new("TextButton")
  20. local ExitGui = Instance.new("TextButton")
  21. local AutoRob = Instance.new("TextButton")
  22. local GetAllWeapons = Instance.new("TextButton")
  23. local MadCityGui = Instance.new("TextLabel")
  24. local Credits = Instance.new("TextLabel")
  25. local AutoArrest = Instance.new("TextButton")
  26. local Gravity = Instance.new("TextButton")
  27. local ComingSoon_3 = Instance.new("TextButton")
  28. local ComingSoon_4 = Instance.new("TextButton")
  29. local player = game.Players.LocalPlayer
  30. local mouse = player:GetMouse()
  31. local humanoid = player.Character.Humanoid
  32. local Speed = SpeedBox.Text
  33. --Properties:
  34. ScreenGui.Parent = game.CoreGui
  35.  
  36. frame.Name = "frame"
  37. frame.Parent = ScreenGui
  38. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  39. frame.Position = UDim2.new(-0.00109648705, 0, 0.679810703, 0)
  40. frame.Size = UDim2.new(0, 74, 0, 27)
  41. frame.Style = Enum.FrameStyle.DropShadow
  42.  
  43. Open.Name = "Open"
  44. Open.Parent = frame
  45. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  46. Open.BackgroundTransparency = 0.89999997615814
  47. Open.Position = UDim2.new(-0.133949667, 0, -0.0548453629, 0)
  48. Open.Size = UDim2.new(0, 70, 0, 12)
  49. Open.Font = Enum.Font.SciFi
  50. Open.Text = "Open"
  51. Open.TextColor3 = Color3.new(1, 1, 1)
  52. Open.TextSize = 14
  53. Open.MouseButton1Down:connect(function()
  54. main.Visible = true
  55. frame.Visible = false
  56. end)
  57.  
  58. main.Name = "main"
  59. main.Parent = ScreenGui
  60. main.BackgroundColor3 = Color3.new(1, 1, 1)
  61. main.Position = UDim2.new(0.240131557, 0, 0.291798204, 0)
  62. main.Size = UDim2.new(0, 302, 0, 324)
  63. main.Visible = false
  64. main.Style = Enum.FrameStyle.DropShadow
  65. main.Visible = false
  66. main.Active = true
  67. main.Draggable = true
  68.  
  69. CrimBase.Name = "CrimBase"
  70. CrimBase.Parent = main
  71. CrimBase.BackgroundColor3 = Color3.new(0, 0, 0)
  72. CrimBase.BackgroundTransparency = 0.89999997615814
  73. CrimBase.Position = UDim2.new(-0.0123112574, 0, 0.0746913552, 0)
  74. CrimBase.Size = UDim2.new(0, 60, 0, 20)
  75. CrimBase.Font = Enum.Font.SourceSans
  76. CrimBase.Text = "CrimBase"
  77. CrimBase.TextColor3 = Color3.new(1, 1, 1)
  78. CrimBase.TextSize = 14
  79. CrimBase.MouseButton1Down:connect(function()
  80. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2138, 25, 392)
  81. end)
  82.  
  83. Bank.Name = "Bank"
  84. Bank.Parent = main
  85. Bank.BackgroundColor3 = Color3.new(0, 0, 0)
  86. Bank.BackgroundTransparency = 0.89999997615814
  87. Bank.Position = UDim2.new(-0.0123112574, 0, 0.18580249, 0)
  88. Bank.Size = UDim2.new(0, 60, 0, 20)
  89. Bank.Font = Enum.Font.SourceSans
  90. Bank.Text = "Bank"
  91. Bank.TextColor3 = Color3.new(1, 1, 1)
  92. Bank.TextSize = 14
  93. Bank.MouseButton1Down:connect(function()
  94. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(758, 0, 478)
  95. end)
  96.  
  97. JeweIn.Name = "Jewe In"
  98. JeweIn.Parent = main
  99. JeweIn.BackgroundColor3 = Color3.new(0, 0, 0)
  100. JeweIn.BackgroundTransparency = 0.89999997615814
  101. JeweIn.Position = UDim2.new(-0.0123112593, 0, 0.306172878, 0)
  102. JeweIn.Size = UDim2.new(0, 60, 0, 20)
  103. JeweIn.Font = Enum.Font.SourceSans
  104. JeweIn.Text = "Jewe In"
  105. JeweIn.TextColor3 = Color3.new(1, 1, 1)
  106. JeweIn.TextSize = 14
  107. JeweIn.MouseButton1Down:connect(function()
  108. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-274, 29, 785)
  109. end)
  110.  
  111. JeweExit.Name = "Jewe Exit"
  112. JeweExit.Parent = main
  113. JeweExit.BackgroundColor3 = Color3.new(0, 0, 0)
  114. JeweExit.BackgroundTransparency = 0.89999997615814
  115. JeweExit.Position = UDim2.new(-0.0123112593, 0, 0.432716072, 0)
  116. JeweExit.Size = UDim2.new(0, 60, 0, 20)
  117. JeweExit.Font = Enum.Font.SourceSans
  118. JeweExit.Text = "Jewe Exit"
  119. JeweExit.TextColor3 = Color3.new(1, 1, 1)
  120. JeweExit.TextSize = 14
  121. JeweExit.MouseButton1Down:connect(function()
  122. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-81, 24, 733)
  123. end)
  124.  
  125. Jail.Name = "Jail"
  126. Jail.Parent = main
  127. Jail.BackgroundColor3 = Color3.new(0, 0, 0)
  128. Jail.BackgroundTransparency = 0.89999997615814
  129. Jail.Position = UDim2.new(0.79563576, 0, 0.43580243, 0)
  130. Jail.Size = UDim2.new(0, 60, 0, 20)
  131. Jail.Font = Enum.Font.SourceSans
  132. Jail.Text = "Jail"
  133. Jail.TextColor3 = Color3.new(1, 1, 1)
  134. Jail.TextSize = 14
  135. Jail.MouseButton1Down:connect(function()
  136. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1055, 52, -3083)
  137. end)
  138.  
  139. WeaponShop.Name = "Weapon Shop"
  140. WeaponShop.Parent = main
  141. WeaponShop.BackgroundColor3 = Color3.new(0, 0, 0)
  142. WeaponShop.BackgroundTransparency = 0.89999997615814
  143. WeaponShop.Position = UDim2.new(0.79563576, 0, 0.0746913254, 0)
  144. WeaponShop.Size = UDim2.new(0, 60, 0, 20)
  145. WeaponShop.Font = Enum.Font.SourceSans
  146. WeaponShop.Text = "Weapon Shop"
  147. WeaponShop.TextColor3 = Color3.new(1, 1, 1)
  148. WeaponShop.TextSize = 13
  149. WeaponShop.MouseButton1Down:connect(function()
  150. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1652, 42, 678)
  151. end)
  152.  
  153. HeroBase.Name = "HeroBase"
  154. HeroBase.Parent = main
  155. HeroBase.BackgroundColor3 = Color3.new(0, 0, 0)
  156. HeroBase.BackgroundTransparency = 0.89999997615814
  157. HeroBase.Position = UDim2.new(0.79563576, 0, 0.18580243, 0)
  158. HeroBase.Size = UDim2.new(0, 60, 0, 20)
  159. HeroBase.Font = Enum.Font.SourceSans
  160. HeroBase.Text = "HeroBase"
  161. HeroBase.TextColor3 = Color3.new(1, 1, 1)
  162. HeroBase.TextSize = 13
  163. HeroBase.MouseButton1Down:connect(function()
  164. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1749, 75, 1601)
  165. end)
  166.  
  167. Casino.Name = "Casino"
  168. Casino.Parent = main
  169. Casino.BackgroundColor3 = Color3.new(0, 0, 0)
  170. Casino.BackgroundTransparency = 0.89999997615814
  171. Casino.Position = UDim2.new(0.792324543, 0, 0.306172788, 0)
  172. Casino.Size = UDim2.new(0, 60, 0, 20)
  173. Casino.Font = Enum.Font.SourceSans
  174. Casino.Text = "Casino"
  175. Casino.TextColor3 = Color3.new(1, 1, 1)
  176. Casino.TextSize = 13
  177. Casino.MouseButton1Down:connect(function()
  178. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1660, 25, 525)
  179. end)
  180.  
  181. Goto.Name = "Goto"
  182. Goto.Parent = main
  183. Goto.BackgroundColor3 = Color3.new(0, 0, 0)
  184. Goto.BackgroundTransparency = 0.89999997615814
  185. Goto.Position = UDim2.new(0.789013207, 0, 0.599382579, 0)
  186. Goto.Size = UDim2.new(0, 60, 0, 20)
  187. Goto.Font = Enum.Font.SourceSans
  188. Goto.Text = "Goto"
  189. Goto.TextColor3 = Color3.new(1, 1, 1)
  190. Goto.TextSize = 13
  191. Goto.MouseButton1Down:connect(function()
  192. local target = game.Players:FindFirstChild(PN.Text)
  193. local yes = target.Character.HumanoidRootPart.CFrame
  194.  
  195. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = yes
  196. print("You just tp'd to "..TeleportBox.Text.." yesyes")
  197. end)
  198.  
  199. SetSpeed.Name = "SetSpeed"
  200. SetSpeed.Parent = main
  201. SetSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  202. SetSpeed.BackgroundTransparency = 0.89999997615814
  203. SetSpeed.Position = UDim2.new(0.792324483, 0, 0.713580191, 0)
  204. SetSpeed.Size = UDim2.new(0, 60, 0, 20)
  205. SetSpeed.Font = Enum.Font.SourceSans
  206. SetSpeed.Text = "SetSpeed"
  207. SetSpeed.TextColor3 = Color3.new(1, 1, 1)
  208. SetSpeed.TextSize = 13
  209. SetSpeed.MouseButton1Down:connect(function()
  210. local humanoid = player.Character.Humanoid
  211. local Speed = SpeedBox.Text
  212. while wait() do
  213. humanoid.WalkSpeed = Speed
  214. end
  215. end)
  216.  
  217. ComingSoon.Name = "Coming Soon"
  218. ComingSoon.Parent = main
  219. ComingSoon.BackgroundColor3 = Color3.new(0, 0, 0)
  220. ComingSoon.BackgroundTransparency = 0.89999997615814
  221. ComingSoon.Position = UDim2.new(0.252589405, 0, 0.43580249, 0)
  222. ComingSoon.Size = UDim2.new(0, 60, 0, 20)
  223. ComingSoon.Font = Enum.Font.SourceSans
  224. ComingSoon.Text = "Coming Soon"
  225. ComingSoon.TextColor3 = Color3.new(1, 1, 1)
  226. ComingSoon.TextSize = 14
  227.  
  228. TeleportBox.Name = "TeleportBox"
  229. TeleportBox.Parent = main
  230. TeleportBox.BackgroundColor3 = Color3.new(1, 1, 1)
  231. TeleportBox.Position = UDim2.new(0.25391683, 0, 0.611339569, 0)
  232. TeleportBox.Size = UDim2.new(0, 140, 0, 14)
  233. TeleportBox.Font = Enum.Font.SourceSans
  234. TeleportBox.Text = ""
  235. TeleportBox.TextColor3 = Color3.new(0, 0, 0)
  236. TeleportBox.TextSize = 14
  237.  
  238. SpeedBox.Name = "SpeedBox"
  239. SpeedBox.Parent = main
  240. SpeedBox.BackgroundColor3 = Color3.new(1, 1, 1)
  241. SpeedBox.Position = UDim2.new(0.25391683, 0, 0.725537121, 0)
  242. SpeedBox.Size = UDim2.new(0, 140, 0, 14)
  243. SpeedBox.Font = Enum.Font.SourceSans
  244. SpeedBox.Text = ""
  245. SpeedBox.TextColor3 = Color3.new(0, 0, 0)
  246. SpeedBox.TextSize = 14
  247.  
  248. ComingSoon_2.Name = "Coming Soon"
  249. ComingSoon_2.Parent = main
  250. ComingSoon_2.BackgroundColor3 = Color3.new(0, 0, 0)
  251. ComingSoon_2.BackgroundTransparency = 0.89999997615814
  252. ComingSoon_2.Position = UDim2.new(0.517490208, 0, 0.43580249, 0)
  253. ComingSoon_2.Size = UDim2.new(0, 60, 0, 20)
  254. ComingSoon_2.Font = Enum.Font.SourceSans
  255. ComingSoon_2.Text = "Coming Soon"
  256. ComingSoon_2.TextColor3 = Color3.new(1, 1, 1)
  257. ComingSoon_2.TextSize = 14
  258.  
  259. Close.Name = "Close"
  260. Close.Parent = main
  261. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  262. Close.BackgroundTransparency = 0.89999997615814
  263. Close.Position = UDim2.new(0.935000002, 0, -0.00999999978, 0)
  264. Close.Size = UDim2.new(0, 20, 0, 19)
  265. Close.Font = Enum.Font.SourceSans
  266. Close.Text = "X"
  267. Close.TextColor3 = Color3.new(1, 1, 1)
  268. Close.TextSize = 14
  269. Close.MouseButton1Down:connect(function()
  270. frame.Visible = true
  271. main.Visible = false
  272. end)
  273.  
  274. ExitGui.Name = "Exit Gui"
  275. ExitGui.Parent = main
  276. ExitGui.BackgroundColor3 = Color3.new(0, 0, 0)
  277. ExitGui.BackgroundTransparency = 0.89999997615814
  278. ExitGui.Position = UDim2.new(-0.00899999961, 0, 0.93599999, 0)
  279. ExitGui.Size = UDim2.new(0, 60, 0, 20)
  280. ExitGui.Font = Enum.Font.SourceSans
  281. ExitGui.Text = "Exit Gui"
  282. ExitGui.TextColor3 = Color3.new(1, 1, 1)
  283. ExitGui.TextSize = 14
  284. ExitGui.MouseButton1Down:connect(function()
  285. frame.Visible = false
  286. main.Visible = false
  287. end)
  288.  
  289. AutoRob.Name = "AutoRob"
  290. AutoRob.Parent = main
  291. AutoRob.BackgroundColor3 = Color3.new(0, 0, 0)
  292. AutoRob.BackgroundTransparency = 0.89999997615814
  293. AutoRob.Position = UDim2.new(0.517490089, 0, 0.0746913776, 0)
  294. AutoRob.Size = UDim2.new(0, 60, 0, 20)
  295. AutoRob.Font = Enum.Font.SourceSans
  296. AutoRob.Text = "AutoRob"
  297. AutoRob.TextColor3 = Color3.new(1, 1, 1)
  298. AutoRob.TextSize = 13
  299. AutoRob.MouseButton1Down:connect(function()
  300. --// Vars
  301. local WS = game:GetService("Workspace")
  302. local ObjectSelection = WS:WaitForChild("ObjectSelection")
  303.  
  304. for _,v in pairs (ObjectSelection:GetChildren()) do
  305. if v.Name == "CashRegister" then
  306. if v:FindFirstChild("SmashCash") then
  307. local Event = v.SmashCash.SmashCash.Event
  308. Event:FireServer()
  309. end
  310. end
  311. if v.Name == "ATM" then
  312. if v:FindFirstChild("ATM") then
  313. local Event = v.ATM.ATM.Event
  314. Event:FireServer()
  315. end
  316. end
  317. if v.Name == "Cash" then
  318. if v:FindFirstChild("Cash") then
  319. local Event = v.Cash.Cash.Event
  320. Event:FireServer()
  321. end
  322. end
  323. if v.Name == "DiamondBox" then
  324. if v:FindFirstChild("SmashCash") then
  325. local Event = v.SmashCash.SmashCash.Event
  326. Event:FireServer()
  327. end
  328. end
  329. if v.Name == "Safe" then
  330. if v:FindFirstChild("SmashCash") then
  331. local Event = v.SmashCash.SmashCash.Event
  332. Event:FireServer()
  333. end
  334. end
  335. if v.Name == "SlotMachine" then
  336. if v:FindFirstChild("SlotMachine") then
  337. local Event = v.SlotMachine.SlotMachine.Event
  338. Event:FireServer()
  339. end
  340. end
  341. end
  342. end)
  343.  
  344. GetAllWeapons.Name = "Get All Weapons"
  345. GetAllWeapons.Parent = main
  346. GetAllWeapons.BackgroundColor3 = Color3.new(0, 0, 0)
  347. GetAllWeapons.BackgroundTransparency = 0.89999997615814
  348. GetAllWeapons.Position = UDim2.new(0.516607344, 0, 0.188553631, 0)
  349. GetAllWeapons.Size = UDim2.new(0, 60, 0, 20)
  350. GetAllWeapons.Font = Enum.Font.SourceSans
  351. GetAllWeapons.Text = "Get All Weapons"
  352. GetAllWeapons.TextColor3 = Color3.new(1, 1, 1)
  353. GetAllWeapons.TextSize = 11
  354. GetAllWeapons.MouseButton1Down:connect(function()
  355.  
  356. local Remote = game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun['Event']
  357.  
  358. local Arguments = {
  359.  
  360. }
  361.  
  362. Remote:FireServer(unpack(Arguments))
  363.  
  364.  
  365. local Remote = game.Workspace.ObjectSelection.MP5.MP5.MP5['Event']
  366.  
  367.  
  368. local Arguments = {
  369.  
  370. }
  371.  
  372. Remote:FireServer(unpack(Arguments))
  373.  
  374.  
  375. local Remote = game.Workspace.ObjectSelection.Baton.Baton.Baton['Event']
  376.  
  377.  
  378. local Arguments = {
  379.  
  380. }
  381.  
  382. Remote:FireServer(unpack(Arguments))
  383.  
  384. local Remote = game.Workspace.ObjectSelection.Spoon.Spoon.Spoon['Event']
  385.  
  386.  
  387. local Arguments = {
  388.  
  389. }
  390.  
  391. Remote:FireServer(unpack(Arguments))
  392. end)
  393.  
  394. MadCityGui.Name = "Mad City Gui"
  395. MadCityGui.Parent = main
  396. MadCityGui.BackgroundColor3 = Color3.new(0, 0, 0)
  397. MadCityGui.BackgroundTransparency = 0.89999997615814
  398. MadCityGui.Position = UDim2.new(0.276522994, 0, -0.00548694469, 0)
  399. MadCityGui.Size = UDim2.new(0, 135, 0, 14)
  400. MadCityGui.Font = Enum.Font.SourceSans
  401. MadCityGui.Text = "Mad City Gui"
  402. MadCityGui.TextColor3 = Color3.new(1, 1, 1)
  403. MadCityGui.TextSize = 14
  404.  
  405. Credits.Name = "Credits"
  406. Credits.Parent = main
  407. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  408. Credits.BackgroundTransparency = 0.89999997615814
  409. Credits.Position = UDim2.new(0.518244863, 0, 0.954389632, 0)
  410. Credits.Size = UDim2.new(0, 135, 0, 14)
  411. Credits.Font = Enum.Font.SourceSans
  412. Credits.Text = "Credits:efestyle#4948"
  413. Credits.TextColor3 = Color3.new(1, 1, 1)
  414. Credits.TextSize = 14
  415.  
  416. AutoArrest.Name = "AutoArrest"
  417. AutoArrest.Parent = main
  418. AutoArrest.BackgroundColor3 = Color3.new(0, 0, 0)
  419. AutoArrest.BackgroundTransparency = 0.89999997615814
  420. AutoArrest.Position = UDim2.new(0.516607404, 0, 0.30892399, 0)
  421. AutoArrest.Size = UDim2.new(0, 60, 0, 20)
  422. AutoArrest.Font = Enum.Font.SourceSans
  423. AutoArrest.Text = "AutoArrest(OFF)"
  424. AutoArrest.TextColor3 = Color3.new(1, 1, 1)
  425. AutoArrest.TextSize = 11
  426. AutoArrest.MouseButton1Down:connect(function()
  427. while wait() do
  428. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Handcuffs)
  429. game.ReplicatedStorage.Event:FireServer("Equip", game.Players.LocalPlayer.Character, game.Players.LocalPlayer.Character.Handcuffs.Handle)
  430. for i,v in pairs(game.Players:GetChildren()) do
  431. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  432. wait(0.25)
  433. game.ReplicatedStorage.Event:FireServer("Arrest", v)
  434. wait()
  435. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 0,0)
  436. end
  437. wait(0.25)
  438. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -1000,0)
  439. game.Players.LocalPlayer.Character:BreakJoints()
  440. wait(20)
  441. end
  442. end)
  443.  
  444. Gravity.Name = "Gravity"
  445. Gravity.Parent = main
  446. Gravity.BackgroundColor3 = Color3.new(0, 0, 0)
  447. Gravity.BackgroundTransparency = 0.89999997615814
  448. Gravity.Position = UDim2.new(0.249278143, 0, 0.0716049522, 0)
  449. Gravity.Size = UDim2.new(0, 60, 0, 20)
  450. Gravity.Font = Enum.Font.SourceSans
  451. Gravity.Text = "Gravity"
  452. Gravity.TextColor3 = Color3.new(1, 1, 1)
  453. Gravity.TextSize = 14
  454. Gravity.MouseButton1Down:connect(function()
  455. if gr == true then
  456. gr = false
  457. game.workspace.Gravity = 195
  458. Gravity.Text = "Gravity [OFF]"
  459. else
  460. gr = true
  461. game.workspace.Gravity = 45
  462. Gravity.Text = "Gravity [ON]"
  463. end
  464. end)
  465.  
  466. ComingSoon_3.Name = "Coming Soon"
  467. ComingSoon_3.Parent = main
  468. ComingSoon_3.BackgroundColor3 = Color3.new(0, 0, 0)
  469. ComingSoon_3.BackgroundTransparency = 0.89999997615814
  470. ComingSoon_3.Position = UDim2.new(0.249278143, 0, 0.18580249, 0)
  471. ComingSoon_3.Size = UDim2.new(0, 60, 0, 20)
  472. ComingSoon_3.Font = Enum.Font.SourceSans
  473. ComingSoon_3.Text = "Coming Soon"
  474. ComingSoon_3.TextColor3 = Color3.new(1, 1, 1)
  475. ComingSoon_3.TextSize = 14
  476.  
  477. ComingSoon_4.Name = "Coming Soon"
  478. ComingSoon_4.Parent = main
  479. ComingSoon_4.BackgroundColor3 = Color3.new(0, 0, 0)
  480. ComingSoon_4.BackgroundTransparency = 0.89999997615814
  481. ComingSoon_4.Position = UDim2.new(0.252589405, 0, 0.30308643, 0)
  482. ComingSoon_4.Size = UDim2.new(0, 60, 0, 20)
  483. ComingSoon_4.Font = Enum.Font.SourceSans
  484. ComingSoon_4.Text = "Coming Soon"
  485. ComingSoon_4.TextColor3 = Color3.new(1, 1, 1)
  486. ComingSoon_4.TextSize = 14
  487. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement