- --game:GetService("Workspace").Collectibles.Drawn
- for i, v in pairs(game:GetService("Workspace").Collectibles.Drawn:GetChildren()) do
- local args = v.Name
- game:GetService("ReplicatedStorage").GetPanda:FireServer(args)
- end
--game:GetService("Workspace").Collectibles.Drawn for i, v in pairs(game:GetService("Workspace").Collectibles.Drawn:GetChildren()) do local args = v.Name game:GetService("ReplicatedStorage").GetPanda:FireServer(args) end