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

ความคิดเห็น • 338

  • @blufinityy
    @blufinityy  ปีที่แล้ว +24

    Gamepass and group chat tags right here!: th-cam.com/video/0pyovYhScX8/w-d-xo.html

    • @IDevFor_DogsKarol
      @IDevFor_DogsKarol ปีที่แล้ว +3

      hey dude can you please make a chat tag script so i can give chat tags to my friends

    • @anild3307
      @anild3307 ปีที่แล้ว +1

      Yes please make a chat tag script

    • @lilleader7239
      @lilleader7239 ปีที่แล้ว +4

      yo how do i make more than one person have a chat tag

    • @bestadri516
      @bestadri516 ปีที่แล้ว

      its not hard@@lilleader7239

    • @VoidheadAleksFN
      @VoidheadAleksFN ปีที่แล้ว

      [ ]

  • @camcraftb12
    @camcraftb12 ปีที่แล้ว +11

    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

  • @Waff1es_Gamiing
    @Waff1es_Gamiing 20 วันที่ผ่านมา +1

    This actually works, idk what yall talking about when you say it doesnt work

  • @armaangaminguk
    @armaangaminguk 8 หลายเดือนก่อน +12

    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

    • @Back_Video_Edits
      @Back_Video_Edits 7 หลายเดือนก่อน +1

      Bro the other ones are for fantasy chat

    • @Back_Video_Edits
      @Back_Video_Edits 7 หลายเดือนก่อน

      Meaning you have to change chat settings

    • @TheGedionPlays
      @TheGedionPlays 7 หลายเดือนก่อน

      I think this video is helpful

  • @FlynnPolska
    @FlynnPolska ปีที่แล้ว +42

    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

    • @nh_iu
      @nh_iu ปีที่แล้ว +9

      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

    • @spzders
      @spzders ปีที่แล้ว +1

      @@nh_iu where would i insert this part of the script ?

    • @chiseledcheese
      @chiseledcheese ปีที่แล้ว

      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 .."]

    • @LioDizzy
      @LioDizzy ปีที่แล้ว

      tysm

    • @DustPlayz1
      @DustPlayz1 ปีที่แล้ว +1

      bro stole TCO444's Reply

  • @OriginalWulis
    @OriginalWulis ปีที่แล้ว +8

    this video helped a lot cuz the old scripts didnt work anymore thanks a lot!

    • @Dasheb0y
      @Dasheb0y 10 หลายเดือนก่อน

      Works if you turn on chatversion > legacychatservice in properties of textchatservice

    • @Eternalthe1st
      @Eternalthe1st 7 หลายเดือนก่อน

      @@Dasheb0y where can I find chat version?

  • @Lucasthepianist
    @Lucasthepianist 6 วันที่ผ่านมา

    OMG THANK U SOO MUCH THIS WAS THE ONLY VIDEO THAT WORKED

  • @1Rand0mMemes
    @1Rand0mMemes วันที่ผ่านมา

    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 🎉🎉🎉

  • @Luy2710
    @Luy2710 6 หลายเดือนก่อน +1

    Bro, thank you so much, it worked! At the begging I was struggling but at the end it worked! Thank you so much dude!

  • @FlossyPage
    @FlossyPage หลายเดือนก่อน +1

    This really helped a lot... Thanks!

  • @RRReq
    @RRReq ปีที่แล้ว +4

    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

  • @richcull1157
    @richcull1157 11 หลายเดือนก่อน +1

    DUDE TYSM THIS ACTUALLY WORKED FOR ME

  • @Nycdidrpreal
    @Nycdidrpreal หลายเดือนก่อน +1

    THANK YOU SO MUCH BROOO👍👍😱😱

  • @GoldenBaconGamez
    @GoldenBaconGamez 8 หลายเดือนก่อน +1

    FIRST TUTORIAL THAT WORKS THANK YOU

  • @Dev_Banks
    @Dev_Banks ปีที่แล้ว +3

    Lovin the energy

  • @Coder-1256-GAMING
    @Coder-1256-GAMING ปีที่แล้ว +3

    Tysm I looked at 3 different codes and this was the one!😁

  • @Drag0nGamingYT
    @Drag0nGamingYT ปีที่แล้ว +4

    How come it doesn't show when I go to my actual game but in roblox studios it shows?

  • @firearmy285
    @firearmy285 5 หลายเดือนก่อน

    TY SM I WAS LOOKING FOR THIS

  • @blockmaniac4898
    @blockmaniac4898 3 หลายเดือนก่อน

    Thanks for the help mate, really useful for my current game. Cheers! 👍 :)

  • @hdr_8
    @hdr_8 7 หลายเดือนก่อน +14

    if you want multiple tags and colors you can do something like this
    properties.PrefixText = "[Owner] ".."[Cooked] [Sigma] "..message.PrefixText

  • @失
    @失 ปีที่แล้ว +7

    worked but how can i make tags for more than specific people?

    • @Nneru_official
      @Nneru_official 7 หลายเดือนก่อน

      add morw script inside the starter gui with the same script

  • @Dan_D_Roblox
    @Dan_D_Roblox 6 หลายเดือนก่อน +1

    UnderRated 100% GOT A NEW SUB

  • @buddhikagunawardana388
    @buddhikagunawardana388 23 ชั่วโมงที่ผ่านมา

    i work thank you so much

  • @RageWrld
    @RageWrld ปีที่แล้ว +1

    Ty bro I was confused

  • @literallystudioTM
    @literallystudioTM ปีที่แล้ว +1

    this helped alot i wondered why my chat tags wernt working lol thanks for this

  • @Sp00dahZ
    @Sp00dahZ 5 หลายเดือนก่อน

    Thank you i can use this for my game now! :)

  • @SpearlightPlayz
    @SpearlightPlayz 4 หลายเดือนก่อน +1

    bro secretly added "[W rizz]" in the in the script💀

  • @AruthenticMain
    @AruthenticMain ปีที่แล้ว +1

    Oh my god thank you so muuuuuuuuch!

  • @Ory25777
    @Ory25777 ปีที่แล้ว +1

    Is it just me or same for other people when I past the script it said 'W Riss'

  • @David_FCM
    @David_FCM ปีที่แล้ว +7

    Can you do a video on group chat tags?

    • @blufinityy
      @blufinityy  ปีที่แล้ว +1

      Just uploaded!

    • @Coder-1256-GAMING
      @Coder-1256-GAMING ปีที่แล้ว

      Yay!

    • @V01D_G
      @V01D_G ปีที่แล้ว

      @@blufinityycan you put the script in the comments? I copied the script and it didn’t work

  • @IcedMangoStudios
    @IcedMangoStudios 4 หลายเดือนก่อน

    to get the hex add part go to color in properties and get the color you want there should be the hex value too

  • @NexusXC_YT
    @NexusXC_YT ปีที่แล้ว

    underrated w vid bro

  • @ZaiGamingHaroshi
    @ZaiGamingHaroshi ปีที่แล้ว

    Thanks dude this help me so much

  • @BikerBoy1209
    @BikerBoy1209 ปีที่แล้ว +2

    tysm it worked

  • @Emerald_Cubing
    @Emerald_Cubing ปีที่แล้ว +2

    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?

    • @Skooppp
      @Skooppp ปีที่แล้ว

      Yeah Same

  • @arhamarmor4878
    @arhamarmor4878 ปีที่แล้ว +1

    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

    • @ultrapley8688
      @ultrapley8688 ปีที่แล้ว +1

      make another if statement that check if you are an owner AND you own vip the it give "Owner" tage + "VIP" tag

  • @Jaylughs
    @Jaylughs 8 หลายเดือนก่อน

    i love u brother now i can fell good about my self

  • @honeyhiveplayz
    @honeyhiveplayz 6 หลายเดือนก่อน +1

    Can you make a vid where you tell us how to give multiple people these chat tags?

  • @TheNewdie
    @TheNewdie ปีที่แล้ว

    OMG TYSM MY LAST SCRIPT DIDNT WORK SO IM SOO HAPPYYYYYY

  • @OfficialCraftyGaming
    @OfficialCraftyGaming 6 หลายเดือนก่อน +1

    how do u make it so more ppl can have it

  • @Eternalthe1st
    @Eternalthe1st 7 หลายเดือนก่อน

    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)

  • @sojaydd4627
    @sojaydd4627 6 หลายเดือนก่อน

    Yo thanks for the arrow I couldn't see the W rizz without it👍👍🙏🙏

  • @KurtisMansur-z8h
    @KurtisMansur-z8h 8 หลายเดือนก่อน

    Hey your a good developer it worked

  • @Duqz
    @Duqz 9 หลายเดือนก่อน +2

    It did not work pls do a new updated turtorile that works

  • @Blueflameplaysbedwars
    @Blueflameplaysbedwars ปีที่แล้ว +1

    I GOT IT TO WORK THANKS SO MUCH!!!!!!!!!!!!!!!!!

  • @itshzv3093
    @itshzv3093 ปีที่แล้ว

    This man is an AI, but srsly, thanks man :D

  • @LeonardoGoncalvesCarpagnano
    @LeonardoGoncalvesCarpagnano ปีที่แล้ว +2

    This was very helpful, but can you make a tutorial on how to give multiple people different chat tags? Thank you!

    • @harpinedoodles
      @harpinedoodles ปีที่แล้ว

      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

    • @Jacotep2
      @Jacotep2 ปีที่แล้ว

      ​​@@harpinedoodles just put before the string message.PrefixText .. and then the prefix

    • @wernkaros7517
      @wernkaros7517 10 หลายเดือนก่อน

      @@Jacotep2 Bro make it clear. your english is not understandable

    • @Jacotep2
      @Jacotep2 10 หลายเดือนก่อน

      @@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)"

  • @magmism
    @magmism 6 หลายเดือนก่อน

    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

  • @theToxicObbydev
    @theToxicObbydev 20 วันที่ผ่านมา +1

    nobody can see any message. its not working

  • @Deeco1
    @Deeco1 8 หลายเดือนก่อน

    it worked but like it broke it completly you can't see other player message in chat :(

  • @crimdude
    @crimdude ปีที่แล้ว

    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

  • @TheGedionPlays
    @TheGedionPlays 7 หลายเดือนก่อน

    W Video!

  • @oggybob
    @oggybob ปีที่แล้ว

    nice vid!

  • @bluekiddo1
    @bluekiddo1 ปีที่แล้ว

    I wanna ask u something. How can i make offline donos like pls donate?

  • @juanpablodossantos4311
    @juanpablodossantos4311 3 หลายเดือนก่อน

    BRO TYSM!!!

  • @spawnpigeons
    @spawnpigeons 9 หลายเดือนก่อน

    8:25 “IS THAT A 2017 REFERENCE?”

  • @TNS2007
    @TNS2007 ปีที่แล้ว

    Thx so much you helped me

  • @QuakeV4
    @QuakeV4 ปีที่แล้ว +1

    thx bro

  • @FriendsClubChannel
    @FriendsClubChannel ปีที่แล้ว +1

    Good bro

  • @solevxii
    @solevxii 7 หลายเดือนก่อน

    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

  • @buddhikagunawardana388
    @buddhikagunawardana388 23 ชั่วโมงที่ผ่านมา

    i mant it work thank you so much

  • @EclipseXWindows
    @EclipseXWindows ปีที่แล้ว

    Thank you bro!

  • @noahisgamen5751
    @noahisgamen5751 ปีที่แล้ว +1

    It Works!

  • @newmirrorofworld2043
    @newmirrorofworld2043 ปีที่แล้ว +1

    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?

    • @Shelahdenise
      @Shelahdenise ปีที่แล้ว

      EVERYONE DO NOT DO THIS U WILL GET SCAMMED

    • @No-rs5fh
      @No-rs5fh ปีที่แล้ว

      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

  • @Antekeniu
    @Antekeniu 7 หลายเดือนก่อน

    MY EARS EXPLODED FROM THE INTRO
    (i have headphones)

  • @muffinsaur.
    @muffinsaur. ปีที่แล้ว +1

    HOLY SHIT this helped so MUCH instead of using it for chat tags i used it to replace the name thank you so much

  • @creepermods4641
    @creepermods4641 ปีที่แล้ว +5

    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.

    • @blastmane
      @blastmane ปีที่แล้ว +1

      Agreed.

    • @yuriffa
      @yuriffa ปีที่แล้ว

      its still not working

  • @Theostrainstyt2025
    @Theostrainstyt2025 6 หลายเดือนก่อน

    HOW TO MAKE IT SO IF YOUR A RANK ON A GROUP YOU GET GROUPP ROLE

  • @Amaris1641
    @Amaris1641 ปีที่แล้ว

    It was able to work for me but how do I make it where I can give more ppl different tags them me?

  • @therealbecayt
    @therealbecayt 7 หลายเดือนก่อน

    it worked in studio, but not in game. i updated and published it, what am i doing wrong.

  • @Dev_Enzo1
    @Dev_Enzo1 7 หลายเดือนก่อน

    My tag is Developer but when a random person joins they have the Developer tag to..

  • @cjoliver7274
    @cjoliver7274 5 หลายเดือนก่อน +1

    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)

  • @AvenirEnergy
    @AvenirEnergy 10 หลายเดือนก่อน

    it worked but then i joined on my alt account and it also had the title? every player has the owner title

  • @Miauuwacho
    @Miauuwacho ปีที่แล้ว +1

    for me it just fucks the entire chat of the game, it makes so i can only see my messages

    • @GamingWithBravo
      @GamingWithBravo ปีที่แล้ว

      Same. Did you find a solution?

    • @Miauuwacho
      @Miauuwacho ปีที่แล้ว +1

      @@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

  • @IcedArtist_
    @IcedArtist_ 10 หลายเดือนก่อน

    Really helped out man, +1 like.

  • @tomatoooooooooooooo
    @tomatoooooooooooooo ปีที่แล้ว +1

    How would I make one for several people?

  • @XxxGuidexxX
    @XxxGuidexxX 9 หลายเดือนก่อน

    How do we do more than one player with the tag?

  • @notfakepixxel
    @notfakepixxel ปีที่แล้ว +4

    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?

    • @3xoticOffical
      @3xoticOffical ปีที่แล้ว +1

      just paste the same script that has font and ur done

    • @m._anuDR
      @m._anuDR ปีที่แล้ว

      @@3xoticOffical didnt work for me

    • @IEatNoodlesLoudly
      @IEatNoodlesLoudly ปีที่แล้ว

      add multiple if statements

    • @Imjustbetterkid
      @Imjustbetterkid ปีที่แล้ว

      table into pairs and the table has the names

    • @takadess
      @takadess ปีที่แล้ว +2

      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

  • @Teamfluxus886
    @Teamfluxus886 2 วันที่ผ่านมา

    tysm now players can see that i am owner

  • @JordanLee1
    @JordanLee1 ปีที่แล้ว +1

    W

  • @Musket-hi6eb
    @Musket-hi6eb ปีที่แล้ว

    properties.Text changes Textcolor but also bubble chat text color.... How do I fix it??

  • @DJ_gtagVR
    @DJ_gtagVR ปีที่แล้ว

    The chattag doesnt work what did i do i put the correct code

  • @aevumlin4500
    @aevumlin4500 ปีที่แล้ว

    does everyone in the server see this? just wondering cuz its local

  • @connamonstaeditz
    @connamonstaeditz 3 หลายเดือนก่อน

    how to have 2 people with different chat tags?

  • @kirawoowoobear
    @kirawoowoobear ปีที่แล้ว

    THANK YOU

  • @Prezie_yt
    @Prezie_yt 9 หลายเดือนก่อน

    You got 1 new subscriber

  • @shiwanapowell3503
    @shiwanapowell3503 11 หลายเดือนก่อน

    ty

  • @bavko8442
    @bavko8442 ปีที่แล้ว +1

    how do I create more tags for diff ranks??? Example: Owner, Dev, Mod, etc

    • @Cinnamon_CrunchVR
      @Cinnamon_CrunchVR 8 หลายเดือนก่อน

      I need this too I’m trying but can’t get it working

  • @Paidboy
    @Paidboy 4 หลายเดือนก่อน

    used and worked

  • @Pamii79
    @Pamii79 6 หลายเดือนก่อน

    how can i make this for 2 peoples it only work for one person

  • @Idumbledthedoor
    @Idumbledthedoor ปีที่แล้ว

    How do you add multiple ppl for the text i need it for my alt

  • @GamerLevRBX
    @GamerLevRBX 4 หลายเดือนก่อน

    can you make how to add friend chat tag pls

  • @RedOnegt1
    @RedOnegt1 ปีที่แล้ว

    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

    • @taa_games
      @taa_games 11 หลายเดือนก่อน

      Omg i wanted this

  • @RobloxForeverIndonesia
    @RobloxForeverIndonesia ปีที่แล้ว

    This the Localscript "HasTag is Username or Display Name

  • @vk0gjstudios
    @vk0gjstudios 2 หลายเดือนก่อน

    this is local so only you can see the chat tags

  • @hassanhammoud6966
    @hassanhammoud6966 5 หลายเดือนก่อน

    thanks alot

  • @Fonojonzo2.0
    @Fonojonzo2.0 5 หลายเดือนก่อน

    thanks bro

  • @some_existing_pixel
    @some_existing_pixel ปีที่แล้ว

    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.

    • @chiseledcheese
      @chiseledcheese ปีที่แล้ว

      you literally remove the part of the string that says "w rizz" lmao

    • @Jxxxxxxdh5
      @Jxxxxxxdh5 ปีที่แล้ว +1

      instead of:properties.PrefixText = "[Developer] " .. "[W Rizz] " .. message.PrefixText
      do : properties.PrefixText = "[Developer] ".. message.PrefixText

  • @sparky_mydog
    @sparky_mydog 6 หลายเดือนก่อน

    how do i make it so theres only one tag

  • @ZYXONK
    @ZYXONK ปีที่แล้ว

    hello im making a game so i cant do owner and delevoper.. how do i do that