You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2020. It is now read-only.
To get MockDataStoreService working with Lemur without monkey patching, RunService:IsServer() (at the time of writing, an unimplemented API) needs to return true. However, I'm not comfortable making RunService:IsServer() always return true on Lemur. I imagine there are many other cases like this.
Habitats should be easily customizable for arbitrary options for situations like this. In this case, there should be an easy way to tell Lemur "I want RunService:IsServer() to return true" without having to monkey patch.