1.1.5 • Published 10 months ago

@rbxts/flamework-instance-pooling v1.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months 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

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago