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?
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
game:GetService('ReplicatedStorage').DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Message here",'All')
Ok thanks i will learn more about this.