#I need help on my Chatbox gui

1 messages · Page 1 of 1 (latest)

pallid owl
#

When a player says fuck or any ban words in Roblox it won’t get tag it will not show Tags

#

Ik these people will say it’s against the Roblox tos

sharp peak
#

are you saying you want it to not censor

#

or do you want it to censor

#

roblox doesnt tag things in studio

#

if thats what you mean

unkempt grotto
sharp peak
#

just so you know, removing a chat filter could get you banned

sharp peak
#

very easy and possible

unkempt grotto
#

And as @sharp peak said, filtration will not work in Roblox Studio

unkempt grotto
pallid owl
pallid owl
sharp peak
#

ohhh

#

ok

pallid owl
#

And me and my friend did this 50 times

#

But it didn’t work

sharp peak
#

as @unkempt grotto said use textchatservice

pallid owl
#

And also my friend did it

unkempt grotto
sharp peak
#

in a client sided script

pallid owl
sharp peak
#

i can send you the code i used if you'd like

#

i have done this

pallid owl
#

Do I just show you the Chatbox gui?

pallid owl
#

DMs

unkempt grotto
#

It's your code that matters

sharp peak
#

in a server script

#

put this code

#

game.ReplicatedStorage.Assets.Events["ClientToServer(ServerMsg)"].OnServerEvent:Connect(function(plr, text) local textFiltered = game.TextService:FilterStringAsync(text,plr.UserId) game.ReplicatedStorage.Assets.Events.Dialogue:FireAllClients(plr.Name, textFiltered:GetNonChatStringForBroadcastAsync(), 3, 0.05) return textFiltered:GetNonChatStringForBroadcastAsync() end)lua

#

replace the event name and directory with one of your choosing

#

as long as you learn from this i dont need credit

unkempt grotto
sharp peak
gritty sleetBOT
#

studio** You are now Level 4! **studio

unkempt grotto
#

@pallid owl, as you can see, both functions are not meant to be used for chat systems. You should port to TextChatService

sharp peak
#

it was for an admin panel lol

#

thx for the tips though!!

pallid owl
#

Thank you guys

sharp peak
#

dw abt it!

pallid owl
#

Am sending all of this to my scripter friend bc he created the Chatbox

unkempt grotto
#

Is this for server announcements?

sharp peak
#

yeah thats chill

#

my code was

pallid owl
unkempt grotto
unkempt grotto
#

You should be using TextChatService

#

Have your scripter make that port

pallid owl
#

Oh wait

#

Yes that works

#

But the chat filter no

unkempt grotto
#

?

pallid owl
#

The text chat service works

#

To make people talk to each other

unkempt grotto
#

TextChatService automatically filters messages. Messages will not filter while in Roblox Studio

pallid owl
#

Thank you!

unkempt grotto
#

Manual filtration attempts should be made with pcall, as the filtration relies on an HTTP request

#

@pallid owl

pallid owl
#

Oh ok

#

Hmm I think that’s enough for now on if that stuff didn’t work I will dm you guys!

#

And also thank you guys

unkempt grotto
#

My DMs are closed

glad locust
#

Hey can y'all teach me how to script

sharp peak
#

nah i dont have time

#

i can reccomend you gnomecode though

#

i learned tons from him

pallid owl
#

@unkempt grotto Ziifix

unkempt grotto
pallid owl
#

dms

unkempt grotto
#

I told you my DMs are closed

#

Talk here, @pallid owl

pallid owl
#

oh

#

ok

#

so

#

can you pretty please add the chat filter in my chatbox?