Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Pets = require(game:GetService("ReplicatedStorage").Library.Directory.Pets)
- local fromPet = "Fire Bat"
- local toPet = "Titanic Soul Owl"
- for i, v in pairs(Pets[fromPet] or {}) do
- Pets[fromPet][i] = nil
- end
- for i, v in pairs(Pets[toPet] or {}) do
- Pets[fromPet][i] = v
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement