Hi,
I made a script that should send a message in chat if player did something but this script show the message only for 1 player, how to make it show the message for everyone?
I tryed make it in server script not in local but i was getting error like StarterGui:SetCore(“ChatMakeSystemMessage”) need to be in local script.
Should i use a remote event/function to make it show for everyone or something else?
1 Like
Please use the search feature as topics identical to yours have been made.
You have the right idea. Use a RemoteEvent in combination with FireAllClients, send the announcement information and setup a client listener to run the StarterGui:SetCore(“ChatMakeSystemMessage”)
payload.
1 Like