NEON_YouTube

Chat-NO

Jan 17th, 2023 (edited)
1,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 20.23 KB | None | 0 0
  1. -- Chat-NO
  2. -- Version: 0.0.1
  3. -- By pawela827
  4.  
  5. local Chat = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local ChatBarParentFrame = Instance.new("Frame")
  8. local Frame_2 = Instance.new("Frame")
  9. local BoxFrame = Instance.new("Frame")
  10. local Frame_3 = Instance.new("Frame")
  11. local ChatBar = Instance.new("TextBox")
  12. local MessageMode = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local ChannelsBarParentFrame = Instance.new("Frame")
  15. local Frame_4 = Instance.new("Frame")
  16. local ScrollingBase = Instance.new("Frame")
  17. local ScrollerSizer = Instance.new("Frame")
  18. local ScrollerFrame = Instance.new("Frame")
  19. local Frame_All = Instance.new("Frame")
  20. local BackgroundFrame = Instance.new("Frame")
  21. local UnselectedFrame = Instance.new("Frame")
  22. local TextButton = Instance.new("TextButton")
  23. local SelectedFrame = Instance.new("Frame")
  24. local BackgroundImage = Instance.new("ImageLabel")
  25. local BlueBarLeft = Instance.new("ImageLabel")
  26. local BlueBarRight = Instance.new("ImageLabel")
  27. local TextButton_2 = Instance.new("TextButton")
  28. local TextButton_3 = Instance.new("TextButton")
  29. local Frame_5 = Instance.new("Frame")
  30. local ImageLabel = Instance.new("ImageLabel")
  31. local TextLabel_2 = Instance.new("TextLabel")
  32. local Frame_System = Instance.new("Frame")
  33. local BackgroundFrame_2 = Instance.new("Frame")
  34. local UnselectedFrame_2 = Instance.new("Frame")
  35. local TextButton_4 = Instance.new("TextButton")
  36. local SelectedFrame_2 = Instance.new("Frame")
  37. local BackgroundImage_2 = Instance.new("ImageLabel")
  38. local BlueBarLeft_2 = Instance.new("ImageLabel")
  39. local BlueBarRight_2 = Instance.new("ImageLabel")
  40. local TextButton_5 = Instance.new("TextButton")
  41. local TextButton_6 = Instance.new("TextButton")
  42. local Frame_6 = Instance.new("Frame")
  43. local ImageLabel_2 = Instance.new("ImageLabel")
  44. local TextLabel_3 = Instance.new("TextLabel")
  45. local Frame_7 = Instance.new("Frame")
  46. local LeaveConfirmationFrame = Instance.new("Frame")
  47. local TextButton_7 = Instance.new("TextButton")
  48. local TextButton_8 = Instance.new("TextButton")
  49. local TextButton_9 = Instance.new("TextButton")
  50. local TextLabel_4 = Instance.new("TextLabel")
  51. local PageLeftButton = Instance.new("ImageButton")
  52. local ArrowLabel = Instance.new("ImageLabel")
  53. local PositionalHelper = Instance.new("Frame")
  54. local PageRightButton = Instance.new("ImageButton")
  55. local ArrowLabel_2 = Instance.new("ImageLabel")
  56. local ChatChannelParentFrame = Instance.new("Frame")
  57. local Frame_MessageLogDisplay = Instance.new("Frame")
  58. local Scroller = Instance.new("ScrollingFrame")
  59. local UIListLayout = Instance.new("UIListLayout")
  60. local Frame_8 = Instance.new("Frame")
  61. local TextLabel_5 = Instance.new("TextLabel")
  62. local ImageButton = Instance.new("ImageButton")
  63. local ImageLabel_3 = Instance.new("ImageLabel")
  64.  
  65. -- Properties:
  66.  
  67. Chat.Name = "Chat"
  68. Chat.Parent = game.CoreGUI:WaitForChild("CoreGUI")
  69. Chat.DisplayOrder = 6
  70. Chat.ResetOnSpawn = false
  71.  
  72. Frame.Parent = Chat
  73. Frame.BackgroundTransparency = 1.000
  74. Frame.Size = UDim2.new(0.300000012, 0, 0.290268451, 0)
  75. Frame.Visible = false
  76.  
  77. ChatBarParentFrame.Name = "ChatBarParentFrame"
  78. ChatBarParentFrame.Parent = Frame
  79. ChatBarParentFrame.BackgroundTransparency = 1.000
  80. ChatBarParentFrame.Position = UDim2.new(0, 0, 1, -42)
  81. ChatBarParentFrame.Size = UDim2.new(1, 0, 0, 42)
  82.  
  83. Frame_2.Parent = ChatBarParentFrame
  84. Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  85. Frame_2.BackgroundTransparency = 1.000
  86. Frame_2.BorderSizePixel = 0
  87. Frame_2.Size = UDim2.new(1, 0, 1, 0)
  88.  
  89. BoxFrame.Name = "BoxFrame"
  90. BoxFrame.Parent = Frame_2
  91. BoxFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. BoxFrame.BackgroundTransparency = 1.000
  93. BoxFrame.BorderSizePixel = 0
  94. BoxFrame.Position = UDim2.new(0, 7, 0, 7)
  95. BoxFrame.Size = UDim2.new(1, -14, 1, -14)
  96.  
  97. Frame_3.Parent = BoxFrame
  98. Frame_3.BackgroundTransparency = 1.000
  99. Frame_3.Position = UDim2.new(0, 5, 0, 5)
  100. Frame_3.Size = UDim2.new(1, -10, 1, -10)
  101.  
  102. ChatBar.Name = "ChatBar"
  103. ChatBar.Parent = Frame_3
  104. ChatBar.BackgroundTransparency = 1.000
  105. ChatBar.Selectable = false
  106. ChatBar.Size = UDim2.new(1, 0, 1, 0)
  107. ChatBar.ClearTextOnFocus = false
  108. ChatBar.Font = Enum.Font.SourceSansBold
  109. ChatBar.Text = ""
  110. ChatBar.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. ChatBar.TextSize = 18.000
  112. ChatBar.TextTransparency = 1.000
  113. ChatBar.TextWrapped = true
  114. ChatBar.TextXAlignment = Enum.TextXAlignment.Left
  115. ChatBar.TextYAlignment = Enum.TextYAlignment.Top
  116.  
  117. MessageMode.Name = "MessageMode"
  118. MessageMode.Parent = Frame_3
  119. MessageMode.BackgroundTransparency = 1.000
  120. MessageMode.Selectable = false
  121. MessageMode.Font = Enum.Font.SourceSansBold
  122. MessageMode.Text = ""
  123. MessageMode.TextColor3 = Color3.fromRGB(35, 76, 142)
  124. MessageMode.TextSize = 18.000
  125. MessageMode.TextTransparency = 1.000
  126. MessageMode.TextWrapped = true
  127. MessageMode.TextXAlignment = Enum.TextXAlignment.Left
  128.  
  129. TextLabel.Parent = Frame_3
  130. TextLabel.BackgroundTransparency = 1.000
  131. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  132. TextLabel.Font = Enum.Font.SourceSansBold
  133. TextLabel.Text = "To chat click here or press \"/\" key"
  134. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  135. TextLabel.TextSize = 18.000
  136. TextLabel.TextTransparency = 1.000
  137. TextLabel.TextWrapped = true
  138. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  139. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  140.  
  141. ChannelsBarParentFrame.Name = "ChannelsBarParentFrame"
  142. ChannelsBarParentFrame.Parent = Frame
  143. ChannelsBarParentFrame.BackgroundTransparency = 1.000
  144. ChannelsBarParentFrame.Size = UDim2.new(1, 0, 0, 34)
  145. ChannelsBarParentFrame.Visible = false
  146.  
  147. Frame_4.Parent = ChannelsBarParentFrame
  148. Frame_4.BackgroundTransparency = 1.000
  149. Frame_4.Size = UDim2.new(1, 0, 1, 0)
  150.  
  151. ScrollingBase.Name = "ScrollingBase"
  152. ScrollingBase.Parent = Frame_4
  153. ScrollingBase.BackgroundTransparency = 1.000
  154. ScrollingBase.ClipsDescendants = true
  155. ScrollingBase.Size = UDim2.new(1, 0, 1, 0)
  156.  
  157. ScrollerSizer.Name = "ScrollerSizer"
  158. ScrollerSizer.Parent = ScrollingBase
  159. ScrollerSizer.BackgroundTransparency = 1.000
  160. ScrollerSizer.Size = UDim2.new(0.5, 0, 1, 0)
  161.  
  162. ScrollerFrame.Name = "ScrollerFrame"
  163. ScrollerFrame.Parent = ScrollerSizer
  164. ScrollerFrame.BackgroundTransparency = 1.000
  165. ScrollerFrame.Size = UDim2.new(1, 0, 1, 0)
  166.  
  167. Frame_All.Name = "Frame_All"
  168. Frame_All.Parent = ScrollerFrame
  169. Frame_All.BackgroundTransparency = 1.000
  170. Frame_All.Size = UDim2.new(1, 0, 1, 0)
  171.  
  172. BackgroundFrame.Name = "BackgroundFrame"
  173. BackgroundFrame.Parent = Frame_All
  174. BackgroundFrame.BackgroundTransparency = 1.000
  175. BackgroundFrame.Position = UDim2.new(0, 1, 0, 1)
  176. BackgroundFrame.Size = UDim2.new(1, -2, 1, -2)
  177.  
  178. UnselectedFrame.Name = "UnselectedFrame"
  179. UnselectedFrame.Parent = BackgroundFrame
  180. UnselectedFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  181. UnselectedFrame.BackgroundTransparency = 1.000
  182. UnselectedFrame.BorderSizePixel = 0
  183. UnselectedFrame.Size = UDim2.new(1, 0, 1, 0)
  184. UnselectedFrame.Visible = false
  185.  
  186. TextButton.Parent = UnselectedFrame
  187. TextButton.Active = false
  188. TextButton.BackgroundTransparency = 1.000
  189. TextButton.Selectable = false
  190. TextButton.Size = UDim2.new(1, 0, 1, 0)
  191. TextButton.Font = Enum.Font.SourceSans
  192. TextButton.Text = "All"
  193. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  194. TextButton.TextSize = 18.000
  195. TextButton.TextTransparency = 1.000
  196.  
  197. SelectedFrame.Name = "SelectedFrame"
  198. SelectedFrame.Parent = BackgroundFrame
  199. SelectedFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  200. SelectedFrame.BackgroundTransparency = 1.000
  201. SelectedFrame.BorderSizePixel = 0
  202. SelectedFrame.Size = UDim2.new(1, 0, 1, 0)
  203.  
  204. BackgroundImage.Name = "BackgroundImage"
  205. BackgroundImage.Parent = SelectedFrame
  206. BackgroundImage.BackgroundColor3 = Color3.fromRGB(93, 100, 115)
  207. BackgroundImage.BackgroundTransparency = 1.000
  208. BackgroundImage.BorderSizePixel = 0
  209. BackgroundImage.Size = UDim2.new(1, 0, 1, 0)
  210. BackgroundImage.ScaleType = Enum.ScaleType.Slice
  211.  
  212. BlueBarLeft.Name = "BlueBarLeft"
  213. BlueBarLeft.Parent = SelectedFrame
  214. BlueBarLeft.BackgroundTransparency = 1.000
  215. BlueBarLeft.Position = UDim2.new(0, 2, 1, -4)
  216. BlueBarLeft.Size = UDim2.new(0.5, -2, 0, 4)
  217. BlueBarLeft.Image = "rbxasset://textures/ui/Settings/Slider/SelectedBarLeft.png"
  218. BlueBarLeft.ImageTransparency = 1.000
  219. BlueBarLeft.ScaleType = Enum.ScaleType.Slice
  220. BlueBarLeft.SliceCenter = Rect.new(3, 3, 32, 21)
  221.  
  222. BlueBarRight.Name = "BlueBarRight"
  223. BlueBarRight.Parent = SelectedFrame
  224. BlueBarRight.BackgroundTransparency = 1.000
  225. BlueBarRight.Position = UDim2.new(0.5, 0, 1, -4)
  226. BlueBarRight.Size = UDim2.new(0.5, -2, 0, 4)
  227. BlueBarRight.Image = "rbxasset://textures/ui/Settings/Slider/SelectedBarRight.png"
  228. BlueBarRight.ImageTransparency = 1.000
  229. BlueBarRight.ScaleType = Enum.ScaleType.Slice
  230. BlueBarRight.SliceCenter = Rect.new(3, 3, 32, 21)
  231.  
  232. TextButton_2.Parent = SelectedFrame
  233. TextButton_2.Active = false
  234. TextButton_2.BackgroundTransparency = 1.000
  235. TextButton_2.Selectable = false
  236. TextButton_2.Size = UDim2.new(1, 0, 1, 0)
  237. TextButton_2.Font = Enum.Font.SourceSansBold
  238. TextButton_2.Text = "All"
  239. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  240. TextButton_2.TextSize = 18.000
  241. TextButton_2.TextStrokeTransparency = 0.750
  242.  
  243. TextButton_3.Parent = BackgroundFrame
  244. TextButton_3.BackgroundTransparency = 1.000
  245. TextButton_3.Selectable = false
  246. TextButton_3.Size = UDim2.new(1, 0, 1, 0)
  247. TextButton_3.Font = Enum.Font.SourceSansBold
  248. TextButton_3.Text = ""
  249. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  250. TextButton_3.TextSize = 18.000
  251. TextButton_3.TextStrokeTransparency = 0.750
  252.  
  253. Frame_5.Parent = BackgroundFrame
  254. Frame_5.BackgroundTransparency = 1.000
  255. Frame_5.Position = UDim2.new(0.800000012, -9, 0.5, -9)
  256. Frame_5.Size = UDim2.new(0, 18, 0, 18)
  257.  
  258. ImageLabel.Parent = Frame_5
  259. ImageLabel.BackgroundTransparency = 1.000
  260. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  261. ImageLabel.Visible = false
  262. ImageLabel.Image = "rbxasset://textures/ui/Chat/MessageCounter.png"
  263.  
  264. TextLabel_2.Parent = ImageLabel
  265. TextLabel_2.BackgroundTransparency = 1.000
  266. TextLabel_2.Position = UDim2.new(0.5, -7, 0.5, -7)
  267. TextLabel_2.Size = UDim2.new(0, 13, 0, 9)
  268. TextLabel_2.Font = Enum.Font.SourceSansBold
  269. TextLabel_2.Text = ""
  270. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  271. TextLabel_2.TextSize = 14.000
  272. TextLabel_2.TextStrokeTransparency = 0.750
  273.  
  274. Frame_System.Name = "Frame_System"
  275. Frame_System.Parent = ScrollerFrame
  276. Frame_System.BackgroundTransparency = 1.000
  277. Frame_System.Position = UDim2.new(1, 0, 0, 0)
  278. Frame_System.Size = UDim2.new(1, 0, 1, 0)
  279.  
  280. BackgroundFrame_2.Name = "BackgroundFrame"
  281. BackgroundFrame_2.Parent = Frame_System
  282. BackgroundFrame_2.BackgroundTransparency = 1.000
  283. BackgroundFrame_2.Position = UDim2.new(0, 1, 0, 1)
  284. BackgroundFrame_2.Size = UDim2.new(1, -2, 1, -2)
  285.  
  286. UnselectedFrame_2.Name = "UnselectedFrame"
  287. UnselectedFrame_2.Parent = BackgroundFrame_2
  288. UnselectedFrame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  289. UnselectedFrame_2.BackgroundTransparency = 1.000
  290. UnselectedFrame_2.BorderSizePixel = 0
  291. UnselectedFrame_2.Size = UDim2.new(1, 0, 1, 0)
  292.  
  293. TextButton_4.Parent = UnselectedFrame_2
  294. TextButton_4.Active = false
  295. TextButton_4.BackgroundTransparency = 1.000
  296. TextButton_4.Selectable = false
  297. TextButton_4.Size = UDim2.new(1, 0, 1, 0)
  298. TextButton_4.Font = Enum.Font.SourceSans
  299. TextButton_4.Text = "System"
  300. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  301. TextButton_4.TextSize = 18.000
  302. TextButton_4.TextTransparency = 1.000
  303.  
  304. SelectedFrame_2.Name = "SelectedFrame"
  305. SelectedFrame_2.Parent = BackgroundFrame_2
  306. SelectedFrame_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  307. SelectedFrame_2.BackgroundTransparency = 1.000
  308. SelectedFrame_2.BorderSizePixel = 0
  309. SelectedFrame_2.Size = UDim2.new(1, 0, 1, 0)
  310. SelectedFrame_2.Visible = false
  311.  
  312. BackgroundImage_2.Name = "BackgroundImage"
  313. BackgroundImage_2.Parent = SelectedFrame_2
  314. BackgroundImage_2.BackgroundColor3 = Color3.fromRGB(93, 100, 115)
  315. BackgroundImage_2.BackgroundTransparency = 1.000
  316. BackgroundImage_2.BorderSizePixel = 0
  317. BackgroundImage_2.Size = UDim2.new(1, 0, 1, 0)
  318. BackgroundImage_2.ScaleType = Enum.ScaleType.Slice
  319.  
  320. BlueBarLeft_2.Name = "BlueBarLeft"
  321. BlueBarLeft_2.Parent = SelectedFrame_2
  322. BlueBarLeft_2.BackgroundTransparency = 1.000
  323. BlueBarLeft_2.Position = UDim2.new(0, 2, 1, -4)
  324. BlueBarLeft_2.Size = UDim2.new(0.5, -2, 0, 4)
  325. BlueBarLeft_2.Image = "rbxasset://textures/ui/Settings/Slider/SelectedBarLeft.png"
  326. BlueBarLeft_2.ImageTransparency = 1.000
  327. BlueBarLeft_2.ScaleType = Enum.ScaleType.Slice
  328. BlueBarLeft_2.SliceCenter = Rect.new(3, 3, 32, 21)
  329.  
  330. BlueBarRight_2.Name = "BlueBarRight"
  331. BlueBarRight_2.Parent = SelectedFrame_2
  332. BlueBarRight_2.BackgroundTransparency = 1.000
  333. BlueBarRight_2.Position = UDim2.new(0.5, 0, 1, -4)
  334. BlueBarRight_2.Size = UDim2.new(0.5, -2, 0, 4)
  335. BlueBarRight_2.Image = "rbxasset://textures/ui/Settings/Slider/SelectedBarRight.png"
  336. BlueBarRight_2.ImageTransparency = 1.000
  337. BlueBarRight_2.ScaleType = Enum.ScaleType.Slice
  338. BlueBarRight_2.SliceCenter = Rect.new(3, 3, 32, 21)
  339.  
  340. TextButton_5.Parent = SelectedFrame_2
  341. TextButton_5.Active = false
  342. TextButton_5.BackgroundTransparency = 1.000
  343. TextButton_5.Selectable = false
  344. TextButton_5.Size = UDim2.new(1, 0, 1, 0)
  345. TextButton_5.Font = Enum.Font.SourceSansBold
  346. TextButton_5.Text = "System"
  347. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  348. TextButton_5.TextSize = 18.000
  349. TextButton_5.TextStrokeTransparency = 0.750
  350.  
  351. TextButton_6.Parent = BackgroundFrame_2
  352. TextButton_6.BackgroundTransparency = 1.000
  353. TextButton_6.Selectable = false
  354. TextButton_6.Size = UDim2.new(1, 0, 1, 0)
  355. TextButton_6.Font = Enum.Font.SourceSans
  356. TextButton_6.Text = ""
  357. TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  358. TextButton_6.TextSize = 18.000
  359. TextButton_6.TextStrokeTransparency = 0.750
  360.  
  361. Frame_6.Parent = BackgroundFrame_2
  362. Frame_6.BackgroundTransparency = 1.000
  363. Frame_6.Position = UDim2.new(0.800000012, -9, 0.5, -9)
  364. Frame_6.Size = UDim2.new(0, 18, 0, 18)
  365.  
  366. ImageLabel_2.Parent = Frame_6
  367. ImageLabel_2.BackgroundTransparency = 1.000
  368. ImageLabel_2.Size = UDim2.new(1, 0, 1, 0)
  369. ImageLabel_2.Visible = false
  370. ImageLabel_2.Image = "rbxasset://textures/ui/Chat/MessageCounter.png"
  371.  
  372. TextLabel_3.Parent = ImageLabel_2
  373. TextLabel_3.BackgroundTransparency = 1.000
  374. TextLabel_3.Position = UDim2.new(0.5, -7, 0.5, -7)
  375. TextLabel_3.Size = UDim2.new(0, 13, 0, 9)
  376. TextLabel_3.Font = Enum.Font.SourceSansBold
  377. TextLabel_3.Text = ""
  378. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  379. TextLabel_3.TextSize = 14.000
  380. TextLabel_3.TextStrokeTransparency = 0.750
  381.  
  382. Frame_7.Parent = Frame_4
  383. Frame_7.BackgroundTransparency = 1.000
  384. Frame_7.ClipsDescendants = true
  385. Frame_7.Size = UDim2.new(1, 0, 1, 0)
  386.  
  387. LeaveConfirmationFrame.Name = "LeaveConfirmationFrame"
  388. LeaveConfirmationFrame.Parent = Frame_7
  389. LeaveConfirmationFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  390. LeaveConfirmationFrame.BackgroundTransparency = 0.600
  391. LeaveConfirmationFrame.BorderSizePixel = 0
  392. LeaveConfirmationFrame.Position = UDim2.new(0, 0, 1, 0)
  393. LeaveConfirmationFrame.Size = UDim2.new(1, 0, 1, 0)
  394.  
  395. TextButton_7.Parent = LeaveConfirmationFrame
  396. TextButton_7.BackgroundTransparency = 1.000
  397. TextButton_7.Selectable = false
  398. TextButton_7.Size = UDim2.new(1, 0, 1, 0)
  399. TextButton_7.Text = ""
  400.  
  401. TextButton_8.Parent = LeaveConfirmationFrame
  402. TextButton_8.BackgroundTransparency = 1.000
  403. TextButton_8.Selectable = false
  404. TextButton_8.Size = UDim2.new(0.25, 0, 1, 0)
  405. TextButton_8.Font = Enum.Font.SourceSansBold
  406. TextButton_8.Text = "Confirm"
  407. TextButton_8.TextColor3 = Color3.fromRGB(0, 255, 0)
  408. TextButton_8.TextSize = 18.000
  409. TextButton_8.TextStrokeTransparency = 0.750
  410.  
  411. TextButton_9.Parent = LeaveConfirmationFrame
  412. TextButton_9.BackgroundTransparency = 1.000
  413. TextButton_9.Position = UDim2.new(0.75, 0, 0, 0)
  414. TextButton_9.Selectable = false
  415. TextButton_9.Size = UDim2.new(0.25, 0, 1, 0)
  416. TextButton_9.Font = Enum.Font.SourceSansBold
  417. TextButton_9.Text = "Cancel"
  418. TextButton_9.TextColor3 = Color3.fromRGB(255, 0, 0)
  419. TextButton_9.TextSize = 18.000
  420. TextButton_9.TextStrokeTransparency = 0.750
  421.  
  422. TextLabel_4.Parent = LeaveConfirmationFrame
  423. TextLabel_4.BackgroundTransparency = 1.000
  424. TextLabel_4.Position = UDim2.new(0.25, 0, 0, 0)
  425. TextLabel_4.Size = UDim2.new(0.5, 0, 1, 0)
  426. TextLabel_4.Font = Enum.Font.SourceSansBold
  427. TextLabel_4.Text = "Leave channel <XX>?"
  428. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  429. TextLabel_4.TextSize = 18.000
  430. TextLabel_4.TextStrokeTransparency = 0.750
  431.  
  432. PageLeftButton.Name = "PageLeftButton"
  433. PageLeftButton.Parent = Frame_4
  434. PageLeftButton.BackgroundTransparency = 1.000
  435. PageLeftButton.Position = UDim2.new(0, 4, 0.150000006, 0)
  436. PageLeftButton.Selectable = false
  437. PageLeftButton.Size = UDim2.new(0.699999988, 0, 0.699999988, 0)
  438. PageLeftButton.SizeConstraint = Enum.SizeConstraint.RelativeYY
  439. PageLeftButton.Visible = false
  440. PageLeftButton.Image = "rbxassetid://471630199"
  441. PageLeftButton.ImageTransparency = 1.000
  442.  
  443. ArrowLabel.Name = "ArrowLabel"
  444. ArrowLabel.Parent = PageLeftButton
  445. ArrowLabel.BackgroundTransparency = 1.000
  446. ArrowLabel.Position = UDim2.new(0.25, 0, 0.300000012, 0)
  447. ArrowLabel.Rotation = 180.000
  448. ArrowLabel.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  449. ArrowLabel.Image = "rbxassetid://471630112"
  450. ArrowLabel.ImageTransparency = 1.000
  451.  
  452. PositionalHelper.Name = "PositionalHelper"
  453. PositionalHelper.Parent = Frame_4
  454. PositionalHelper.BackgroundTransparency = 1.000
  455. PositionalHelper.Position = UDim2.new(1, 0, 0.150000006, 0)
  456. PositionalHelper.Size = UDim2.new(0.699999988, 0, 0.699999988, 0)
  457. PositionalHelper.SizeConstraint = Enum.SizeConstraint.RelativeYY
  458.  
  459. PageRightButton.Name = "PageRightButton"
  460. PageRightButton.Parent = PositionalHelper
  461. PageRightButton.BackgroundTransparency = 1.000
  462. PageRightButton.Position = UDim2.new(-1, -4, 0, 0)
  463. PageRightButton.Selectable = false
  464. PageRightButton.Size = UDim2.new(1, 0, 1, 0)
  465. PageRightButton.Visible = false
  466. PageRightButton.Image = "rbxassetid://471630199"
  467. PageRightButton.ImageTransparency = 1.000
  468.  
  469. ArrowLabel_2.Name = "ArrowLabel"
  470. ArrowLabel_2.Parent = PageRightButton
  471. ArrowLabel_2.BackgroundTransparency = 1.000
  472. ArrowLabel_2.Position = UDim2.new(0.350000024, 0, 0.300000012, 0)
  473. ArrowLabel_2.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  474. ArrowLabel_2.Image = "rbxassetid://471630112"
  475. ArrowLabel_2.ImageTransparency = 1.000
  476.  
  477. ChatChannelParentFrame.Name = "ChatChannelParentFrame"
  478. ChatChannelParentFrame.Parent = Frame
  479. ChatChannelParentFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  480. ChatChannelParentFrame.BackgroundTransparency = 1.000
  481. ChatChannelParentFrame.BorderSizePixel = 0
  482. ChatChannelParentFrame.Position = UDim2.new(0, 0, 0, 2)
  483. ChatChannelParentFrame.Size = UDim2.new(1, 0, 1, -46)
  484.  
  485. Frame_MessageLogDisplay.Name = "Frame_MessageLogDisplay"
  486. Frame_MessageLogDisplay.Parent = ChatChannelParentFrame
  487. Frame_MessageLogDisplay.BackgroundTransparency = 1.000
  488. Frame_MessageLogDisplay.Size = UDim2.new(1, 0, 1, 0)
  489.  
  490. Scroller.Name = "Scroller"
  491. Scroller.Parent = Frame_MessageLogDisplay
  492. Scroller.Active = true
  493. Scroller.BackgroundTransparency = 1.000
  494. Scroller.BorderSizePixel = 0
  495. Scroller.Position = UDim2.new(0, 0, 0, 3)
  496. Scroller.Selectable = false
  497. Scroller.Size = UDim2.new(1, -4, 1, -6)
  498. Scroller.CanvasSize = UDim2.new(0, 0, 0, 18)
  499. Scroller.ScrollBarThickness = 0
  500. Scroller.ScrollingEnabled = false
  501.  
  502. UIListLayout.Parent = Scroller
  503. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  504.  
  505. Frame_8.Parent = Scroller
  506. Frame_8.BackgroundTransparency = 1.000
  507. Frame_8.LayoutOrder = 1
  508. Frame_8.Size = UDim2.new(1, 0, 0, 18)
  509.  
  510. TextLabel_5.Parent = Frame_8
  511. TextLabel_5.BackgroundTransparency = 1.000
  512. TextLabel_5.ClipsDescendants = true
  513. TextLabel_5.Position = UDim2.new(0, 8, 0, 0)
  514. TextLabel_5.Size = UDim2.new(1, -14, 1, 0)
  515. TextLabel_5.Font = Enum.Font.SourceSansBold
  516. TextLabel_5.Text = "Chat '/?' or '/help' for a list of chat commands."
  517. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  518. TextLabel_5.TextSize = 18.000
  519. TextLabel_5.TextStrokeTransparency = 0.750
  520. TextLabel_5.TextWrapped = true
  521. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  522. TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
  523.  
  524. ImageButton.Parent = Frame
  525. ImageButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  526. ImageButton.BackgroundTransparency = 1.000
  527. ImageButton.BorderSizePixel = 0
  528. ImageButton.Position = UDim2.new(1, -42, 1, -42)
  529. ImageButton.Selectable = false
  530. ImageButton.Size = UDim2.new(0, 42, 0, 42)
  531. ImageButton.Visible = false
  532.  
  533. ImageLabel_3.Parent = ImageButton
  534. ImageLabel_3.BackgroundTransparency = 1.000
  535. ImageLabel_3.Position = UDim2.new(0.200000003, 0, 0.200000003, 0)
  536. ImageLabel_3.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  537. ImageLabel_3.Image = "rbxassetid://261880743"
  538. ImageLabel_3.ImageTransparency = 1.000
Advertisement
Add Comment
Please, Sign In to add comment