Social Chat v2 | Roblox's #1 Open-Sourced chatting resource

Switch it to LegacyChatService in the Chat Chat service.

1 Like

Very good resource!!!
image

2 Likes

I cant find it :confused: since they changed it

1 Like

If you still havenā€™t found it yet, Itā€™s in TextChatService

image

other than that, This resource is great!

2 Likes

nope, I tried to find that but no luck :frowning_face:

1 Like

Press the TextChatService thing and you can find the list of options provided by @jamesderrman

3 Likes

OHHH!! I just thought it locked to default for a sec but let me test it.

EDIT: it worked! thank you so much!! @VSCPlays

3 Likes

I keep getting this error when I changed teams(the social chat I use is from github)

image

Its fixed now, according to cosmental

3 Likes

easily the best chat UI out right now, amazing functionality & comments/functions to help integrate. have had plenty of support in userā€™s discord

highly recommend to all!

3 Likes

Why is it keep on saying this:
image

1 Like
  1. make sure to disable default chat
    StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

  2. change your chat service to ā€˜LegacyChatServiceā€™
    Explorer > TextChatService > change 'ChatVersion' from 'TextChatService' to 'LegacyChatService'

  3. disable LoadDefaultChat
    Explorer > Chat > un-tick 'LoadDefaultChat'

Let me know if your issue persists.

3 Likes

I tried and it doesnā€™t work. Maybe ClientChatSettings is not created?

3 Likes

Are you able to send an RBLX file of your place with this issue? Make sure to also include information related to your bug such as:

  • Any changes you may have made to SocialChat
  • Scripts that interfere with preloading (eg: UI Handlers, Frameworks, etc.)
  • Your version of SocialChat (To find this, type ā€˜/versionā€™ in chat OR look for a VERSION module)
2 Likes

I have to get the https://create.roblox.com/marketplace/asset/13055300395/SocialChat-v2-Main-Module in order to solve the issue, no I havenā€™t change anything in SocialChat and it is on the latest version. Also why use require(13055300395).

2 Likes

this issue should now be resolved, the developer pushed out an update. fixed my metadata issue.

3 Likes

Is there a way to tell when the player has chatted and what theyā€™ve said? There are some admin commands in my game that arenā€™t working with the chat

3 Likes

this can help with your issue :slight_smile:

3 Likes

This was a bug within the MainModule itself. It should automatically be updated if you use the require( **13055300395**) method of installing SocialChat. Otherwise, please re-install SocialChat to apply these crucial bug fixes!

This helps me easily patch bugs globally for all developers. You may choose to use this to install SocialChat, or you may manually install the Configurations and MainModule if youā€™d prefer that method of installation instead :smile:

1 Like

i liked v1 social chat uiā€™s more, since they were custom

but its still good!

3 Likes

Both systems have custom UI! V2 allows for developer customization :wink:

2 Likes