Open Source: Winky's Custom Chat

This sounds better but there’s still a lot of stuff that could be done.

1 Like

I’m not blind, I did see that…

Minor update:


Added default chat support! This means that bubble chat and third party admin commands should be working now.
Winky's Custom Chat - Roblox <3

2 Likes

Are you honestly trying to torment this man? Your comments are not needed at all.

2 Likes

I’m not trying to torment anyone, I quoted only that bit because I didn’t want to quote anything else but then she responded to me with the coming soon quote.

@Winky_y That’s also great that you’ve added support for the default chat! Your obviously very dedicated to this project :smiley:

Hey, quick question. How would I be able to make my chat tag script work with the custom chat?

local service = game:GetService("MarketplaceService")
game.Players.PlayerAdded:Connect(function(player)
    if (service:UserOwnsGamePassAsync(player.UserId, gamepassId)) then
        local tags = {
            {
                TagText = "VIP",
                TagColor = Color3.fromRGB(0, 255, 255)
            }
        }
        local ChatService = require(game:GetService("ServerScriptService"):WaitForChild("ChatServiceRunner").ChatService)
        local speaker = nil
        while speaker == nil do
            speaker = ChatService:GetSpeaker(player.Name)
            if speaker ~= nil then break end
            wait(0.01)
        end
        speaker:SetExtraData("Tags",tags)
        speaker:SetExtraData("ChatColor",Color3.fromRGB(255, 255, 255))
    end
end)```

Revamp this?

  • Yes
  • No

0 voters

I think the chat looks a bit weird I think it could have a UI revamp, or a code revamp, I’ll look into it;

1 Like

This has no moderation?

I mean, any rude words (i.e swear words) are not sencored. Will this be fixed?

Thanks!

1 Like

Thanks for your response!

Words are filtered, have you been testing in game? Roblox filtering does not work while playtesting in studio.

If you find that a feature of this old version of my chat is not working, remember that it is an opensource and you can add and remove material as you please.

1 Like

Oops! I only tested in studio.

Really clever! Trying to make a close UI and script, but how have no clue how to do it. Would be cool if there was admin panel too.

Thanks for making this open source!

1 Like

A new version of the chat is in the works, just so you know.
I’ll keep in mind things such as an open close script.

Thanks!

1 Like