Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local Functions = {}
  2. local random = math.random
  3. math.randomseed(tick() % 1 * 1E7)
  4.  
  5. Functions["local"] = function()
  6. return random()
  7. end
  8.  
  9. Functions["global"] = function()
  10. return math.random()
  11. end
  12.  
  13. require(2110831719).new(1, "Title", Functions)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement