1.1.5 • Published 1 year ago

@rbxts/flamework-instance-pooling v1.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@rbxts/flamework-instance-pooling

Classes to pool Roblox instances, UIPool and PartPool included. Pooled instances can return themselves with no reference to the pool.

Example

const pool = new PartPool(new Instance("Part"), World, 10);
const part = pool.take(new CFrame(0, 5, 0));
task.wait(6);
part.returnToPool();
1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago