Advertisement
Terrah

raiz

Oct 17th, 2014
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local function raizemote()
  2.  
  3. local emo = {};
  4. table.insert(emo,"raizNo");
  5. table.insert(emo,"raizKFC");
  6. table.insert(emo,"raizTroll");
  7. table.insert(emo,"raizKeepo");
  8. table.insert(emo,"raizPie");
  9. table.insert(emo,"raizKappa");
  10. table.insert(emo,"raizRip");
  11.  
  12. return emo[math.random(#emo)];
  13. end
  14.  
  15. return raizemote;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement