Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function raizemote()
- local emo = {};
- table.insert(emo,"raizNo");
- table.insert(emo,"raizKFC");
- table.insert(emo,"raizTroll");
- table.insert(emo,"raizKeepo");
- table.insert(emo,"raizPie");
- table.insert(emo,"raizKappa");
- table.insert(emo,"raizRip");
- return emo[math.random(#emo)];
- end
- return raizemote;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement