MadStudioRoblox / ProfileService

Universal session-locked savable table API
https://madstudioroblox.github.io/ProfileService/
Apache License 2.0
298 stars 158 forks source link

Replace coroutine.wrap references with task.spawn #17

Closed lucasmz-dev closed 3 years ago

lucasmz-dev commented 3 years ago

Replaces all coroutine.wrap calls with task.spawn calls instead, in .lua files and in documentation.

LM-loleris commented 3 years ago

Thanks for the pull request