Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make a player send a message at chat with local script?

Asked by 5 years ago

How do i make a player send a message at chat with local script

1 answer

Log in to vote
0
Answered by 5 years ago

You cannot make a player chat using a LocalScript. This is because the Chat service, which has the Chat function to make a player say something, is not replicated to the client. You will instead need to use a RemoteEvent to cause a server script to call Chat on the player.

Ad

Answer this question