RoQuest
A complete quest system for Roblox games!
Server -> Client
RoQuest automatically replicates all the quest data to the client making it easy to update UIs and handling data on the client
Abstract implementation
RoQuest is an abstract implementation meaning it isn't fully auto managed. The developer has full control on how quests and loaded/saved and how they are handled
Fast
RoQuest takes advantage of a lot of caching in order to keep most getters with an O(1) complexity. This allows us to quickly retrieve and modify the data