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

RP Name Filtering Censoring Help?

Asked by
Subbix -5
8 years ago

Well not really chat filtering but I'm filtering a RP Name Gui so it censors text. (It creates a Model inside your character)

01v = game.Players.LocalPlayer
02for a, mod in pairs(v.Character:children()) do
03    if mod:findFirstChild("NameTag") then
04        v.Character.Head.Transparency = 0 mod:Destroy()
05    end
06end
07 
08local char = v.Character
09local mod = Instance.new("Model", char)
10mod.Name = script.Parent.Text
11local cl = char.Head:Clone()
12cl.Parent = mod
13 
14 
15local modtxt = mod.Name
View all 26 lines...
0
No, It doesn't post <filtering has failed.> and I've already tried FilterASync Subbix -5 — 8y

Answer this question