local replicated_storage = game:GetService("ReplicatedStorage") local hats = replicated_storage.CharacterAccessories for _, sexybutzi in next, hats:GetChildren() do replicated_storage:WaitForChild("Remotes"):WaitForChild("Purchase Accessory"):InvokeServer(sexybutzi.Name, -9e999) end