Base of a template retrieval system
npm install @quenty/templateprovider --save
- 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...