rewfsdg3

Untitled

Nov 10th, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.35 KB | None | 0 0
  1. -- Objects
  2.  
  3. local AdminGui = Instance.new("ScreenGui")
  4. local ExplorerPanel = Instance.new("Frame")
  5. local ExplorerOopen = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local ExplorerCloose = Instance.new("Frame")
  8. local Open_2 = Instance.new("TextButton")
  9. local PropertiesPanel = Instance.new("Frame")
  10. local List = Instance.new("Frame")
  11. local TextWidth = Instance.new("TextLabel")
  12. local ScrollFrame = Instance.new("Frame")
  13. local ScrollDown = Instance.new("ImageButton")
  14. local ArrowGraphic = Instance.new("Frame")
  15. local Graphic = Instance.new("Frame")
  16. local Graphic_2 = Instance.new("Frame")
  17. local Graphic_3 = Instance.new("Frame")
  18. local Graphic_4 = Instance.new("Frame")
  19. local ScrollUp = Instance.new("ImageButton")
  20. local ArrowGraphic_2 = Instance.new("Frame")
  21. local Graphic_5 = Instance.new("Frame")
  22. local Graphic_6 = Instance.new("Frame")
  23. local Graphic_7 = Instance.new("Frame")
  24. local Graphic_8 = Instance.new("Frame")
  25. local ScrollBar = Instance.new("ImageButton")
  26. local ScrollThumb = Instance.new("ImageButton")
  27. local GripGraphic = Instance.new("Frame")
  28. local Frame = Instance.new("Frame")
  29. local Frame_2 = Instance.new("Frame")
  30. local Frame_3 = Instance.new("Frame")
  31. local Header = Instance.new("Frame")
  32. local TextLabel = Instance.new("TextLabel")
  33. local property = Instance.new("Frame")
  34. local name = Instance.new("Frame")
  35. local unlocked = Instance.new("TextLabel")
  36. local locked = Instance.new("TextLabel")
  37. local border = Instance.new("Frame")
  38. local edit = Instance.new("Frame")
  39. local locked_2 = Instance.new("TextLabel")
  40. local box = Instance.new("TextBox")
  41. local check = Instance.new("ImageButton")
  42. local rrr = Instance.new("TextLabel")
  43. local lll = Instance.new("TextLabel")
  44. local Locaa = Instance.new("TextButton")
  45. local Main = Instance.new("TextButton")
  46. local Close = Instance.new("TextButton")
  47. local Tools = Instance.new("Frame")
  48.  
  49. -- Properties
  50.  
  51. AdminGui.Name = "AdminGui"
  52. AdminGui.Parent = game.StarterGui
  53.  
  54. ExplorerPanel.Name = "ExplorerPanel"
  55. ExplorerPanel.Parent = AdminGui
  56. ExplorerPanel.BackgroundColor3 = Color3.new(1, 1, 1)
  57. ExplorerPanel.BackgroundTransparency = 0.10000000149012
  58. ExplorerPanel.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  59. ExplorerPanel.Draggable = true
  60. ExplorerPanel.Position = UDim2.new(1, -308, 0, 10)
  61. ExplorerPanel.Size = UDim2.new(0, 300, 1, -250)
  62. ExplorerPanel.Visible = false
  63.  
  64. ExplorerOopen.Name = "ExplorerOopen"
  65. ExplorerOopen.Parent = AdminGui
  66. ExplorerOopen.BackgroundColor3 = Color3.new(0, 1, 1)
  67. ExplorerOopen.BorderSizePixel = 0
  68. ExplorerOopen.Draggable = true
  69. ExplorerOopen.Size = UDim2.new(0, 0, 0, 100)
  70. ExplorerOopen.Style = Enum.FrameStyle.RobloxRound
  71.  
  72. Open.Name = "Open"
  73. Open.Parent = ExplorerOopen
  74. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  75. Open.BorderColor3 = Color3.new(1, 1, 1)
  76. Open.BorderSizePixel = 0
  77. Open.Position = UDim2.new(0, 4, 0, 494)
  78. Open.Size = UDim2.new(0, 70, 0, 20)
  79. Open.Font = Enum.Font.ArialBold
  80. Open.FontSize = Enum.FontSize.Size14
  81. Open.Text = "Explorer"
  82. Open.TextColor3 = Color3.new(1, 1, 1)
  83. Open.TextStrokeTransparency = 0
  84.  
  85. ExplorerCloose.Name = "ExplorerCloose"
  86. ExplorerCloose.Parent = AdminGui
  87. ExplorerCloose.BackgroundColor3 = Color3.new(0, 1, 1)
  88. ExplorerCloose.BorderSizePixel = 0
  89. ExplorerCloose.Size = UDim2.new(0, 0, 0, 100)
  90. ExplorerCloose.Visible = false
  91. ExplorerCloose.Style = Enum.FrameStyle.RobloxRound
  92.  
  93. Open_2.Name = "Open"
  94. Open_2.Parent = ExplorerCloose
  95. Open_2.BackgroundColor3 = Color3.new(0, 0, 1)
  96. Open_2.BorderColor3 = Color3.new(1, 1, 1)
  97. Open_2.BorderSizePixel = 0
  98. Open_2.Position = UDim2.new(0, 4, 0, 494)
  99. Open_2.Size = UDim2.new(0, 70, 0, 20)
  100. Open_2.ZIndex = 10
  101. Open_2.AutoButtonColor = false
  102. Open_2.Font = Enum.Font.ArialBold
  103. Open_2.FontSize = Enum.FontSize.Size14
  104. Open_2.Text = "Close"
  105. Open_2.TextColor3 = Color3.new(1, 1, 1)
  106. Open_2.TextStrokeColor3 = Color3.new(0, 0, 1)
  107.  
  108. PropertiesPanel.Name = "PropertiesPanel"
  109. PropertiesPanel.Parent = AdminGui
  110. PropertiesPanel.Active = true
  111. PropertiesPanel.BackgroundColor3 = Color3.new(1, 1, 1)
  112. PropertiesPanel.BackgroundTransparency = 0.10000000149012
  113. PropertiesPanel.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  114. PropertiesPanel.Draggable = true
  115. PropertiesPanel.Position = UDim2.new(1, -620, 0.100000001, 0)
  116. PropertiesPanel.Size = UDim2.new(0, 300, 0.5, 0)
  117. PropertiesPanel.Visible = false
  118.  
  119. List.Name = "List"
  120. List.Parent = PropertiesPanel
  121. List.BackgroundTransparency = 1
  122. List.ClipsDescendants = true
  123. List.Position = UDim2.new(0, 0, 0, 18)
  124. List.Size = UDim2.new(1, -16, 1, -18)
  125.  
  126. TextWidth.Name = "TextWidth"
  127. TextWidth.Parent = PropertiesPanel
  128. TextWidth.Size = UDim2.new(1, 0, 1, 0)
  129. TextWidth.Visible = false
  130. TextWidth.Font = Enum.Font.SourceSans
  131. TextWidth.FontSize = Enum.FontSize.Size14
  132. TextWidth.Text = "TweenService"
  133. TextWidth.TextXAlignment = Enum.TextXAlignment.Left
  134.  
  135. ScrollFrame.Name = "ScrollFrame"
  136. ScrollFrame.Parent = PropertiesPanel
  137. ScrollFrame.BackgroundTransparency = 1
  138. ScrollFrame.Position = UDim2.new(1, -16, 0, 18)
  139. ScrollFrame.Size = UDim2.new(0, 16, 1, -18)
  140.  
  141. ScrollDown.Name = "ScrollDown"
  142. ScrollDown.Parent = ScrollFrame
  143. ScrollDown.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  144. ScrollDown.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  145. ScrollDown.Position = UDim2.new(0, 0, 1, -16)
  146. ScrollDown.Size = UDim2.new(0, 16, 0, 16)
  147.  
  148. ArrowGraphic.Name = "Arrow Graphic"
  149. ArrowGraphic.Parent = ScrollDown
  150. ArrowGraphic.BackgroundTransparency = 1
  151. ArrowGraphic.BorderSizePixel = 0
  152. ArrowGraphic.Position = UDim2.new(0.5, -4, 0.5, -4)
  153. ArrowGraphic.Size = UDim2.new(0, 8, 0, 8)
  154.  
  155. Graphic.Name = "Graphic"
  156. Graphic.Parent = ArrowGraphic
  157. Graphic.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  158. Graphic.BorderSizePixel = 0
  159. Graphic.Position = UDim2.new(0.375, 0, 0.625, 0)
  160. Graphic.Size = UDim2.new(0.25, 0, 0.125, 0)
  161.  
  162. Graphic_2.Name = "Graphic"
  163. Graphic_2.Parent = ArrowGraphic
  164. Graphic_2.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  165. Graphic_2.BorderSizePixel = 0
  166. Graphic_2.Position = UDim2.new(0.25, 0, 0.5, 0)
  167. Graphic_2.Size = UDim2.new(0.5, 0, 0.125, 0)
  168.  
  169. Graphic_3.Name = "Graphic"
  170. Graphic_3.Parent = ArrowGraphic
  171. Graphic_3.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  172. Graphic_3.BorderSizePixel = 0
  173. Graphic_3.Position = UDim2.new(0.125, 0, 0.375, 0)
  174. Graphic_3.Size = UDim2.new(0.75, 0, 0.125, 0)
  175.  
  176. Graphic_4.Name = "Graphic"
  177. Graphic_4.Parent = ArrowGraphic
  178. Graphic_4.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  179. Graphic_4.BorderSizePixel = 0
  180. Graphic_4.Position = UDim2.new(0, 0, 0.25, 0)
  181. Graphic_4.Size = UDim2.new(1, 0, 0.125, 0)
  182.  
  183. ScrollUp.Name = "ScrollUp"
  184. ScrollUp.Parent = ScrollFrame
  185. ScrollUp.Active = false
  186. ScrollUp.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  187. ScrollUp.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  188. ScrollUp.Size = UDim2.new(0, 16, 0, 16)
  189. ScrollUp.AutoButtonColor = false
  190.  
  191. ArrowGraphic_2.Name = "Arrow Graphic"
  192. ArrowGraphic_2.Parent = ScrollUp
  193. ArrowGraphic_2.BackgroundTransparency = 1
  194. ArrowGraphic_2.BorderSizePixel = 0
  195. ArrowGraphic_2.Position = UDim2.new(0.5, -4, 0.5, -4)
  196. ArrowGraphic_2.Size = UDim2.new(0, 8, 0, 8)
  197.  
  198. Graphic_5.Name = "Graphic"
  199. Graphic_5.Parent = ArrowGraphic_2
  200. Graphic_5.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  201. Graphic_5.BackgroundTransparency = 0.69999998807907
  202. Graphic_5.BorderSizePixel = 0
  203. Graphic_5.Position = UDim2.new(0.375, 0, 0.25, 0)
  204. Graphic_5.Size = UDim2.new(0.25, 0, 0.125, 0)
  205.  
  206. Graphic_6.Name = "Graphic"
  207. Graphic_6.Parent = ArrowGraphic_2
  208. Graphic_6.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  209. Graphic_6.BackgroundTransparency = 0.69999998807907
  210. Graphic_6.BorderSizePixel = 0
  211. Graphic_6.Position = UDim2.new(0.25, 0, 0.375, 0)
  212. Graphic_6.Size = UDim2.new(0.5, 0, 0.125, 0)
  213.  
  214. Graphic_7.Name = "Graphic"
  215. Graphic_7.Parent = ArrowGraphic_2
  216. Graphic_7.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  217. Graphic_7.BackgroundTransparency = 0.69999998807907
  218. Graphic_7.BorderSizePixel = 0
  219. Graphic_7.Position = UDim2.new(0.125, 0, 0.5, 0)
  220. Graphic_7.Size = UDim2.new(0.75, 0, 0.125, 0)
  221.  
  222. Graphic_8.Name = "Graphic"
  223. Graphic_8.Parent = ArrowGraphic_2
  224. Graphic_8.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  225. Graphic_8.BackgroundTransparency = 0.69999998807907
  226. Graphic_8.BorderSizePixel = 0
  227. Graphic_8.Position = UDim2.new(0, 0, 0.625, 0)
  228. Graphic_8.Size = UDim2.new(1, 0, 0.125, 0)
  229.  
  230. ScrollBar.Name = "ScrollBar"
  231. ScrollBar.Parent = ScrollFrame
  232. ScrollBar.BackgroundColor3 = Color3.new(0.94902, 0.94902, 0.94902)
  233. ScrollBar.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  234. ScrollBar.Position = UDim2.new(0, 0, 0, 16)
  235. ScrollBar.Size = UDim2.new(1, 0, 1, -32)
  236. ScrollBar.AutoButtonColor = false
  237.  
  238. ScrollThumb.Name = "ScrollThumb"
  239. ScrollThumb.Parent = ScrollBar
  240. ScrollThumb.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  241. ScrollThumb.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  242. ScrollThumb.Draggable = true
  243. ScrollThumb.Size = UDim2.new(0, 16, 0, 75)
  244. ScrollThumb.AutoButtonColor = false
  245.  
  246. GripGraphic.Name = "Grip Graphic"
  247. GripGraphic.Parent = ScrollThumb
  248. GripGraphic.BackgroundTransparency = 1
  249. GripGraphic.BorderSizePixel = 0
  250. GripGraphic.Position = UDim2.new(0.5, -3, 0.5, -3)
  251. GripGraphic.Size = UDim2.new(0, 6, 0, 6)
  252.  
  253. Frame.Parent = GripGraphic
  254. Frame.BorderSizePixel = 0
  255. Frame.Size = UDim2.new(1, 0, 0.166666672, 0)
  256.  
  257. Frame_2.Parent = GripGraphic
  258. Frame_2.BorderSizePixel = 0
  259. Frame_2.Position = UDim2.new(0, 0, 0.333333343, 0)
  260. Frame_2.Size = UDim2.new(1, 0, 0.166666672, 0)
  261.  
  262. Frame_3.Parent = GripGraphic
  263. Frame_3.BorderSizePixel = 0
  264. Frame_3.Position = UDim2.new(0, 0, 0.666666687, 0)
  265. Frame_3.Size = UDim2.new(1, 0, 0.166666672, 0)
  266.  
  267. Header.Name = "Header"
  268. Header.Parent = PropertiesPanel
  269. Header.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726)
  270. Header.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  271. Header.Size = UDim2.new(1, 0, 0, 18)
  272.  
  273. TextLabel.Parent = Header
  274. TextLabel.BackgroundTransparency = 1
  275. TextLabel.Position = UDim2.new(0, 4, 0, 0)
  276. TextLabel.Size = UDim2.new(1, -4, 1, 0)
  277. TextLabel.Font = Enum.Font.SourceSans
  278. TextLabel.FontSize = Enum.FontSize.Size14
  279. TextLabel.Text = "Properties"
  280. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  281. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  282.  
  283. property.Name = "property"
  284. property.Parent = PropertiesPanel
  285. property.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.870588)
  286. property.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  287. property.Position = UDim2.new(0, 0, 0, 1)
  288. property.Size = UDim2.new(1, 0, 0, 22)
  289. property.Visible = false
  290.  
  291. name.Name = "name"
  292. name.Parent = property
  293. name.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
  294. name.BackgroundTransparency = 1
  295. name.Size = UDim2.new(0.5, 0, 1, -1)
  296.  
  297. unlocked.Name = "unlocked"
  298. unlocked.Parent = name
  299. unlocked.BackgroundTransparency = 1
  300. unlocked.Position = UDim2.new(0, 5, 0, 0)
  301. unlocked.Size = UDim2.new(1, -10, 1, 0)
  302. unlocked.Visible = false
  303. unlocked.Font = Enum.Font.SourceSans
  304. unlocked.FontSize = Enum.FontSize.Size14
  305. unlocked.Text = ""
  306. unlocked.TextColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  307. unlocked.TextWrapped = true
  308. unlocked.TextXAlignment = Enum.TextXAlignment.Left
  309.  
  310. locked.Name = "locked"
  311. locked.Parent = name
  312. locked.BackgroundTransparency = 1
  313. locked.Position = UDim2.new(0, 5, 0, 0)
  314. locked.Size = UDim2.new(1, -10, 1, 0)
  315. locked.Visible = false
  316. locked.Font = Enum.Font.SourceSans
  317. locked.FontSize = Enum.FontSize.Size14
  318. locked.Text = ""
  319. locked.TextColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  320. locked.TextWrapped = true
  321. locked.TextXAlignment = Enum.TextXAlignment.Left
  322.  
  323. border.Name = "border"
  324. border.Parent = property
  325. border.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  326. border.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  327. border.BorderSizePixel = 0
  328. border.Position = UDim2.new(0.5, 0, 0, 0)
  329. border.Size = UDim2.new(0, 1, 1, 0)
  330.  
  331. edit.Name = "edit"
  332. edit.Parent = property
  333. edit.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
  334. edit.BackgroundTransparency = 1
  335. edit.Position = UDim2.new(0.5, 0, 0, 0)
  336. edit.Size = UDim2.new(0.5, 0, 1, -1)
  337.  
  338. locked_2.Name = "locked"
  339. locked_2.Parent = edit
  340. locked_2.BackgroundTransparency = 1
  341. locked_2.Position = UDim2.new(0, 5, 0, 0)
  342. locked_2.Size = UDim2.new(1, -10, 1, 0)
  343. locked_2.Visible = false
  344. locked_2.Font = Enum.Font.SourceSans
  345. locked_2.FontSize = Enum.FontSize.Size14
  346. locked_2.Text = ""
  347. locked_2.TextColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  348. locked_2.TextWrapped = true
  349. locked_2.TextXAlignment = Enum.TextXAlignment.Left
  350.  
  351. box.Name = "box"
  352. box.Parent = edit
  353. box.BackgroundTransparency = 1
  354. box.Position = UDim2.new(0, 5, 0, 0)
  355. box.Size = UDim2.new(1, -10, 1, 0)
  356. box.Visible = false
  357. box.Font = Enum.Font.SourceSans
  358. box.FontSize = Enum.FontSize.Size14
  359. box.Text = ""
  360. box.TextColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  361. box.TextWrapped = true
  362. box.TextXAlignment = Enum.TextXAlignment.Left
  363.  
  364. check.Name = "check"
  365. check.Parent = edit
  366. check.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.870588)
  367. check.BorderSizePixel = 0
  368. check.Position = UDim2.new(0, 5, 0, 5)
  369. check.Size = UDim2.new(0, 12, 0, 12)
  370. check.Visible = false
  371.  
  372. rrr.Name = "rrr"
  373. rrr.Parent = AdminGui
  374. rrr.Active = true
  375. rrr.BackgroundColor3 = Color3.new(0, 0, 0)
  376. rrr.BorderSizePixel = 0
  377. rrr.Position = UDim2.new(0, 163, 0, 330)
  378. rrr.Size = UDim2.new(0, 30, 0, 40)
  379. rrr.Visible = false
  380. rrr.Font = Enum.Font.SourceSansBold
  381. rrr.FontSize = Enum.FontSize.Size36
  382. rrr.Text = ">"
  383. rrr.TextColor3 = Color3.new(0, 0, 0)
  384. rrr.TextStrokeColor3 = Color3.new(1, 1, 1)
  385. rrr.TextStrokeTransparency = 0
  386.  
  387. lll.Name = "lll"
  388. lll.Parent = AdminGui
  389. lll.Active = true
  390. lll.BackgroundColor3 = Color3.new(0, 0, 0)
  391. lll.BorderSizePixel = 0
  392. lll.Position = UDim2.new(0, 15, 0, 330)
  393. lll.Size = UDim2.new(0, 30, 0, 40)
  394. lll.Visible = false
  395. lll.Font = Enum.Font.SourceSansBold
  396. lll.FontSize = Enum.FontSize.Size36
  397. lll.Text = ">"
  398. lll.TextColor3 = Color3.new(0, 0, 0)
  399. lll.TextStrokeColor3 = Color3.new(1, 1, 1)
  400. lll.TextStrokeTransparency = 0
  401.  
  402. Locaa.Name = "Locaa"
  403. Locaa.Parent = AdminGui
  404. Locaa.BackgroundColor3 = Color3.new(0, 0, 0)
  405. Locaa.BorderSizePixel = 0
  406. Locaa.Position = UDim2.new(0, 154, 0, 330)
  407. Locaa.Size = UDim2.new(0, 145, 0, 40)
  408. Locaa.Visible = false
  409. Locaa.AutoButtonColor = false
  410. Locaa.Font = Enum.Font.SourceSansBold
  411. Locaa.FontSize = Enum.FontSize.Size36
  412. Locaa.Text = "Local"
  413. Locaa.TextColor3 = Color3.new(0, 0, 0)
  414. Locaa.TextStrokeColor3 = Color3.new(1, 1, 1)
  415. Locaa.TextStrokeTransparency = 0
  416.  
  417. Main.Name = "Main"
  418. Main.Parent = AdminGui
  419. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  420. Main.BorderSizePixel = 0
  421. Main.Position = UDim2.new(0, 4, 0, 330)
  422. Main.Size = UDim2.new(0, 145, 0, 40)
  423. Main.Visible = false
  424. Main.AutoButtonColor = false
  425. Main.Font = Enum.Font.SourceSansBold
  426. Main.FontSize = Enum.FontSize.Size36
  427. Main.Text = "Main"
  428. Main.TextColor3 = Color3.new(0, 0, 0)
  429. Main.TextStrokeColor3 = Color3.new(1, 1, 1)
  430. Main.TextStrokeTransparency = 0
  431.  
  432. Close.Name = "Close"
  433. Close.Parent = AdminGui
  434. Close.BackgroundColor3 = Color3.new(0, 0, 1)
  435. Close.BorderSizePixel = 0
  436. Close.Position = UDim2.new(0, 4, 0, 464)
  437. Close.Size = UDim2.new(0, 70, 0, 20)
  438. Close.Visible = false
  439. Close.AutoButtonColor = false
  440. Close.Font = Enum.Font.ArialBold
  441. Close.FontSize = Enum.FontSize.Size14
  442. Close.Text = "Close"
  443. Close.TextColor3 = Color3.new(1, 1, 1)
  444.  
  445. Tools.Name = "Tools"
  446. Tools.Parent = AdminGui
  447. Tools.Active = true
  448. Tools.BackgroundColor3 = Color3.new(1, 1, 1)
  449. Tools.BackgroundTransparency = 1
  450. Tools.BorderSizePixel = 0
  451. Tools.Size = UDim2.new(0, 100, 0, 100)
  452. Tools.Visible = false
Add Comment
Please, Sign In to add comment