Advertisement
Doomix

KILLAH

May 3rd, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. game.Players.ChildAdded:connect(function(newPlayer)
  2. if string.find(string.lower(newPlayer.Name), "joshie0707") then
  3. newPlayer:Destroy()
  4. end
  5. end)
  6.  
  7. --MyAccountIsTemporary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement