boomboomthehacker

wat

Aug 30th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. tab = { white = { lobg = " hi " } }
  2.  
  3. for k ,v in pairs(tab) do
  4.  
  5. tab["white"] = nil
  6.  
  7. end
Advertisement
Add Comment
Please, Sign In to add comment