Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. --Aether Setting-up script.
  2. --Made by darthstrantax.
  3. --Opensource because of how fudging small it is.
  4. --You know what else is small ( ?° ?? ?°)
  5. --This is done so that you cannot send metatables through as settings!
  6. return function(Settings)
  7. for i, v in pairs(game:service'ServerStorage':children()) do
  8. if v.Name == 'AetherSettings' then
  9. v:Destroy()
  10. end
  11. end
  12. local str = Instance.new('StringValue')
  13. str.Name = 'AetherSettings'
  14. str.Value = game:service'HttpService':JSONEncode(Settings)
  15. str.Parent = game:service'ServerStorage'
  16. require(332548560)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement