Update Serdes.luau

This commit is contained in:
Bl4ise 2024-05-03 09:40:54 +02:00 committed by GitHub
parent 9096d69be4
commit 1ae1d7329e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ return function(Identifier: string, timeout: number?): number
end) end)
task.spawn(function() task.spawn(function()
while (not retreived and not Event:GetAttribute(Identifier)) do while not (retreived and Event:GetAttribute(Identifier)) do
task.wait(0.5) task.wait(0.5)
end end