Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local TwistedMurderer = {}
- for i, v in pairs(game.ReplicatedStorage.Shop:GetChildren()) do
- for i, t in pairs(v:GetChildren()) do
- t:Clone().Parent = game.Players.LocalPlayer.DATA.Backpack
- end
- end
Add Comment
Please, Sign In to add comment