Custom Positioning of ChatWindow

Hi. I am trying to place my Chatwindow and input bar about 20 pixles up from bottom left hand corner. I have a health bar that is being blocked by chatwindow when open. Im having issues Getting and Setting the ChatWindowPosition on the startergui. Seems as though its deprecated or something? it is always returning nil for me in a new baseplate.

Problem


Here is my baseplate that returns a nil ChatWindowPosition

local StarterGui = game:GetService("StarterGui")

while true do
	task.wait(1)
	print("ChatWindowPosition:		", StarterGui:GetCore("ChatWindowPosition"))
end

Unfortunately, we are not able to set an exact custom position for the ChatWindow anymore, i guess the CoreScripts for it was disabled.

For now, we are limited to these change only

That’s unfortunate. The docs can be misleading I guess

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.