Advertisement
bapereira

Vaca voadora

Oct 15th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. --[[
  2. Project's author: Nettoork#0000
  3. ]]--
  4.  
  5. local id = 0
  6. eventLoop = function()
  7. id = id + 1
  8. local color = "0x"..math.random(000000,999999)
  9. ui.addTextArea(id, "Vaca Voadora", nil, math.random(5, 730), math.random(26,370), 0, 30, color, color, 0.9, true)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement