roblox-ts
typings for Replica made by MadStudio.
Scrapped together hackily, but it works. Waiting for API docs to release to improve documentation. Some documentation has not been updated yet - this is a fork of Mixu78's ReplicaService typings.
- Make your
Replica.Data
simple and small without too many keys inside another keys.
- Paths (
StringPath
andArrayPath
) can only access 21 keys of an object (this was added as a fix to the issue "Type instantiation is excessively deep and possibly infinite").
-
My editor features (autocomplete, others) are laggy, what can I do? Reopen your code editor (or if you're using Visual Studio Code, restart the TypeScript server), if it's still laggy, contact any of the collaborators in the
roblox-ts
server. - I can't access a key in my object that is inside 35 keys! Read the limitations and recommendations.
Visit the following website to go to the official ReplicaService documentation: https://madstudioroblox.github.io/ReplicaService/
If you are having issues with typings, join roblox-ts
Discord server and mention any of the collaborators (Mixu_78, or Sandy Stone) with your issue and we'll try to help the maximum we can.
If you are having issues with ReplicaService and not the typings, file an issue in the GitHub repository.