http://i.imgur.com/yyxfhLo.png ^^ Look at that. I want to change the ? into something of my own. Is there a property that I can manipulate because I have seen that "?" being changed in "Welcome to ROBLOX Building" by ROBLOX and basically a helpbot walks around and talks to everyone without the "?" and no one initiated the conversation. I want to have that. How can I do it?
I know it is possible and Welcome to ROBLOX Building has a bot that says stuff like "Do you need help?" and no one initiated the convo. and I want to learn how to do that. I was commented earlier by someone and they said dialog manager, I unno' what that is but please enlighten.
Creating chat bubbles can be done through the Chat
service.
game:GetService("Chat"):Chat(target,message,color)
Target = the model or part you want to create a chat bubble over
Message = the message in the chat bubble (string)
Color = the chat bubble's color (string)
Colors: Red, Blue, Green