Let me get straight to the issue. So when I test, it throws an error stating sword doesn’t exist. However, it does exist, but it disappeared for some odd reason.
The sword location in explorer(does change from ServerStorage to Workspace by the way):

Problem snippet of code:
for i, pl in pairs(plrs) do
local sword = script.Sword:Clone() -- the error location
sword.Parent = pl.Backpack
end
Archivable is set to true as well.
Any help is quite appreciated.