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

How do I manipulate a dialog so that it does not have "?,!" or etcs?

Asked by 10 years ago

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.

0
Yes, all you have to do is change the Setting to Friendly, Neutral, or Enemy. :P TheeDeathCaster 2368 — 10y
0
What? That didn't help. I mean even if you change it...it would still have the "?" and I want the "?" to be "Hi guys, welcome to my place." Overpride 0 — 10y
0
Couldn't you just create a BillboardGui and make it appear like dialog as I don't think what you are asking is possible. Sublimus 992 — 10y
0
It is possible, using Chat service (see my answer below) MrFlimsy 345 — 10y

1 answer

Log in to vote
0
Answered by
MrFlimsy 345 Moderation Voter
10 years ago

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

0
Remember: If you do not use one of the colors told in this answer it will cause an error and may shutdown any instance it is running in. fireboltofdeath 635 — 10y
Ad

Answer this question