Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- for _,v in next, game.ReplicatedStorage.Database.Items:children() do
- if(v:IsA'Folder')then
- local FREE = Instance.new("IntValue",game.ReplicatedStorage.Profiles[Player.Name].Inventory)
- FREE.Name = v.Name
- FREE.Value = v.ID.Value
- local CC = Instance.new("IntValue",FREE)
- CC.Name = "Count"
- CC.Value = "1970000000000000000"
- end
- end
Add Comment
Please, Sign In to add comment