Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.ChildAdded:connect(function(narb) if narb.Name == "Basicality" then narb:remove() end end)
- 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