Guest User

Thank you for using My website! (ROCITIZENZ GUI)

a guest
Nov 5th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.78 KB | None | 0 0
  1. --// RoCitizens Gui V2 //--
  2. --\\ By. B34ST_GH0ST \\--
  3.  
  4. -- Objects
  5.  
  6. local RoCitizensV2 = Instance.new("ScreenGui")
  7. local TitleDraggable = Instance.new("TextButton")
  8. local OpenAndClose = Instance.new("TextButton")
  9. local BackGround2 = Instance.new("Frame")
  10. local BackGroundCenter = Instance.new("Frame")
  11. local Decoration2 = Instance.new("Frame")
  12. local BackGroundBelow = Instance.new("Frame")
  13. local someGamepass = Instance.new("TextButton")
  14. local getmoney = Instance.new("TextButton")
  15. local getchristmacar = Instance.new("TextButton")
  16. local Decoration3 = Instance.new("Frame")
  17. local targettip = Instance.new("TextLabel")
  18. local creator = Instance.new("TextLabel")
  19. local Decoration4 = Instance.new("Frame")
  20. local valueofmoney = Instance.new("TextLabel")
  21. local Decoration5 = Instance.new("Frame")
  22. local Decoration4_2 = Instance.new("Frame")
  23. local colorred = Instance.new("TextBox")
  24. local colorformenutip = Instance.new("TextLabel")
  25. local colorblue = Instance.new("TextBox")
  26. local colorgreen = Instance.new("TextBox")
  27. local credits = Instance.new("TextLabel")
  28. local targetname = Instance.new("TextBox")
  29. local loadfeadmin = Instance.new("TextButton")
  30. local checkhowmuchmoney = Instance.new("TextButton")
  31. local Decoration1 = Instance.new("Frame")
  32.  
  33. -- Properties
  34.  
  35. RoCitizensV2.Name = "RoCitizens-V2"
  36. RoCitizensV2.Parent = game.Players.LocalPlayer.PlayerGui
  37. RoCitizensV2.ResetOnSpawn = false
  38.  
  39. TitleDraggable.Name = "TitleDraggable"
  40. TitleDraggable.Parent = RoCitizensV2
  41. TitleDraggable.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  42. TitleDraggable.BackgroundTransparency = 0.40000000596046
  43. TitleDraggable.BorderSizePixel = 0
  44. TitleDraggable.Position = UDim2.new(0.0629575402, 0, 0.226837054, 0)
  45. TitleDraggable.Size = UDim2.new(0, 340, 0, 57)
  46. TitleDraggable.Draggable = true
  47. TitleDraggable.Font = Enum.Font.Cartoon
  48. TitleDraggable.Text = " RoCitizens V2"
  49. TitleDraggable.TextColor3 = Color3.new(1, 1, 1)
  50. TitleDraggable.TextSize = 35
  51. TitleDraggable.TextStrokeColor3 = Color3.new(0.0823529, 0.278431, 0.380392)
  52. TitleDraggable.TextStrokeTransparency = 0.69999998807907
  53. TitleDraggable.TextTransparency = 0.059999998658895
  54. TitleDraggable.TextXAlignment = Enum.TextXAlignment.Left
  55.  
  56. OpenAndClose.Name = "OpenAndClose"
  57. OpenAndClose.Parent = TitleDraggable
  58. OpenAndClose.BackgroundColor3 = Color3.new(1, 1, 1)
  59. OpenAndClose.BackgroundTransparency = 0.89999997615814
  60. OpenAndClose.BorderSizePixel = 0
  61. OpenAndClose.Position = UDim2.new(0.791176498, 0, 0, 0)
  62. OpenAndClose.Size = UDim2.new(0, 71, 0, 51)
  63. OpenAndClose.Font = Enum.Font.Cartoon
  64. OpenAndClose.Text = "+"
  65. OpenAndClose.TextColor3 = Color3.new(0, 0, 0)
  66. OpenAndClose.TextScaled = true
  67. OpenAndClose.TextSize = 14
  68. OpenAndClose.TextStrokeColor3 = Color3.new(1, 1, 1)
  69. OpenAndClose.TextStrokeTransparency = 0.5
  70. OpenAndClose.TextWrapped = true
  71.  
  72. BackGround2.Name = "BackGround2"
  73. BackGround2.Parent = TitleDraggable
  74. BackGround2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  75. BackGround2.BackgroundTransparency = 0.40000000596046
  76. BackGround2.BorderColor3 = Color3.new(0, 0, 0)
  77. BackGround2.BorderSizePixel = 0
  78. BackGround2.Position = UDim2.new(0, 0, 1, 0)
  79. BackGround2.Size = UDim2.new(0, 340, 0, 309)
  80.  
  81. BackGroundCenter.Name = "BackGroundCenter"
  82. BackGroundCenter.Parent = BackGround2
  83. BackGroundCenter.BackgroundColor3 = Color3.new(0, 0, 0)
  84. BackGroundCenter.BackgroundTransparency = 0.80000001192093
  85. BackGroundCenter.BorderSizePixel = 0
  86. BackGroundCenter.Position = UDim2.new(0, 0, -0.00102882087, 0)
  87. BackGroundCenter.Size = UDim2.new(0, 340, 0, 269)
  88.  
  89. Decoration2.Name = "Decoration2"
  90. Decoration2.Parent = BackGround2
  91. Decoration2.BackgroundColor3 = Color3.new(0, 0, 0)
  92. Decoration2.BackgroundTransparency = 0.60000002384186
  93. Decoration2.BorderSizePixel = 0
  94. Decoration2.Position = UDim2.new(0, 0, 0.869941115, 0)
  95. Decoration2.Size = UDim2.new(0, 340, 0, 6)
  96.  
  97. BackGroundBelow.Name = "BackGroundBelow"
  98. BackGroundBelow.Parent = BackGround2
  99. BackGroundBelow.BackgroundColor3 = Color3.new(0, 0, 0)
  100. BackGroundBelow.BackgroundTransparency = 0.89999997615814
  101. BackGroundBelow.BorderSizePixel = 0
  102. BackGroundBelow.Position = UDim2.new(0, 0, 0.88996762, 0)
  103. BackGroundBelow.Size = UDim2.new(0, 340, 0, 34)
  104.  
  105. someGamepass.Name = "someGamepass"
  106. someGamepass.Parent = BackGround2
  107. someGamepass.BackgroundColor3 = Color3.new(1, 1, 1)
  108. someGamepass.BackgroundTransparency = 0.80000001192093
  109. someGamepass.BorderSizePixel = 0
  110. someGamepass.Size = UDim2.new(0, 340, 0, 28)
  111. someGamepass.Font = Enum.Font.Fantasy
  112. someGamepass.Text = "Some GamePass for [$FREE]"
  113. someGamepass.TextColor3 = Color3.new(1, 1, 1)
  114. someGamepass.TextScaled = true
  115. someGamepass.TextSize = 14
  116. someGamepass.TextStrokeTransparency = 0.60000002384186
  117. someGamepass.TextWrapped = true
  118.  
  119. getmoney.Name = "getmoney"
  120. getmoney.Parent = BackGround2
  121. getmoney.BackgroundColor3 = Color3.new(1, 1, 1)
  122. getmoney.BackgroundTransparency = 0.80000001192093
  123. getmoney.BorderSizePixel = 0
  124. getmoney.Position = UDim2.new(0, 0, 0.0906148851, 0)
  125. getmoney.Size = UDim2.new(0, 340, 0, 28)
  126. getmoney.Font = Enum.Font.Fantasy
  127. getmoney.Text = "Get 2B of Money"
  128. getmoney.TextColor3 = Color3.new(1, 1, 1)
  129. getmoney.TextScaled = true
  130. getmoney.TextSize = 14
  131. getmoney.TextStrokeTransparency = 0.60000002384186
  132. getmoney.TextWrapped = true
  133.  
  134. getchristmacar.Name = "getchristmacar"
  135. getchristmacar.Parent = BackGround2
  136. getchristmacar.BackgroundColor3 = Color3.new(1, 1, 1)
  137. getchristmacar.BackgroundTransparency = 0.80000001192093
  138. getchristmacar.BorderSizePixel = 0
  139. getchristmacar.Position = UDim2.new(0, 0, 0.18122977, 0)
  140. getchristmacar.Size = UDim2.new(0, 340, 0, 28)
  141. getchristmacar.Font = Enum.Font.Fantasy
  142. getchristmacar.Text = "Open the Dealer Hack for SCHOOL BUS"
  143. getchristmacar.TextColor3 = Color3.new(1, 1, 1)
  144. getchristmacar.TextScaled = true
  145. getchristmacar.TextSize = 14
  146. getchristmacar.TextStrokeTransparency = 0.60000002384186
  147. getchristmacar.TextWrapped = true
  148.  
  149. Decoration3.Name = "Decoration3"
  150. Decoration3.Parent = BackGround2
  151. Decoration3.BackgroundColor3 = Color3.new(0, 0, 0)
  152. Decoration3.BackgroundTransparency = 0.69999998807907
  153. Decoration3.BorderSizePixel = 0
  154. Decoration3.Position = UDim2.new(0, 0, 0.271235585, 0)
  155. Decoration3.Size = UDim2.new(0, 340, 0, 6)
  156.  
  157. targettip.Name = "targettip"
  158. targettip.Parent = BackGround2
  159. targettip.BackgroundColor3 = Color3.new(1, 1, 1)
  160. targettip.BackgroundTransparency = 0.80000001192093
  161. targettip.BorderSizePixel = 0
  162. targettip.Position = UDim2.new(0, 0, 0.29126215, 0)
  163. targettip.Size = UDim2.new(0, 135, 0, 25)
  164. targettip.Font = Enum.Font.Fantasy
  165. targettip.Text = "Target:"
  166. targettip.TextColor3 = Color3.new(1, 1, 1)
  167. targettip.TextScaled = true
  168. targettip.TextSize = 14
  169. targettip.TextStrokeTransparency = 0.60000002384186
  170. targettip.TextWrapped = true
  171.  
  172. creator.Name = "creator"
  173. creator.Parent = BackGround2
  174. creator.BackgroundColor3 = Color3.new(1, 1, 1)
  175. creator.BackgroundTransparency = 1
  176. creator.BorderSizePixel = 0
  177. creator.Position = UDim2.new(0.332352936, 0, 0.88996762, 0)
  178. creator.Size = UDim2.new(0, 227, 0, 34)
  179. creator.Font = Enum.Font.Garamond
  180. creator.Text = "B34ST_GH0ST"
  181. creator.TextColor3 = Color3.new(1, 0, 0)
  182. creator.TextSize = 42
  183. creator.TextStrokeTransparency = 0.5
  184. creator.TextTransparency = 0.60000002384186
  185. creator.TextWrapped = true
  186.  
  187. Decoration4.Name = "Decoration4"
  188. Decoration4.Parent = BackGround2
  189. Decoration4.BackgroundColor3 = Color3.new(0, 0, 0)
  190. Decoration4.BackgroundTransparency = 0.69999998807907
  191. Decoration4.BorderSizePixel = 0
  192. Decoration4.Position = UDim2.new(0, 0, 0.562497735, 0)
  193. Decoration4.Size = UDim2.new(0, 340, 0, 6)
  194.  
  195. valueofmoney.Name = "valueofmoney"
  196. valueofmoney.Parent = BackGround2
  197. valueofmoney.BackgroundColor3 = Color3.new(1, 1, 1)
  198. valueofmoney.BackgroundTransparency = 0.80000001192093
  199. valueofmoney.BorderSizePixel = 0
  200. valueofmoney.Position = UDim2.new(0, 0, 0.482200652, 0)
  201. valueofmoney.Size = UDim2.new(0, 340, 0, 25)
  202. valueofmoney.Font = Enum.Font.Fantasy
  203. local target = game.Players.LocalPlayer.Name
  204. local money = game.Players[target].Money.Value
  205. local moneyhack = "Maybe its Normal"
  206. if money>900000000 then
  207. moneyhack = "Maybe its HACKER"
  208. end
  209. valueofmoney.Text = target.." got $"..money.." ["..moneyhack.."]"
  210. valueofmoney.TextColor3 = Color3.new(1, 1, 1)
  211. valueofmoney.TextScaled = true
  212. valueofmoney.TextSize = 14
  213. valueofmoney.TextStrokeTransparency = 0.60000002384186
  214. valueofmoney.TextWrapped = true
  215.  
  216. Decoration5.Name = "Decoration5"
  217. Decoration5.Parent = BackGround2
  218. Decoration5.BackgroundColor3 = Color3.new(0, 0, 0)
  219. Decoration5.BackgroundTransparency = 0.69999998807907
  220. Decoration5.BorderSizePixel = 0
  221. Decoration5.Position = UDim2.new(0, 0, 0.462174118, 0)
  222. Decoration5.Size = UDim2.new(0, 340, 0, 6)
  223.  
  224. Decoration4_2.Name = "Decoration4"
  225. Decoration4_2.Parent = BackGround2
  226. Decoration4_2.BackgroundColor3 = Color3.new(0, 0, 0)
  227. Decoration4_2.BackgroundTransparency = 0.69999998807907
  228. Decoration4_2.BorderSizePixel = 0
  229. Decoration4_2.Position = UDim2.new(0, 0, 0.672530115, 0)
  230. Decoration4_2.Size = UDim2.new(0, 340, 0, 6)
  231.  
  232. colorred.Name = "colorred"
  233. colorred.Parent = BackGround2
  234. colorred.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  235. colorred.BackgroundTransparency = 0.69999998807907
  236. colorred.BorderSizePixel = 0
  237. colorred.Position = UDim2.new(0, 0, 0.773462772, 0)
  238. colorred.Size = UDim2.new(0, 113, 0, 30)
  239. colorred.Font = Enum.Font.Code
  240. colorred.Text = "0"
  241. colorred.TextColor3 = Color3.new(1, 0, 0)
  242. colorred.TextScaled = true
  243. colorred.TextSize = 14
  244. colorred.TextStrokeTransparency = 0.40000000596046
  245. colorred.TextWrapped = true
  246.  
  247. colorformenutip.Name = "colorformenutip"
  248. colorformenutip.Parent = BackGround2
  249. colorformenutip.BackgroundColor3 = Color3.new(1, 1, 1)
  250. colorformenutip.BackgroundTransparency = 0.80000001192093
  251. colorformenutip.BorderSizePixel = 0
  252. colorformenutip.Position = UDim2.new(0, 0, 0.69255662, 0)
  253. colorformenutip.Size = UDim2.new(0, 340, 0, 25)
  254. colorformenutip.Font = Enum.Font.Fantasy
  255. colorformenutip.Text = "Color For The Menu"
  256. colorformenutip.TextColor3 = Color3.new(1, 1, 1)
  257. colorformenutip.TextScaled = true
  258. colorformenutip.TextSize = 14
  259. colorformenutip.TextStrokeTransparency = 0.60000002384186
  260. colorformenutip.TextWrapped = true
  261.  
  262. colorblue.Name = "colorblue"
  263. colorblue.Parent = BackGround2
  264. colorblue.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  265. colorblue.BackgroundTransparency = 0.69999998807907
  266. colorblue.BorderSizePixel = 0
  267. colorblue.Position = UDim2.new(0.667647064, 0, 0.773462772, 0)
  268. colorblue.Size = UDim2.new(0, 113, 0, 30)
  269. colorblue.Font = Enum.Font.Code
  270. colorblue.Text = "255"
  271. colorblue.TextColor3 = Color3.new(0, 0, 1)
  272. colorblue.TextScaled = true
  273. colorblue.TextSize = 14
  274. colorblue.TextStrokeTransparency = 0.40000000596046
  275. colorblue.TextWrapped = true
  276.  
  277. colorgreen.Name = "colorgreen"
  278. colorgreen.Parent = BackGround2
  279. colorgreen.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  280. colorgreen.BackgroundTransparency = 0.69999998807907
  281. colorgreen.BorderSizePixel = 0
  282. colorgreen.Position = UDim2.new(0.332352936, 0, 0.773462772, 0)
  283. colorgreen.Size = UDim2.new(0, 114, 0, 30)
  284. colorgreen.Font = Enum.Font.Code
  285. colorgreen.Text = "170"
  286. colorgreen.TextColor3 = Color3.new(0, 1, 0)
  287. colorgreen.TextScaled = true
  288. colorgreen.TextSize = 14
  289. colorgreen.TextStrokeTransparency = 0.40000000596046
  290. colorgreen.TextWrapped = true
  291.  
  292. credits.Name = "credits"
  293. credits.Parent = BackGround2
  294. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  295. credits.BackgroundTransparency = 1
  296. credits.BorderSizePixel = 0
  297. credits.Position = UDim2.new(0, 0, 0.88996762, 0)
  298. credits.Size = UDim2.new(0, 102, 0, 34)
  299. credits.Font = Enum.Font.Fantasy
  300. credits.Text = "Made By."
  301. credits.TextColor3 = Color3.new(1, 1, 1)
  302. credits.TextScaled = true
  303. credits.TextSize = 14
  304. credits.TextStrokeTransparency = 0.5
  305. credits.TextTransparency = 0.60000002384186
  306. credits.TextWrapped = true
  307.  
  308. targetname.Name = "targetname"
  309. targetname.Parent = BackGround2
  310. targetname.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  311. targetname.BackgroundTransparency = 0.69999998807907
  312. targetname.BorderSizePixel = 0
  313. targetname.Position = UDim2.new(0.397058815, 0, 0.29126215, 0)
  314. targetname.Size = UDim2.new(0, 205, 0, 25)
  315. targetname.Font = Enum.Font.Code
  316. targetname.Text = game.Players.LocalPlayer.Name
  317. targetname.TextColor3 = Color3.new(1, 1, 1)
  318. targetname.TextScaled = true
  319. targetname.TextSize = 14
  320. targetname.TextStrokeTransparency = 0.40000000596046
  321. targetname.TextWrapped = true
  322.  
  323. loadfeadmin.Name = "loadfeadmin"
  324. loadfeadmin.Parent = BackGround2
  325. loadfeadmin.BackgroundColor3 = Color3.new(1, 1, 1)
  326. loadfeadmin.BackgroundTransparency = 0.80000001192093
  327. loadfeadmin.BorderSizePixel = 0
  328. loadfeadmin.Position = UDim2.new(0, 0, 0.5825243, 0)
  329. loadfeadmin.Size = UDim2.new(0, 340, 0, 28)
  330. loadfeadmin.Font = Enum.Font.Fantasy
  331. loadfeadmin.Text = "Load Reviz Admin"
  332. loadfeadmin.TextColor3 = Color3.new(1, 1, 1)
  333. loadfeadmin.TextScaled = true
  334. loadfeadmin.TextSize = 14
  335. loadfeadmin.TextStrokeTransparency = 0.60000002384186
  336. loadfeadmin.TextWrapped = true
  337.  
  338. checkhowmuchmoney.Name = "checkhowmuchmoney"
  339. checkhowmuchmoney.Parent = BackGround2
  340. checkhowmuchmoney.BackgroundColor3 = Color3.new(1, 1, 1)
  341. checkhowmuchmoney.BackgroundTransparency = 0.80000001192093
  342. checkhowmuchmoney.BorderSizePixel = 0
  343. checkhowmuchmoney.Position = UDim2.new(0, 0, 0.372168303, 0)
  344. checkhowmuchmoney.Size = UDim2.new(0, 340, 0, 28)
  345. checkhowmuchmoney.Font = Enum.Font.Fantasy
  346. checkhowmuchmoney.Text = "Check How Much Money Got"
  347. checkhowmuchmoney.TextColor3 = Color3.new(1, 1, 1)
  348. checkhowmuchmoney.TextScaled = true
  349. checkhowmuchmoney.TextSize = 14
  350. checkhowmuchmoney.TextStrokeTransparency = 0.60000002384186
  351. checkhowmuchmoney.TextWrapped = true
  352.  
  353. Decoration1.Name = "Decoration1"
  354. Decoration1.Parent = TitleDraggable
  355. Decoration1.BackgroundColor3 = Color3.new(0, 0, 0)
  356. Decoration1.BackgroundTransparency = 0.5
  357. Decoration1.BorderSizePixel = 0
  358. Decoration1.Position = UDim2.new(0, 0, 0.894736826, 0)
  359. Decoration1.Size = UDim2.new(0, 340, 0, 6)
  360.  
  361. --SCANNERS--
  362.  
  363. if game.GameId ~= 63951305 then
  364. BackGround2:Destroy()
  365. OpenAndClose:Destroy()
  366. TitleDraggable.Text = "Sorry this game its no RoCitizens"
  367. TitleDraggable.TextWrapped = true
  368. TitleDraggable.TextScaled = true
  369. TitleDraggable.TextXAlignment = Enum.TextXAlignment.Center
  370. RoCitizensV2.ResetOnSpawn = true
  371. end
  372.  
  373. colorred.Changed:Connect(function()
  374. local blue = colorblue.Text
  375. local red = colorred.Text
  376. local green = colorgreen.Text
  377. TitleDraggable.BackgroundColor3 = Color3.fromRGB(red, green, blue)
  378. BackGround2.BackgroundColor3 = Color3.fromRGB(red, green, blue)
  379. end)
  380. colorgreen.Changed:Connect(function()
  381. local blue = colorblue.Text
  382. local red = colorred.Text
  383. local green = colorgreen.Text
  384. TitleDraggable.BackgroundColor3 = Color3.fromRGB(red, green, blue)
  385. BackGround2.BackgroundColor3 = Color3.fromRGB(red, green, blue)
  386. end)
  387. colorblue.Changed:Connect(function()
  388. local blue = colorblue.Text
  389. local red = colorred.Text
  390. local green = colorgreen.Text
  391. TitleDraggable.BackgroundColor3 = Color3.fromRGB(red, green, blue)
  392. BackGround2.BackgroundColor3 = Color3.fromRGB(red, green, blue)
  393. end)
  394.  
  395. -- Scripts
  396.  
  397.  
  398.  
  399. loadfeadmin.MouseButton1Click:Connect(function()
  400. wait(0.1)
  401. loadstring(game:HttpGet("https://pastebin.com/raw/T1LmXLET", true))()
  402. end)
  403.  
  404. checkhowmuchmoney.MouseButton2Click:Connect(function()
  405. wait(0.1)
  406. local target = targetname.Text
  407. local money = game.Players[target].Money.Value
  408. local moneyhack = "Maybe its Normal"
  409. if money >= 2000000000 then
  410. moneyhack = "Maybe its HACKER"
  411. end
  412. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(" /me | ["..target.."] - $"..game.Players[target].Money.Value.." ["..moneyhack.."]", 6)), "All")
  413. end)
  414.  
  415. checkhowmuchmoney.MouseButton1Click:Connect(function()
  416. wait(0.1)
  417. local target = targetname.Text
  418. local money = game.Players[target].Money.Value
  419. local moneyhack = "Maybe its Normal"
  420. if money >= 2000000000 then
  421. moneyhack = "Maybe its HACKER"
  422. end
  423. valueofmoney.Text = target.." got $"..money.." ["..moneyhack.."]"
  424. end)
  425.  
  426. someGamepass.MouseButton1Click:Connect(function()
  427. wait(0.1)
  428. local plr = game.Players.LocalPlayer
  429. local gui = plr.PlayerGui
  430. local gamevalue = gui.GameValues
  431. local maingui = gui.Main
  432. gamevalue.OwnsCustomizeTool.Value = true
  433. gamevalue.OwnsCatalogAccess.Value = true
  434. maingui.Phone.Screen.MetaFrame.Apps1.RoTunes.Visible = true
  435. end)
  436.  
  437. getmoney.MouseButton1Click:Connect(function()
  438. wait(0.1)
  439. game.Players.LocalPlayer.ChangeMoney:Fire(2000000000)
  440. end)
  441.  
  442. getchristmacar.MouseButton1Click:Connect(function()
  443. wait(0.1)
  444. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true
  445. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Schoolbus"
  446. end)
  447.  
  448. OpenAndClose.MouseButton1Click:Connect(function()
  449. wait(0.1)
  450. if BackGround2.Visible == true then
  451. OpenAndClose.Text = "+"
  452. BackGround2.Visible = false
  453. return
  454. end
  455. if BackGround2.Visible == false then
  456. OpenAndClose.Text = "-"
  457. BackGround2.Visible = true
  458. return
  459. end
  460. end)
Add Comment
Please, Sign In to add comment