Unique speech bubbles for certain NPCs

I was exploring new text chat service in order to find out how to make NPCs chat with custom (the way they look: color, text font, text color and ect) speech bubbles i’m a bit confused and don’t know where to start i would like to get some hints or help

1 Like

i’m not sure about unique for some npcs, buuut

2 Likes

I already know about this one, but let’s take for example a character (that is not player) i use chat service to force them to chat using :Chat() and i need to make unique look for speech bubbles like one npc has blue background and another red, custom designs for each character in nutshell

hmmm

maybe store the properties of the bubble stuff inside a module of something for each npc, then

when BubbleDisplayed runs, you can get the properties of the bubble by using the first argument of the function (partOrCharacter), and then maybeee you can somehow apply that to BubbleChatConfiguration?

i’m just grasping straws here D:

Already tried too, it’s says that instance is not legal character (basically says that it accepts only players for some reason)

1 Like

uhhmmm

i don’t really have any ideas left

either someone else has to save you, or you’re on your own
glhf!

Oof thanks for trying to assist

Actually nevermind, this might be solution it didn’t worked last time probably because my studio was overloaded but now it does not prints any error, i will try now thanks!!!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.