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

Get Model appears but it’s giving me an error on picking up the model right now.
image
Social Chat v2 looks really great though, good job!

4 Likes

hmmm, sounds like you got banned for 3 days but you didn’t, also there isn’t the code at the github repo so I don’t think I could use my own plugin for that

Edit: nevermind, this is the real URL


You can go to the Github Repository and get the model :slight_smile:

4 Likes

This is most likely due to the asset’s current state of moderation. Please refer to this instead!

5 Likes

She was banned, but was unbanned earlier today after appealing to Roblox Support, more info is in the SocialChat discord server

3 Likes

Sorry to hear that :sad:

Either way, moderation issues have been dealt with and the team is currently working on it. Meanwhile feel free to use Github as the current source!

2 Likes

I have a question, will the chat support channels? For example, after updating the chat from roblox

2 Likes

Would love to see this available thru Wally as a Package :+1:

2 Likes

Yes! The chat fully supports channels!

You may use this API reference for more info :eyes:

3 Likes

does this support Adonis and rich text?

I’ll definitely use this if thats a yes

2 Likes

You can use Markdown on this, it’s like RichText and The DevForums use Markdown As-Well

**bold text**
_italic text_
~~striked~~

and no it doesn’t you have to modify the code of Adonis to make it work :confused:

5 Likes

An extension will soon be released that will support popular admin panels such as Adonis, HD Admin, and more!

2 Likes

Alright, I’m definitely using this

2 Likes

uh… is this normal after I added this to my game?

Is there way to get it work?

3 Likes

put the ScreenGui called Chat into StarterGui

2 Likes

I did that but… for some reason a default roblox chat doesn’t want to be removed -.-

this is pretty annoying with default chat…

1 Like

add a LocalScript in StarterGui and add this:

local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
2 Likes

I just did that but it not do anything :confused: after I type it in the chat box and it not show up in the chat box.

1 Like

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