DiscMil
(milon)
November 7, 2019, 10:12am
#1
Hello there!
I would like some help about bubble chat color, I can’t find out how to script one. Also do any of you know how to make it so people with a gamepass chat tag, if they own both chat tag gamepasses, I would like one that comes before the other one, so if people own vip but if they also own the gamepass let’s say premium, so it does like vip in chat not premium.
1 Like
These questions on how to change the appearance of the Roblox chat have been discussed across multiple posts already. I see this is your first post (welcome btw), but make sure it’s the last one that you post before searching first!
Bubble Chat Color
Search: Search results for 'bubble chat color' - Developer Forum | Roblox
Posts:
How do I edit the bubblechat in my game like change the color or the font? An example is the bubble chat in Meepcity, which uses the cartoon font.
[image]
I tried looking into the chat scripts and on the roblox wiki and I couldn’t find anything. Any help would be greatly appreciated!
Hello, I would like to change the background of the bubble chat but I do not know how to do it if you knew give me an answer.
Hello, I want to get some help on how to make bubble chat dark.
[image]
The background behind a should be dark instead of white.
If you know reply below! This is important for my game cuz darker seems better then white.
Chat Tags
Search: https://devforum.roblox.com/search?q=chat%20tags
Posts:
I’m trying to make chat tags w/o having to go into the chat modules to keep everything clean and simple, but unfortunately it isn’t working in my favor.
I want to make a chat tag for beta testers who join my game, and creators, devs, mods, etc.
The tag should look something like [:loudspeaker:MOD][wayIxn]: Hello world! (I honestly dont care about the emoji.)
The code I currently have does not however, work. It’s in a server script:
local Players = game:GetService("Players")
local Storage = …
How would I make several chat tags for a player, with the method you would change DefaultChatMessage and add this to it;
if info and info.title then
formatUseName = string.format(info.title .. " | %s:", fromSpeaker)
useNameColor = info.color
else
formatUseName = string.format("%s:", fromSpeaker)
end
Then have a module named title module. What I am trying to do is make several chat tags for the same player, not sure how to do this without errors.
I want to be able to use this custom tag system I found here which works great on players id’s, but I can’t seem to get it to work for gamepasses
local SPECIAL_DATA = {
[15619704] = { -- My user ID
NameColor = BrickColor.new('White').Color,
Tags = {
{
TagText = 'Lead Developer',
TagColor = Color3.fromRGB(255, 59, 59)
}
}
},
[PurchaseData.Passes.Premium] = { -- Passes ID
NameColor = BrickColor.new…
4 Likes
DiscMil
(milon)
October 16, 2020, 12:30pm
#3
Solved by the time being making stuff my own everything is good.
1 Like