Skip to content

v1.1.2

Compare
Choose a tag to compare
@Mullets-Gavin Mullets-Gavin released this 19 Dec 02:22
· 150 commits to master since this release

Pretty significant move, but I've decided to drop import + Option from Loader & follow the conventional require route. This update no longer allows you to indice Loader for a service, or use Loader.import.

New changes:

  • Recommended to set Loader as require
    • ie. local require = require(game:GetService('ReplicatedStorage'):WaitForChild('Loader'))
  • DataSync got a ton of minor bugs fixed + smoother DataStore usage. Tests passed!
  • Cleaned up Manager & Roblox a bit, and added _Name properties
  • Network got some fresh changes, now "super-compatible" with making Real Games.
  • There's a bunch more minor changes, but this was a general move so it doesn't qualify as a minor update but rather a patch.