@quenty/templateprovider
v11.12.0
Published
Base of a template retrieval system
Downloads
2,185
Readme
TemplateProvider
Base of a template retrieval system
Installation
npm install @quenty/templateprovider --save
Deferred replication template behavior
- We want to defer replication of templates until client requests the template
- Then we want to send the template to the client via PlayerGui methods
- We want to decide whether or not to bother doing this
This will prevent memory usage of unused templates on the client, which happens with the cars and a variety of other game-systems.
We can't store the stuff initially in cameras or in team-create Roblox won't replicate the stuff. But we can move on run-time and hope...