Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can i move the chat box to the bottom left corner?

Asked by 5 years ago

I feel like i remember reading somewhere there was a built in property that i could change that would choose where the chat box went? I believe they were Enums but i can't recall.

Does anyone know how i would go about this?

0
Roblox default chat chat box? User#24541 10 — 5y
0
yes PoePoeCannon 519 — 5y
0
You can't move the chat box, but you can move the chat position: game:GetService("StarterGui"):SetCore("ChatWindowPosition", UDim2.new(0, 0, 0, 0)) User#24541 10 — 5y
0
isn't that moving the chat box? PoePoeCannon 519 — 5y
View all comments (6 more)
0
Although I once tried moving the chat box position with a script, but I don't know if it will work as intended in-game. User#24541 10 — 5y
0
It does, but it moves the whole chat. User#24541 10 — 5y
0
I know about this but i am curious, what is the size of the chatbox? or can you set an anchor point on it. I'm not sure how one would get the box to be on the bottom left on all resolutions PoePoeCannon 519 — 5y
1
Some could make a custom one, but if you click play, expand Players, expand you player, expand PlayerGui, find Chat, and you can see the chat stuff. I believe the chat box was in ChatBoxParentFrame or something. User#24541 10 — 5y
0
The only way (untested) I know is manually scripting it. User#24541 10 — 5y
0
Ohhh, looks like it was moved down into the chat properties at the bottom of the Explorer. Thanks for that though, I will take a look through the code! PoePoeCannon 519 — 5y

Answer this question