Guest User

Untitled

a guest
Jun 24th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local function StopInvisNames()
  2.     for k, v in pairs(player.GetAll()) do
  3.         if v:Nick == "% % %" or v:Nick == " " then
  4.             v:Kick( "Rejoin with a valid name" )
  5.         end
  6.     end
  7. end
Add Comment
Please, Sign In to add comment