Did :SetCore get changed to client only?

I used to use StarterGui:SetCore('ChatMakeSystemMessage', {}) to send messages in chat, however now it doesn’t work :confused:I get this warning

StarterGui:SetCore must be called from a local script.

That is supposed to happen. UI should never be manipulated by the server. If the server needs to trigger this use a remote event to do this

3 Likes