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