Is it possible for example to click on something and this will make the player who played it say something automatically in the chat?

So here’s the thing:
1.Imagine that a user touches a button;
2. When clicking on the button the user will say something that has been programmed as shown in the figure.

Is it possible to do that?

Use DefaultChatSystemChatEvents

This should work:
game:GetService('ReplicatedStorage').DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Message here",'All')
2 Likes

Ok thanks i will learn more about this.

1 Like