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

Is there a way to move the position of the default ROBLOX chat?

Asked by 8 years ago

I want to make room for a health bar GUI that I made but the In-Game Chat is in the way. I don't want to remove it I just want to move it down a little.

Is that possible?

0
Untested, but -technically- possible. User#6546 35 — 8y

1 answer

Log in to vote
4
Answered by 8 years ago

You can use SetCore
If it is enabled currently

You can use SetCore with the "ChatWindowPosition" setting and a UDim2 value.

game:GetService("StarterGui"):SetCore("ChatWindowPosition",UDim2.new(0,0,0,0)) -- Default
1
What is this sorcery. Shawnyg 4330 — 8y
1
The code you made is to make a system message... Shawnyg 4330 — 8y
1
I'm that kind of idiot sometimes. User#6546 35 — 8y
1
There we go. As you can tell, I don't read my code when I take shortcuts. User#6546 35 — 8y
View all comments (7 more)
1
woah is this legit Perci1 4988 — 8y
1
Ooh, that is true. But, it said it could change at any time c: Shawnyg 4330 — 8y
1
You see, this is the magic of actually doing a little research before trying to answer people. The result is that it actually helps people c; User#6546 35 — 8y
0
damnitnittnmamdbnasDAMN its not enabled. SHDrivingMeNuts 299 — 8y
1
Bad luck. When it is enabled, it will work. User#6546 35 — 8y
0
any ideas when that will be ;-;-;-; SHDrivingMeNuts 299 — 8y
0
Never, knowing Roblox. User#6546 35 — 8y
Ad

Answer this question