We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3a5de commit c3281f6Copy full SHA for c3281f6
2 files changed
src/Buffer.lua
@@ -377,7 +377,7 @@ function Export:AddItem(item: Instance)
377
378
CollectionService:AddTag(item, "BufferItem")
379
item:SetAttribute("BufferPopped", false)
380
- ApplyGuards(item)
+ ApplyItemGuards(item)
381
382
if #self:GetUnsortedItems() > 0 then
383
self._bufferOrder += 1
src/BufferModule.lua
@@ -1,4 +1,5 @@
1
-- Virshal (Roblox @metaVirshal), 2022
2
+-- github/Virshal/BufferModule
3
4
local Types = require(script:WaitForChild("Types"))
5
0 commit comments