RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"change the position of the chat gui to the buttom left."
-- local script local chatGui = game:GetService("Players").LocalPlayer.PlayerGui.Chat local chatFrame = chatGui.Frame chatFrame.Position = UDim2.new(0, 0, 1, -chatFrame.AbsoluteSize.Y)