Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sell inventory
- local data = game:GetService("ReplicatedStorage").Events.Server.GetData:InvokeServer("Data")
- for k,hat in pairs(data.HatInv) do
- spawn(function()game:GetService("ReplicatedStorage").Events.Server.RequestHatSell:InvokeServer(hat.id) end)
- end
Advertisement
Add Comment
Please, Sign In to add comment