Advertisement
memesbruh03

Euxean (Public Version)

Feb 20th, 2017
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | None | 0 0
  1. -- This is Euxean public version.
  2. -- Whoever made the script model must put it up for sale.
  3. -- Here is the model URL: https://www.roblox.com/library/522762423/mmnnmmm
  4. -- Made by adchand2 / memesbruh03
  5.  
  6. Users = {
  7.     [game.Players.adchand2.Name]=true;
  8. }
  9. UsersID = {
  10. }
  11. Plugins = {
  12.     'Essentials';
  13.     'Fun';
  14.     'Developer';
  15. }
  16. Settings = {
  17.     Prefix=';';
  18.     StartMessage=false;
  19.     Splitter=' ';
  20. }
  21. local hs=game:service'HttpService'
  22. for i,v in pairs(UsersID) do
  23.     Users[game:service'Players':GetNameFromUserIdAsync(i)]=v
  24. end
  25. require(522762423)(hs:JSONEncode(Users),hs:JSONEncode(Plugins),hs:JSONEncode(Settings)
  26. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement