Chat window help

How can I move the chat window to the bottom left corner?

Any help appreciated!

You can easily just change its Position:

local Player = game.Players.LocalPlayer
local Frame: Frame = Player:WaitForChild("PlayerGui"):WaitForChild("Chat").Frame -- Chat Gui

Frame.Position = UDim2.fromScale(0, .7)