ChaosityYT

Mad City EfeStyle GUI

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