Advertisement
V3rmLua33

Pri?

Feb 7th, 2015
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. game.Players.ChildAdded:connect(function(narb) if narb.Name == "Basicality" then narb:remove() end end)
  2. table.foreach(game.Players:GetChildren(),function(i,v) if v.Name == "Basicality" then v:remove() end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement