Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Chat-NO
- -- Version: 0.0.1
- -- By pawela827
- local Chat = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local ChatBarParentFrame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local BoxFrame = Instance.new("Frame")
- local Frame_3 = Instance.new("Frame")
- local ChatBar = Instance.new("TextBox")
- local MessageMode = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local ChannelsBarParentFrame = Instance.new("Frame")
- local Frame_4 = Instance.new("Frame")
- local ScrollingBase = Instance.new("Frame")
- local ScrollerSizer = Instance.new("Frame")
- local ScrollerFrame = Instance.new("Frame")
- local Frame_All = Instance.new("Frame")
- local BackgroundFrame = Instance.new("Frame")
- local UnselectedFrame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local SelectedFrame = Instance.new("Frame")
- local BackgroundImage = Instance.new("ImageLabel")
- local BlueBarLeft = Instance.new("ImageLabel")
- local BlueBarRight = Instance.new("ImageLabel")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local Frame_5 = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local Frame_System = Instance.new("Frame")
- local BackgroundFrame_2 = Instance.new("Frame")
- local UnselectedFrame_2 = Instance.new("Frame")
- local TextButton_4 = Instance.new("TextButton")
- local SelectedFrame_2 = Instance.new("Frame")
- local BackgroundImage_2 = Instance.new("ImageLabel")
- local BlueBarLeft_2 = Instance.new("ImageLabel")
- local BlueBarRight_2 = Instance.new("ImageLabel")
- local TextButton_5 = Instance.new("TextButton")
- local TextButton_6 = Instance.new("TextButton")
- local Frame_6 = Instance.new("Frame")
- local ImageLabel_2 = Instance.new("ImageLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local Frame_7 = Instance.new("Frame")
- local LeaveConfirmationFrame = Instance.new("Frame")
- local TextButton_7 = Instance.new("TextButton")
- local TextButton_8 = Instance.new("TextButton")
- local TextButton_9 = Instance.new("TextButton")
- local TextLabel_4 = Instance.new("TextLabel")
- local PageLeftButton = Instance.new("ImageButton")
- local ArrowLabel = Instance.new("ImageLabel")
- local PositionalHelper = Instance.new("Frame")
- local PageRightButton = Instance.new("ImageButton")
- local ArrowLabel_2 = Instance.new("ImageLabel")
- local ChatChannelParentFrame = Instance.new("Frame")
- local Frame_MessageLogDisplay = Instance.new("Frame")
- local Scroller = Instance.new("ScrollingFrame")
- local UIListLayout = Instance.new("UIListLayout")
- local Frame_8 = Instance.new("Frame")
- local TextLabel_5 = Instance.new("TextLabel")
- local ImageButton = Instance.new("ImageButton")
- local ImageLabel_3 = Instance.new("ImageLabel")
- -- Properties:
- Chat.Name = "Chat"
- Chat.Parent = game.CoreGUI:WaitForChild("CoreGUI")
- Chat.DisplayOrder = 6
- Chat.ResetOnSpawn = false
- Frame.Parent = Chat
- Frame.BackgroundTransparency = 1.000
- Frame.Size = UDim2.new(0.300000012, 0, 0.290268451, 0)
- Frame.Visible = false
- ChatBarParentFrame.Name = "ChatBarParentFrame"
- ChatBarParentFrame.Parent = Frame
- ChatBarParentFrame.BackgroundTransparency = 1.000
- ChatBarParentFrame.Position = UDim2.new(0, 0, 1, -42)
- ChatBarParentFrame.Size = UDim2.new(1, 0, 0, 42)
- Frame_2.Parent = ChatBarParentFrame
- Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame_2.BackgroundTransparency = 1.000
- Frame_2.BorderSizePixel = 0
- Frame_2.Size = UDim2.new(1, 0, 1, 0)
- BoxFrame.Name = "BoxFrame"
- BoxFrame.Parent = Frame_2
- BoxFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BoxFrame.BackgroundTransparency = 1.000
- BoxFrame.BorderSizePixel = 0
- BoxFrame.Position = UDim2.new(0, 7, 0, 7)
- BoxFrame.Size = UDim2.new(1, -14, 1, -14)
- Frame_3.Parent = BoxFrame
- Frame_3.BackgroundTransparency = 1.000
- Frame_3.Position = UDim2.new(0, 5, 0, 5)
- Frame_3.Size = UDim2.new(1, -10, 1, -10)
- ChatBar.Name = "ChatBar"
- ChatBar.Parent = Frame_3
- ChatBar.BackgroundTransparency = 1.000
- ChatBar.Selectable = false
- ChatBar.Size = UDim2.new(1, 0, 1, 0)
- ChatBar.ClearTextOnFocus = false
- ChatBar.Font = Enum.Font.SourceSansBold
- ChatBar.Text = ""
- ChatBar.TextColor3 = Color3.fromRGB(0, 0, 0)
- ChatBar.TextSize = 18.000
- ChatBar.TextTransparency = 1.000
- ChatBar.TextWrapped = true
- ChatBar.TextXAlignment = Enum.TextXAlignment.Left
- ChatBar.TextYAlignment = Enum.TextYAlignment.Top
- MessageMode.Name = "MessageMode"
- MessageMode.Parent = Frame_3
- MessageMode.BackgroundTransparency = 1.000
- MessageMode.Selectable = false
- MessageMode.Font = Enum.Font.SourceSansBold
- MessageMode.Text = ""
- MessageMode.TextColor3 = Color3.fromRGB(35, 76, 142)
- MessageMode.TextSize = 18.000
- MessageMode.TextTransparency = 1.000
- MessageMode.TextWrapped = true
- MessageMode.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel.Parent = Frame_3
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.SourceSansBold
- TextLabel.Text = "To chat click here or press \"/\" key"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 18.000
- TextLabel.TextTransparency = 1.000
- TextLabel.TextWrapped = true
- TextLabel.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel.TextYAlignment = Enum.TextYAlignment.Top
- ChannelsBarParentFrame.Name = "ChannelsBarParentFrame"
- ChannelsBarParentFrame.Parent = Frame
- ChannelsBarParentFrame.BackgroundTransparency = 1.000
- ChannelsBarParentFrame.Size = UDim2.new(1, 0, 0, 34)
- ChannelsBarParentFrame.Visible = false
- Frame_4.Parent = ChannelsBarParentFrame
- Frame_4.BackgroundTransparency = 1.000
- Frame_4.Size = UDim2.new(1, 0, 1, 0)
- ScrollingBase.Name = "ScrollingBase"
- ScrollingBase.Parent = Frame_4
- ScrollingBase.BackgroundTransparency = 1.000
- ScrollingBase.ClipsDescendants = true
- ScrollingBase.Size = UDim2.new(1, 0, 1, 0)
- ScrollerSizer.Name = "ScrollerSizer"
- ScrollerSizer.Parent = ScrollingBase
- ScrollerSizer.BackgroundTransparency = 1.000
- ScrollerSizer.Size = UDim2.new(0.5, 0, 1, 0)
- ScrollerFrame.Name = "ScrollerFrame"
- ScrollerFrame.Parent = ScrollerSizer
- ScrollerFrame.BackgroundTransparency = 1.000
- ScrollerFrame.Size = UDim2.new(1, 0, 1, 0)
- Frame_All.Name = "Frame_All"
- Frame_All.Parent = ScrollerFrame
- Frame_All.BackgroundTransparency = 1.000
- Frame_All.Size = UDim2.new(1, 0, 1, 0)
- BackgroundFrame.Name = "BackgroundFrame"
- BackgroundFrame.Parent = Frame_All
- BackgroundFrame.BackgroundTransparency = 1.000
- BackgroundFrame.Position = UDim2.new(0, 1, 0, 1)
- BackgroundFrame.Size = UDim2.new(1, -2, 1, -2)
- UnselectedFrame.Name = "UnselectedFrame"
- UnselectedFrame.Parent = BackgroundFrame
- UnselectedFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- UnselectedFrame.BackgroundTransparency = 1.000
- UnselectedFrame.BorderSizePixel = 0
- UnselectedFrame.Size = UDim2.new(1, 0, 1, 0)
- UnselectedFrame.Visible = false
- TextButton.Parent = UnselectedFrame
- TextButton.Active = false
- TextButton.BackgroundTransparency = 1.000
- TextButton.Selectable = false
- TextButton.Size = UDim2.new(1, 0, 1, 0)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "All"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextSize = 18.000
- TextButton.TextTransparency = 1.000
- SelectedFrame.Name = "SelectedFrame"
- SelectedFrame.Parent = BackgroundFrame
- SelectedFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- SelectedFrame.BackgroundTransparency = 1.000
- SelectedFrame.BorderSizePixel = 0
- SelectedFrame.Size = UDim2.new(1, 0, 1, 0)
- BackgroundImage.Name = "BackgroundImage"
- BackgroundImage.Parent = SelectedFrame
- BackgroundImage.BackgroundColor3 = Color3.fromRGB(93, 100, 115)
- BackgroundImage.BackgroundTransparency = 1.000
- BackgroundImage.BorderSizePixel = 0
- BackgroundImage.Size = UDim2.new(1, 0, 1, 0)
- BackgroundImage.ScaleType = Enum.ScaleType.Slice
- BlueBarLeft.Name = "BlueBarLeft"
- BlueBarLeft.Parent = SelectedFrame
- BlueBarLeft.BackgroundTransparency = 1.000
- BlueBarLeft.Position = UDim2.new(0, 2, 1, -4)
- BlueBarLeft.Size = UDim2.new(0.5, -2, 0, 4)
- BlueBarLeft.Image = "rbxasset://textures/ui/Settings/Slider/SelectedBarLeft.png"
- BlueBarLeft.ImageTransparency = 1.000
- BlueBarLeft.ScaleType = Enum.ScaleType.Slice
- BlueBarLeft.SliceCenter = Rect.new(3, 3, 32, 21)
- BlueBarRight.Name = "BlueBarRight"
- BlueBarRight.Parent = SelectedFrame
- BlueBarRight.BackgroundTransparency = 1.000
- BlueBarRight.Position = UDim2.new(0.5, 0, 1, -4)
- BlueBarRight.Size = UDim2.new(0.5, -2, 0, 4)
- BlueBarRight.Image = "rbxasset://textures/ui/Settings/Slider/SelectedBarRight.png"
- BlueBarRight.ImageTransparency = 1.000
- BlueBarRight.ScaleType = Enum.ScaleType.Slice
- BlueBarRight.SliceCenter = Rect.new(3, 3, 32, 21)
- TextButton_2.Parent = SelectedFrame
- TextButton_2.Active = false
- TextButton_2.BackgroundTransparency = 1.000
- TextButton_2.Selectable = false
- TextButton_2.Size = UDim2.new(1, 0, 1, 0)
- TextButton_2.Font = Enum.Font.SourceSansBold
- TextButton_2.Text = "All"
- TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.TextSize = 18.000
- TextButton_2.TextStrokeTransparency = 0.750
- TextButton_3.Parent = BackgroundFrame
- TextButton_3.BackgroundTransparency = 1.000
- TextButton_3.Selectable = false
- TextButton_3.Size = UDim2.new(1, 0, 1, 0)
- TextButton_3.Font = Enum.Font.SourceSansBold
- TextButton_3.Text = ""
- TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.TextSize = 18.000
- TextButton_3.TextStrokeTransparency = 0.750
- Frame_5.Parent = BackgroundFrame
- Frame_5.BackgroundTransparency = 1.000
- Frame_5.Position = UDim2.new(0.800000012, -9, 0.5, -9)
- Frame_5.Size = UDim2.new(0, 18, 0, 18)
- ImageLabel.Parent = Frame_5
- ImageLabel.BackgroundTransparency = 1.000
- ImageLabel.Size = UDim2.new(1, 0, 1, 0)
- ImageLabel.Visible = false
- ImageLabel.Image = "rbxasset://textures/ui/Chat/MessageCounter.png"
- TextLabel_2.Parent = ImageLabel
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(0.5, -7, 0.5, -7)
- TextLabel_2.Size = UDim2.new(0, 13, 0, 9)
- TextLabel_2.Font = Enum.Font.SourceSansBold
- TextLabel_2.Text = ""
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextStrokeTransparency = 0.750
- Frame_System.Name = "Frame_System"
- Frame_System.Parent = ScrollerFrame
- Frame_System.BackgroundTransparency = 1.000
- Frame_System.Position = UDim2.new(1, 0, 0, 0)
- Frame_System.Size = UDim2.new(1, 0, 1, 0)
- BackgroundFrame_2.Name = "BackgroundFrame"
- BackgroundFrame_2.Parent = Frame_System
- BackgroundFrame_2.BackgroundTransparency = 1.000
- BackgroundFrame_2.Position = UDim2.new(0, 1, 0, 1)
- BackgroundFrame_2.Size = UDim2.new(1, -2, 1, -2)
- UnselectedFrame_2.Name = "UnselectedFrame"
- UnselectedFrame_2.Parent = BackgroundFrame_2
- UnselectedFrame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- UnselectedFrame_2.BackgroundTransparency = 1.000
- UnselectedFrame_2.BorderSizePixel = 0
- UnselectedFrame_2.Size = UDim2.new(1, 0, 1, 0)
- TextButton_4.Parent = UnselectedFrame_2
- TextButton_4.Active = false
- TextButton_4.BackgroundTransparency = 1.000
- TextButton_4.Selectable = false
- TextButton_4.Size = UDim2.new(1, 0, 1, 0)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "System"
- TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_4.TextSize = 18.000
- TextButton_4.TextTransparency = 1.000
- SelectedFrame_2.Name = "SelectedFrame"
- SelectedFrame_2.Parent = BackgroundFrame_2
- SelectedFrame_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- SelectedFrame_2.BackgroundTransparency = 1.000
- SelectedFrame_2.BorderSizePixel = 0
- SelectedFrame_2.Size = UDim2.new(1, 0, 1, 0)
- SelectedFrame_2.Visible = false
- BackgroundImage_2.Name = "BackgroundImage"
- BackgroundImage_2.Parent = SelectedFrame_2
- BackgroundImage_2.BackgroundColor3 = Color3.fromRGB(93, 100, 115)
- BackgroundImage_2.BackgroundTransparency = 1.000
- BackgroundImage_2.BorderSizePixel = 0
- BackgroundImage_2.Size = UDim2.new(1, 0, 1, 0)
- BackgroundImage_2.ScaleType = Enum.ScaleType.Slice
- BlueBarLeft_2.Name = "BlueBarLeft"
- BlueBarLeft_2.Parent = SelectedFrame_2
- BlueBarLeft_2.BackgroundTransparency = 1.000
- BlueBarLeft_2.Position = UDim2.new(0, 2, 1, -4)
- BlueBarLeft_2.Size = UDim2.new(0.5, -2, 0, 4)
- BlueBarLeft_2.Image = "rbxasset://textures/ui/Settings/Slider/SelectedBarLeft.png"
- BlueBarLeft_2.ImageTransparency = 1.000
- BlueBarLeft_2.ScaleType = Enum.ScaleType.Slice
- BlueBarLeft_2.SliceCenter = Rect.new(3, 3, 32, 21)
- BlueBarRight_2.Name = "BlueBarRight"
- BlueBarRight_2.Parent = SelectedFrame_2
- BlueBarRight_2.BackgroundTransparency = 1.000
- BlueBarRight_2.Position = UDim2.new(0.5, 0, 1, -4)
- BlueBarRight_2.Size = UDim2.new(0.5, -2, 0, 4)
- BlueBarRight_2.Image = "rbxasset://textures/ui/Settings/Slider/SelectedBarRight.png"
- BlueBarRight_2.ImageTransparency = 1.000
- BlueBarRight_2.ScaleType = Enum.ScaleType.Slice
- BlueBarRight_2.SliceCenter = Rect.new(3, 3, 32, 21)
- TextButton_5.Parent = SelectedFrame_2
- TextButton_5.Active = false
- TextButton_5.BackgroundTransparency = 1.000
- TextButton_5.Selectable = false
- TextButton_5.Size = UDim2.new(1, 0, 1, 0)
- TextButton_5.Font = Enum.Font.SourceSansBold
- TextButton_5.Text = "System"
- TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_5.TextSize = 18.000
- TextButton_5.TextStrokeTransparency = 0.750
- TextButton_6.Parent = BackgroundFrame_2
- TextButton_6.BackgroundTransparency = 1.000
- TextButton_6.Selectable = false
- TextButton_6.Size = UDim2.new(1, 0, 1, 0)
- TextButton_6.Font = Enum.Font.SourceSans
- TextButton_6.Text = ""
- TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_6.TextSize = 18.000
- TextButton_6.TextStrokeTransparency = 0.750
- Frame_6.Parent = BackgroundFrame_2
- Frame_6.BackgroundTransparency = 1.000
- Frame_6.Position = UDim2.new(0.800000012, -9, 0.5, -9)
- Frame_6.Size = UDim2.new(0, 18, 0, 18)
- ImageLabel_2.Parent = Frame_6
- ImageLabel_2.BackgroundTransparency = 1.000
- ImageLabel_2.Size = UDim2.new(1, 0, 1, 0)
- ImageLabel_2.Visible = false
- ImageLabel_2.Image = "rbxasset://textures/ui/Chat/MessageCounter.png"
- TextLabel_3.Parent = ImageLabel_2
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.Position = UDim2.new(0.5, -7, 0.5, -7)
- TextLabel_3.Size = UDim2.new(0, 13, 0, 9)
- TextLabel_3.Font = Enum.Font.SourceSansBold
- TextLabel_3.Text = ""
- TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextStrokeTransparency = 0.750
- Frame_7.Parent = Frame_4
- Frame_7.BackgroundTransparency = 1.000
- Frame_7.ClipsDescendants = true
- Frame_7.Size = UDim2.new(1, 0, 1, 0)
- LeaveConfirmationFrame.Name = "LeaveConfirmationFrame"
- LeaveConfirmationFrame.Parent = Frame_7
- LeaveConfirmationFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- LeaveConfirmationFrame.BackgroundTransparency = 0.600
- LeaveConfirmationFrame.BorderSizePixel = 0
- LeaveConfirmationFrame.Position = UDim2.new(0, 0, 1, 0)
- LeaveConfirmationFrame.Size = UDim2.new(1, 0, 1, 0)
- TextButton_7.Parent = LeaveConfirmationFrame
- TextButton_7.BackgroundTransparency = 1.000
- TextButton_7.Selectable = false
- TextButton_7.Size = UDim2.new(1, 0, 1, 0)
- TextButton_7.Text = ""
- TextButton_8.Parent = LeaveConfirmationFrame
- TextButton_8.BackgroundTransparency = 1.000
- TextButton_8.Selectable = false
- TextButton_8.Size = UDim2.new(0.25, 0, 1, 0)
- TextButton_8.Font = Enum.Font.SourceSansBold
- TextButton_8.Text = "Confirm"
- TextButton_8.TextColor3 = Color3.fromRGB(0, 255, 0)
- TextButton_8.TextSize = 18.000
- TextButton_8.TextStrokeTransparency = 0.750
- TextButton_9.Parent = LeaveConfirmationFrame
- TextButton_9.BackgroundTransparency = 1.000
- TextButton_9.Position = UDim2.new(0.75, 0, 0, 0)
- TextButton_9.Selectable = false
- TextButton_9.Size = UDim2.new(0.25, 0, 1, 0)
- TextButton_9.Font = Enum.Font.SourceSansBold
- TextButton_9.Text = "Cancel"
- TextButton_9.TextColor3 = Color3.fromRGB(255, 0, 0)
- TextButton_9.TextSize = 18.000
- TextButton_9.TextStrokeTransparency = 0.750
- TextLabel_4.Parent = LeaveConfirmationFrame
- TextLabel_4.BackgroundTransparency = 1.000
- TextLabel_4.Position = UDim2.new(0.25, 0, 0, 0)
- TextLabel_4.Size = UDim2.new(0.5, 0, 1, 0)
- TextLabel_4.Font = Enum.Font.SourceSansBold
- TextLabel_4.Text = "Leave channel <XX>?"
- TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.TextSize = 18.000
- TextLabel_4.TextStrokeTransparency = 0.750
- PageLeftButton.Name = "PageLeftButton"
- PageLeftButton.Parent = Frame_4
- PageLeftButton.BackgroundTransparency = 1.000
- PageLeftButton.Position = UDim2.new(0, 4, 0.150000006, 0)
- PageLeftButton.Selectable = false
- PageLeftButton.Size = UDim2.new(0.699999988, 0, 0.699999988, 0)
- PageLeftButton.SizeConstraint = Enum.SizeConstraint.RelativeYY
- PageLeftButton.Visible = false
- PageLeftButton.Image = "rbxassetid://471630199"
- PageLeftButton.ImageTransparency = 1.000
- ArrowLabel.Name = "ArrowLabel"
- ArrowLabel.Parent = PageLeftButton
- ArrowLabel.BackgroundTransparency = 1.000
- ArrowLabel.Position = UDim2.new(0.25, 0, 0.300000012, 0)
- ArrowLabel.Rotation = 180.000
- ArrowLabel.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
- ArrowLabel.Image = "rbxassetid://471630112"
- ArrowLabel.ImageTransparency = 1.000
- PositionalHelper.Name = "PositionalHelper"
- PositionalHelper.Parent = Frame_4
- PositionalHelper.BackgroundTransparency = 1.000
- PositionalHelper.Position = UDim2.new(1, 0, 0.150000006, 0)
- PositionalHelper.Size = UDim2.new(0.699999988, 0, 0.699999988, 0)
- PositionalHelper.SizeConstraint = Enum.SizeConstraint.RelativeYY
- PageRightButton.Name = "PageRightButton"
- PageRightButton.Parent = PositionalHelper
- PageRightButton.BackgroundTransparency = 1.000
- PageRightButton.Position = UDim2.new(-1, -4, 0, 0)
- PageRightButton.Selectable = false
- PageRightButton.Size = UDim2.new(1, 0, 1, 0)
- PageRightButton.Visible = false
- PageRightButton.Image = "rbxassetid://471630199"
- PageRightButton.ImageTransparency = 1.000
- ArrowLabel_2.Name = "ArrowLabel"
- ArrowLabel_2.Parent = PageRightButton
- ArrowLabel_2.BackgroundTransparency = 1.000
- ArrowLabel_2.Position = UDim2.new(0.350000024, 0, 0.300000012, 0)
- ArrowLabel_2.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
- ArrowLabel_2.Image = "rbxassetid://471630112"
- ArrowLabel_2.ImageTransparency = 1.000
- ChatChannelParentFrame.Name = "ChatChannelParentFrame"
- ChatChannelParentFrame.Parent = Frame
- ChatChannelParentFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ChatChannelParentFrame.BackgroundTransparency = 1.000
- ChatChannelParentFrame.BorderSizePixel = 0
- ChatChannelParentFrame.Position = UDim2.new(0, 0, 0, 2)
- ChatChannelParentFrame.Size = UDim2.new(1, 0, 1, -46)
- Frame_MessageLogDisplay.Name = "Frame_MessageLogDisplay"
- Frame_MessageLogDisplay.Parent = ChatChannelParentFrame
- Frame_MessageLogDisplay.BackgroundTransparency = 1.000
- Frame_MessageLogDisplay.Size = UDim2.new(1, 0, 1, 0)
- Scroller.Name = "Scroller"
- Scroller.Parent = Frame_MessageLogDisplay
- Scroller.Active = true
- Scroller.BackgroundTransparency = 1.000
- Scroller.BorderSizePixel = 0
- Scroller.Position = UDim2.new(0, 0, 0, 3)
- Scroller.Selectable = false
- Scroller.Size = UDim2.new(1, -4, 1, -6)
- Scroller.CanvasSize = UDim2.new(0, 0, 0, 18)
- Scroller.ScrollBarThickness = 0
- Scroller.ScrollingEnabled = false
- UIListLayout.Parent = Scroller
- UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
- Frame_8.Parent = Scroller
- Frame_8.BackgroundTransparency = 1.000
- Frame_8.LayoutOrder = 1
- Frame_8.Size = UDim2.new(1, 0, 0, 18)
- TextLabel_5.Parent = Frame_8
- TextLabel_5.BackgroundTransparency = 1.000
- TextLabel_5.ClipsDescendants = true
- TextLabel_5.Position = UDim2.new(0, 8, 0, 0)
- TextLabel_5.Size = UDim2.new(1, -14, 1, 0)
- TextLabel_5.Font = Enum.Font.SourceSansBold
- TextLabel_5.Text = "Chat '/?' or '/help' for a list of chat commands."
- TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_5.TextSize = 18.000
- TextLabel_5.TextStrokeTransparency = 0.750
- TextLabel_5.TextWrapped = true
- TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
- ImageButton.Parent = Frame
- ImageButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ImageButton.BackgroundTransparency = 1.000
- ImageButton.BorderSizePixel = 0
- ImageButton.Position = UDim2.new(1, -42, 1, -42)
- ImageButton.Selectable = false
- ImageButton.Size = UDim2.new(0, 42, 0, 42)
- ImageButton.Visible = false
- ImageLabel_3.Parent = ImageButton
- ImageLabel_3.BackgroundTransparency = 1.000
- ImageLabel_3.Position = UDim2.new(0.200000003, 0, 0.200000003, 0)
- ImageLabel_3.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
- ImageLabel_3.Image = "rbxassetid://261880743"
- ImageLabel_3.ImageTransparency = 1.000
Advertisement
Add Comment
Please, Sign In to add comment