-- Generated by Roblox GUI Maker
local player = game:GetService("Players").LocalPlayer
local gui = Instance.new("ScreenGui")
gui.Name = "Chat"
gui.ResetOnSpawn = false
gui.IgnoreGuiInset = true
gui.Parent = player:WaitForChild("PlayerGui")
local el0 = Instance.new("Frame")
el0.Name = "ChatPanel"
el0.Size = UDim2.new(0.36, 0, 0.54, 0)
el0.Position = UDim2.new(0.02, 0, 0.42, 0)
el0.BackgroundColor3 = Color3.fromRGB(21, 23, 31)
el0.BackgroundTransparency = 0
el0.ZIndex = 1
el0.LayoutOrder = 0
local el0_corner = Instance.new("UICorner")
el0_corner.CornerRadius = UDim.new(0, 14)
el0_corner.Parent = el0
local el0_grad = Instance.new("UIGradient")
el0_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(62, 64, 72)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0)))
el0_grad.Rotation = 45
el0_grad.Parent = el0
local el0_stroke = Instance.new("UIStroke")
el0_stroke.Color = Color3.fromRGB(255, 255, 255)
el0_stroke.Transparency = 0.85
el0_stroke.Thickness = 1
el0_stroke.Parent = el0
local el0_list = Instance.new("UIListLayout")
el0_list.FillDirection = Enum.FillDirection.Vertical
el0_list.Padding = UDim.new(0, 8)
el0_list.SortOrder = Enum.SortOrder.LayoutOrder
el0_list.Parent = el0
local el0_pad = Instance.new("UIPadding")
el0_pad.PaddingTop = UDim.new(0, 10)
el0_pad.PaddingBottom = UDim.new(0, 10)
el0_pad.PaddingLeft = UDim.new(0, 10)
el0_pad.PaddingRight = UDim.new(0, 10)
el0_pad.Parent = el0
el0.Parent = gui
local el1 = Instance.new("TextLabel")
el1.Name = "ChatTitle"
el1.Size = UDim2.new(1, 0, 0.08, 0)
el1.Position = UDim2.new(0, 0, 0, 0)
el1.BackgroundTransparency = 1
el1.ZIndex = 1
el1.LayoutOrder = 0
local el1_corner = Instance.new("UICorner")
el1_corner.CornerRadius = UDim.new(0, 8)
el1_corner.Parent = el1
el1.Text = "💬 TEAM CHAT"
el1.Font = Enum.Font.GothamBold
el1.TextSize = 14
el1.TextColor3 = Color3.fromRGB(153, 203, 255)
el1.Parent = el0
local el2 = Instance.new("ScrollingFrame")
el2.Name = "ChatLog"
el2.Size = UDim2.new(1, 0, 0.3, 0)
el2.Position = UDim2.new(0, 0, 0, 0)
el2.BackgroundColor3 = Color3.fromRGB(14, 15, 22)
el2.BackgroundTransparency = 0
el2.ZIndex = 1
el2.LayoutOrder = 1
local el2_corner = Instance.new("UICorner")
el2_corner.CornerRadius = UDim.new(0, 10)
el2_corner.Parent = el2
local el2_grad = Instance.new("UIGradient")
el2_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(55, 56, 63)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0)))
el2_grad.Rotation = 45
el2_grad.Parent = el2
local el2_list = Instance.new("UIListLayout")
el2_list.FillDirection = Enum.FillDirection.Vertical
el2_list.Padding = UDim.new(0, 8)
el2_list.SortOrder = Enum.SortOrder.LayoutOrder
el2_list.Parent = el2
local el2_pad = Instance.new("UIPadding")
el2_pad.PaddingTop = UDim.new(0, 6)
el2_pad.PaddingBottom = UDim.new(0, 6)
el2_pad.PaddingLeft = UDim.new(0, 6)
el2_pad.PaddingRight = UDim.new(0, 6)
el2_pad.Parent = el2
el2.Parent = el0
local el3 = Instance.new("TextLabel")
el3.Name = "Msg0"
el3.Size = UDim2.new(1, 0, 0.14, 0)
el3.Position = UDim2.new(0, 0, 0, 0)
el3.BackgroundTransparency = 1
el3.ZIndex = 1
el3.LayoutOrder = 0
local el3_corner = Instance.new("UICorner")
el3_corner.CornerRadius = UDim.new(0, 8)
el3_corner.Parent = el3
el3.Text = "Alex: gg everyone!"
el3.Font = Enum.Font.GothamMedium
el3.TextSize = 12
el3.TextColor3 = Color3.fromRGB(153, 203, 255)
el3.Parent = el2
local el4 = Instance.new("TextLabel")
el4.Name = "Msg1"
el4.Size = UDim2.new(1, 0, 0.14, 0)
el4.Position = UDim2.new(0, 0, 0, 0)
el4.BackgroundTransparency = 1
el4.ZIndex = 1
el4.LayoutOrder = 1
local el4_corner = Instance.new("UICorner")
el4_corner.CornerRadius = UDim.new(0, 8)
el4_corner.Parent = el4
el4.Text = "Mia: anyone want to trade?"
el4.Font = Enum.Font.GothamMedium
el4.TextSize = 12
el4.TextColor3 = Color3.fromRGB(251, 191, 36)
el4.Parent = el2
local el5 = Instance.new("TextLabel")
el5.Name = "Msg2"
el5.Size = UDim2.new(1, 0, 0.14, 0)
el5.Position = UDim2.new(0, 0, 0, 0)
el5.BackgroundTransparency = 1
el5.ZIndex = 1
el5.LayoutOrder = 2
local el5_corner = Instance.new("UICorner")
el5_corner.CornerRadius = UDim.new(0, 8)
el5_corner.Parent = el5
el5.Text = "Kai: boss spawns in 2 min"
el5.Font = Enum.Font.GothamMedium
el5.TextSize = 12
el5.TextColor3 = Color3.fromRGB(110, 231, 183)
el5.Parent = el2
local el6 = Instance.new("TextLabel")
el6.Name = "Msg3"
el6.Size = UDim2.new(1, 0, 0.14, 0)
el6.Position = UDim2.new(0, 0, 0, 0)
el6.BackgroundTransparency = 1
el6.ZIndex = 1
el6.LayoutOrder = 3
local el6_corner = Instance.new("UICorner")
el6_corner.CornerRadius = UDim.new(0, 8)
el6_corner.Parent = el6
el6.Text = "Zoe: nice run"
el6.Font = Enum.Font.GothamMedium
el6.TextSize = 12
el6.TextColor3 = Color3.fromRGB(252, 165, 165)
el6.Parent = el2
local el7 = Instance.new("TextLabel")
el7.Name = "Msg4"
el7.Size = UDim2.new(1, 0, 0.14, 0)
el7.Position = UDim2.new(0, 0, 0, 0)
el7.BackgroundTransparency = 1
el7.ZIndex = 1
el7.LayoutOrder = 4
local el7_corner = Instance.new("UICorner")
el7_corner.CornerRadius = UDim.new(0, 8)
el7_corner.Parent = el7
el7.Text = "Alex: brb, getting coffee"
el7.Font = Enum.Font.GothamMedium
el7.TextSize = 12
el7.TextColor3 = Color3.fromRGB(153, 203, 255)
el7.Parent = el2
local el8 = Instance.new("Frame")
el8.Name = "InputRow"
el8.Size = UDim2.new(1, 0, 0.12, 0)
el8.Position = UDim2.new(0, 0, 0, 0)
el8.BackgroundTransparency = 1
el8.ZIndex = 1
el8.LayoutOrder = 2
local el8_corner = Instance.new("UICorner")
el8_corner.CornerRadius = UDim.new(0, 8)
el8_corner.Parent = el8
el8.Parent = el0
local el9 = Instance.new("TextBox")
el9.Name = "ChatInput"
el9.Size = UDim2.new(0.7, 0, 0.8, 0)
el9.Position = UDim2.new(0, 0, 0.1, 0)
el9.BackgroundColor3 = Color3.fromRGB(32, 39, 53)
el9.BackgroundTransparency = 0
el9.ZIndex = 1
el9.LayoutOrder = 0
local el9_corner = Instance.new("UICorner")
el9_corner.CornerRadius = UDim.new(0, 8)
el9_corner.Parent = el9
el9.Text = "Type a message..."
el9.Font = Enum.Font.GothamMedium
el9.TextSize = 13
el9.TextColor3 = Color3.fromRGB(137, 145, 157)
el9.Parent = el8
local el10 = Instance.new("TextButton")
el10.Name = "SendChat"
el10.Size = UDim2.new(0.27, 0, 0.8, 0)
el10.Position = UDim2.new(0.73, 0, 0.1, 0)
el10.BackgroundColor3 = Color3.fromRGB(0, 162, 255)
el10.BackgroundTransparency = 0
el10.ZIndex = 1
el10.LayoutOrder = 1
local el10_corner = Instance.new("UICorner")
el10_corner.CornerRadius = UDim.new(0, 8)
el10_corner.Parent = el10
local el10_grad = Instance.new("UIGradient")
el10_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(41, 203, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 121, 214)))
el10_grad.Rotation = 45
el10_grad.Parent = el10
local el10_stroke = Instance.new("UIStroke")
el10_stroke.Color = Color3.fromRGB(77, 239, 255)
el10_stroke.Transparency = 0.5
el10_stroke.Thickness = 1.5
el10_stroke.Parent = el10
el10.Text = "SEND"
el10.Font = Enum.Font.GothamBold
el10.TextSize = 13
el10.TextColor3 = Color3.fromRGB(0, 29, 52)
el10.Parent = el8
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local remotes = ReplicatedStorage:WaitForChild("Remotes")
local remote0 = remotes:WaitForChild("SendChatMessage")
el10.Activated:Connect(function()
remote0:FireServer("say")
end)