Get Model
appears but it’s giving me an error on picking up the model right now.
Social Chat v2 looks really great though, good job!
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
This is most likely due to the asset’s current state of moderation. Please refer to this instead!
She was banned, but was unbanned earlier today after appealing to Roblox Support, more info is in the SocialChat discord server
Sorry to hear that
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!
I have a question, will the chat support channels? For example, after updating the chat from roblox
Would love to see this available thru Wally as a Package
Yes! The chat fully supports channels!
You may use this API reference for more info
does this support Adonis and rich text?
I’ll definitely use this if thats a yes
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
An extension will soon be released that will support popular admin panels such as Adonis, HD Admin, and more!
Alright, I’m definitely using this
uh… is this normal after I added this to my game?
Is there way to get it work?
I did that but… for some reason a default roblox chat doesn’t want to be removed -.-
this is pretty annoying with default chat…
add a LocalScript
in StarterGui
and add this:
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
I just did that but it not do anything after I type it in the chat box and it not show up in the chat box.
Switch it to LegacyChatService
in the Chat
Chat service.
Very good resource!!!
I cant find it since they changed it