How To Create CHAT TAGS With TextChatService (Roblox Studio)
ฝัง
- เผยแพร่เมื่อ 7 ก.พ. 2025
- In this video, I will be teaching all of you how to create CHAT TAGS with the new TextChatService in Roblox Studio!
Join this channel to get special access to perks!:
/ @blufinityy
Local Script, Starter Gui: pastebin.com/f...
TextChatService Article: create.roblox....
SUBSCRIBE!!!
Roblox Profile: www.roblox.com...
TikTok: / realhashtagblu
Twitter: / hashtagbluyt
Discord Server: / discord
Roblox Fan Group: www.roblox.com...
Roblox Development Group: www.roblox.com...
Roblox Content Creators Server (100+ Subs): / discord
What is Roblox? ROBLOX is an online virtual playground and workshop, where kids of all ages can safely interact, create, have fun, and learn. It’s unique in that practically everything on ROBLOX is designed and constructed by members of the community. ROBLOX is designed for 13 to 18 year olds, but it is open to people of all ages. Each player starts by choosing an avatar and giving it an identity. They can then explore ROBLOX - interacting with others by chatting, playing games, or collaborating on creative projects. Each player is also given their own piece of undeveloped real estate along with a virtual toolbox with which to design and build anything - be it a navigable skyscraper, a working helicopter, a giant pinball machine, a multiplayer “Capture the Flag” game or some other, yet-to-be-dreamed-up creation. There is no cost for this first plot of virtual land. By participating and by building cool stuff, ROBLOX members can earn specialty badges as well as ROBLOX dollars (“Robux”). In turn, they can shop the online catalog to purchase avatar clothing and accessories as well as premium building materials, interactive components, and working mechanisms.
#roblox #rblx #studio #robloxstudio #scripting #coding #building #howto #reccomend #reccomended #hashtagblu
Gamepass and group chat tags right here!: th-cam.com/video/0pyovYhScX8/w-d-xo.html
hey dude can you please make a chat tag script so i can give chat tags to my friends
Yes please make a chat tag script
yo how do i make more than one person have a chat tag
its not hard@@lilleader7239
[ ]
omg thanks so much you don't understand how much pain and agony I've been through searching for different chattags when all of them are usually exactly the same, but this helped me so much you're insanely underrated
Same
This actually works, idk what yall talking about when you say it doesnt work
OMG FINALLY AFTER LIKE A WEEK STRAIGHT OF TRYING TO FIND HOW TO DO IT WITH MULTIPLE PEOPLE I DID YOUR THING BUT WHEN I DUPLICATED IT ACTUALLY WORKED UNLIKE THE OTHER ONES THANK YOU! YOU ARE UNDERRATED
Bro the other ones are for fantasy chat
Meaning you have to change chat settings
I think this video is helpful
I know how to add multiple people to script
For 2 people: if player.Name == "Nick_1" or "Nick_2" then
For more people: if player.Name == "Nick_1" or "Nick_2" or "Nick_3" ... then
That's way too complicated.
You can do:
local peopleWhoNeedTags = {
"Xynterical",
"Roblox",
"InceptionTime"
}
if table.find(peopleWhoNeedTags, player.Name) then
property.PrefixText = "[DEV])" .. message.PrefixText
return property
end
@@nh_iu where would i insert this part of the script ?
bro says two lines of code are really complicated, and then proceeds to write something that takes up 5 times the amount of space????
either you meant it was unoptimized or you just weren't thinking lmao
also heres a more optimized version of your code
framework.TagList = {
Xynterical = "Developer",
doofus69420 = "goober",
}
local target = framework.TagList[name]
if target then
property.PrefixText = "[".. target .."]
tysm
bro stole TCO444's Reply
this video helped a lot cuz the old scripts didnt work anymore thanks a lot!
Works if you turn on chatversion > legacychatservice in properties of textchatservice
@@Dasheb0y where can I find chat version?
OMG THANK U SOO MUCH THIS WAS THE ONLY VIDEO THAT WORKED
Tysm for helping, it works, and I’m doing this in Feb 2025, so it’s not outdated. I thought it didn’t work, but I did something wrong and fixed it. Once fixing it, it worked how it was supposed to. Nice video, thanks for helping me 🎉🎉🎉
Bro, thank you so much, it worked! At the begging I was struggling but at the end it worked! Thank you so much dude!
This really helped a lot... Thanks!
W this helped a lot cuz I have been trying to make a chat tag and it hasent worked! So this tutuorial helped a lot! tyy
DUDE TYSM THIS ACTUALLY WORKED FOR ME
THANK YOU SO MUCH BROOO👍👍😱😱
FIRST TUTORIAL THAT WORKS THANK YOU
Lovin the energy
Tysm I looked at 3 different codes and this was the one!😁
How come it doesn't show when I go to my actual game but in roblox studios it shows?
publish
TY SM I WAS LOOKING FOR THIS
Thanks for the help mate, really useful for my current game. Cheers! 👍 :)
if you want multiple tags and colors you can do something like this
properties.PrefixText = "[Owner] ".."[Cooked] [Sigma] "..message.PrefixText
Ty
worked but how can i make tags for more than specific people?
add morw script inside the starter gui with the same script
UnderRated 100% GOT A NEW SUB
i work thank you so much
Ty bro I was confused
this helped alot i wondered why my chat tags wernt working lol thanks for this
Thank you i can use this for my game now! :)
bro secretly added "[W rizz]" in the in the script💀
Oh my god thank you so muuuuuuuuch!
Is it just me or same for other people when I past the script it said 'W Riss'
Can you do a video on group chat tags?
Just uploaded!
Yay!
@@blufinityycan you put the script in the comments? I copied the script and it didn’t work
to get the hex add part go to color in properties and get the color you want there should be the hex value too
underrated w vid bro
Thanks dude this help me so much
tysm it worked
This didn't work even if the only code I changed was the username. I copied it from the pastebin, would there be anything I should remove?
Edit: Is it also okay if I change the TextChatWindow settings, or would that break the script?
Yeah Same
How to get owner chat tag and then the gamepass VIP chat tag for the people That bought the vip tag ( I already did) but the owner doesnt come for me how do i change it to become owner instead of VIP
make another if statement that check if you are an owner AND you own vip the it give "Owner" tage + "VIP" tag
i love u brother now i can fell good about my self
Can you make a vid where you tell us how to give multiple people these chat tags?
OMG TYSM MY LAST SCRIPT DIDNT WORK SO IM SOO HAPPYYYYYY
how do u make it so more ppl can have it
in the description if you click the 1st link you can just copy and paste the whole code (make sure to change his username to yours)
Yo thanks for the arrow I couldn't see the W rizz without it👍👍🙏🙏
Hey your a good developer it worked
It did not work pls do a new updated turtorile that works
I GOT IT TO WORK THANKS SO MUCH!!!!!!!!!!!!!!!!!
This man is an AI, but srsly, thanks man :D
This was very helpful, but can you make a tutorial on how to give multiple people different chat tags? Thank you!
agreed! duplicated the script and tried putting my friends user instead, didnt work. it would only show one or the either, but wont let us both have a chat tag
@@harpinedoodles just put before the string message.PrefixText .. and then the prefix
@@Jacotep2 Bro make it clear. your english is not understandable
@@wernkaros7517 so instead of instantly putting the string rank and it's colors, put "message.PrefixText.." and then the prefix that way you can put many and they will stack
So, for example
"properties.TextPrefix = message.PrefixText .. "(the text here with the color and everything)"
How do you make it so the chat tag applies to multiple players? i'm developing a roblox game with two of my friends and i'd want them to have the chat tag aswell
nobody can see any message. its not working
it worked but like it broke it completly you can't see other player message in chat :(
can u make a video where u add multiple chat tags cuz when i tried to copy and paste the script and when i did the chat tag i had broke can u make a video abt it
W Video!
nice vid!
I wanna ask u something. How can i make offline donos like pls donate?
BRO TYSM!!!
8:25 “IS THAT A 2017 REFERENCE?”
Thx so much you helped me
thx bro
Good bro
will i have to duplicate the script if i want it for other people. because it searches for my name and not anyone elses in the script
i mant it work thank you so much
Thank you bro!
It Works!
Hey Everyone, I have a question... Tell me the solution of the question with your Discord ID or Roblox username to win 10k robux... The Question is that -) Q) How do I make it that you can get a chattag by pressing a gui button?
EVERYONE DO NOT DO THIS U WILL GET SCAMMED
Simple solution, make a script that makes fires a function, that adds a chat tag to the firer of said function.
I don’t need the robux
MY EARS EXPLODED FROM THE INTRO
(i have headphones)
HOLY SHIT this helped so MUCH instead of using it for chat tags i used it to replace the name thank you so much
This is for *Non Legacy Only*
Just be ware of that case. Because someone is going to say: *Bruh it's not working*
Because legacy uses *ChatServiceRunner* .
But for *Non Legacy* uses *TextChatMessageProperties* in order to work.
Agreed.
its still not working
HOW TO MAKE IT SO IF YOUR A RANK ON A GROUP YOU GET GROUPP ROLE
It was able to work for me but how do I make it where I can give more ppl different tags them me?
it worked in studio, but not in game. i updated and published it, what am i doing wrong.
My tag is Developer but when a random person joins they have the Developer tag to..
Where it says "HashtagBlu_YT" Replace that with your actually User (If you must know where i got the info i got it from gemini)
it worked but then i joined on my alt account and it also had the title? every player has the owner title
for me it just fucks the entire chat of the game, it makes so i can only see my messages
Same. Did you find a solution?
@@GamingWithBravo yea, i think so, my issue its that i was doing all that locally (the marketplace service thing) and somehow that fucked the chat, irdk tho, i changed to the old chat service because it has more examples and documentation, but you should use the new one
Really helped out man, +1 like.
How would I make one for several people?
How do we do more than one player with the tag?
Is there a way to add multiple people to the script? Each person with a different chat tag, color, etc.? And Im not sure why it wont work for me, can anyone help?
just paste the same script that has font and ur done
@@3xoticOffical didnt work for me
add multiple if statements
table into pairs and the table has the names
For 2 people: if player.Name == "Nick_1" or "Nick_2" then
For more people: if player.Name == "Nick_1" or "Nick_2" or "Nick_3" ... then
tysm now players can see that i am owner
W
Opl
properties.Text changes Textcolor but also bubble chat text color.... How do I fix it??
The chattag doesnt work what did i do i put the correct code
does everyone in the server see this? just wondering cuz its local
how to have 2 people with different chat tags?
THANK YOU
You got 1 new subscriber
ty
how do I create more tags for diff ranks??? Example: Owner, Dev, Mod, etc
I need this too I’m trying but can’t get it working
used and worked
how can i make this for 2 peoples it only work for one person
How do you add multiple ppl for the text i need it for my alt
can you make how to add friend chat tag pls
Is there a way to make it turn off and on, like if you say "/tag" it will turn it off but when you say it again it turns it back on
Omg i wanted this
This the Localscript "HasTag is Username or Display Name
this is local so only you can see the chat tags
thanks alot
thanks bro
How do I remove the W Rizz from the chat tag though? And how do I add multiple people to the script, and how do I put a chat color that's yellow with it when I type? (The text is colored and it's not white, That's what I mean.) And, Can you just send it in scripts when it's possible too like for example. This is the text color. And then you put the script. Please and thank you.
you literally remove the part of the string that says "w rizz" lmao
instead of:properties.PrefixText = "[Developer] " .. "[W Rizz] " .. message.PrefixText
do : properties.PrefixText = "[Developer] ".. message.PrefixText
how do i make it so theres only one tag
hello im making a game so i cant do owner and delevoper.. how do i do that