i’ve succesfully made a rock that talks and gets mad, and gets relieved when you drop him.
But, is there any way to remove the messages?
i’m using the service “Chat”
and the function “:Chat”
This is how it looks, i need to remove them when he talks again.
1 Like
Chat bubbles removes after a specific amount of time every 15 seconds.
To change it, put this code in a script.
local chat = game:GetService("Chat")
local options= {
BubbleDuration = 5 -- Removes a chat bubble every 5 seconds
}
chat:SetBubbleChatSettings(options)
1 Like
This can only be called from the client.
Put that inside a LocalScript and parent it to ReplicatedFirst.
i’m only trying it to do it to the rock