I used to use StarterGui:SetCore('ChatMakeSystemMessage', {}) to send messages in chat, however now it doesn’t work
I get this warning
StarterGui:SetCore must be called from a local script.
I used to use StarterGui:SetCore('ChatMakeSystemMessage', {}) to send messages in chat, however now it doesn’t work
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