Advertisement
Savaloy92

Untitled

Oct 3rd, 2024 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. local message = require(game.ReplicatedStorage.Library.Client.Message)
  2. message.Error("Visual Activated, Open Eggs 1 And 2!")
  3.  
  4. local Pets = require(game:GetService("ReplicatedStorage").Library.Directory.Pets)
  5. local fromPet = "Cat"
  6. local toPet = "Yellow Lucky Block"
  7.  
  8. for i, v in pairs(Pets[fromPet] or {}) do
  9. Pets[fromPet][i] = nil
  10. end
  11. for i, v in pairs(Pets[toPet] or {}) do
  12. Pets[fromPet][i] = v
  13. end
  14.  
  15. local Pets = require(game:GetService("ReplicatedStorage").Library.Directory.Pets)
  16. local fromPet = "Corgi"
  17. local toPet = "Coin"
  18.  
  19. for i, v in pairs(Pets[fromPet] or {}) do
  20. Pets[fromPet][i] = nil
  21. end
  22. for i, v in pairs(Pets[toPet] or {}) do
  23. Pets[fromPet][i] = v
  24. end
  25.  
  26. local Pets = require(game:GetService("ReplicatedStorage").Library.Directory.Pets)
  27. local fromPet = "Dog"
  28. local toPet = "Banana"
  29.  
  30. for i, v in pairs(Pets[fromPet] or {}) do
  31. Pets[fromPet][i] = nil
  32. end
  33. for i, v in pairs(Pets[toPet] or {}) do
  34. Pets[fromPet][i] = v
  35. end
  36.  
  37. local Pets = require(game:GetService("ReplicatedStorage").Library.Directory.Pets)
  38. local fromPet = "Axolotl"
  39. local toPet = "Huge Cat"
  40.  
  41. for i, v in pairs(Pets[fromPet] or {}) do
  42. Pets[fromPet][i] = nil
  43. end
  44. for i, v in pairs(Pets[toPet] or {}) do
  45. Pets[fromPet][i] = v
  46. end
  47.  
  48. local Pets = require(game:GetService("ReplicatedStorage").Library.Directory.Pets)
  49. local fromPet = "Chick"
  50. local toPet = "Titanic Black Hole Angelus"
  51.  
  52. for i, v in pairs(Pets[fromPet] or {}) do
  53. Pets[fromPet][i] = nil
  54. end
  55. for i, v in pairs(Pets[toPet] or {}) do
  56. Pets[fromPet][i] = v
  57. end
  58.  
  59. local Pets = require(game:GetService("ReplicatedStorage").Library.Directory.Pets)
  60. local fromPet = "Bunny"
  61. local toPet = "Titanic Soul Owl"
  62.  
  63. for i, v in pairs(Pets[fromPet] or {}) do
  64. Pets[fromPet][i] = nil
  65. end
  66. for i, v in pairs(Pets[toPet] or {}) do
  67. Pets[fromPet][i] = v
  68. end
  69.  
  70. local Pets = require(game:GetService("ReplicatedStorage").Library.Directory.Pets)
  71. local fromPet = "Dalmatian"
  72. local toPet = "Titanic Valkyrie Pegasus"
  73.  
  74. for i, v in pairs(Pets[fromPet] or {}) do
  75. Pets[fromPet][i] = nil
  76. end
  77. for i, v in pairs(Pets[toPet] or {}) do
  78. Pets[fromPet][i] = v
  79. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement