Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

i'm trying to make a police call system with the chat but i can't make it filtering enabled?

Asked by 5 years ago
Edited 5 years ago

hello i'm creating a roblox system that if an admin presses a textbutton a message will appear in the chat but it is not FilteringEnabled I typed the first script here without filtering enabled i hope you can help me?

bc = BrickColor.new("Really red")



function Clicked()

game.StarterGui:SetCore("ChatMakeSystemMessage", {

Text = "[Notification] [fire brigade] Fire at the airport.";

Font = Enum.Font.Cartoon;

Color = bc.Color;

FontSize = Enum.FontSize.Size96;

})

end

script.Parent.MouseButton1Down:connect(Clicked)
0
Line 13: "bc.Color" should be "bc" DeceptiveCaster 3761 — 5y
0
ok kipwater -8 — 5y
0
but it's still not filtering enabled kipwater -8 — 5y
0
i'm a starting scripter and i don't know anything over game.startergui kipwater -8 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

First of you want to use a remote function to get access to the chat when you got filtering enabled on and you get access to the guis truh a local script (can do it with server script to but its harder) and not truh the game.startergui as the startergui is what it puts in the playergui when he/she spawns. I know i didnt include any code as im just explaining what i belive is the problem. hope this helps!

Ad

Answer this question