npm.io
11.38.1 • Published 1 month ago

@quenty/templateprovider

Licence
MIT
Version
11.38.1
Deps
17
Size
56 kB
Vulns
0
Weekly
0
Stars
592
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

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...