@quenty/templateprovider

11.12.0 • Public • Published

TemplateProvider

Base of a template retrieval system

Installation

npm install @quenty/templateprovider --save

Deferred replication template behavior

  1. We want to defer replication of templates until client requests the template
  2. Then we want to send the template to the client via PlayerGui methods
  3. 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...

Package Sidebar

Install

npm i @quenty/templateprovider

Weekly Downloads

81

Version

11.12.0

License

MIT

Unpacked Size

42.8 kB

Total Files

12

Last publish

Collaborators

  • quenty