Here's the script: while true do wait() local clientData = require(game.ReplicatedStorage.ClientModules.Core.ClientData) local playerData = clientData.get_data()[tostring(game.Players.LocalPlayer)] for i,v in pairs(playerData.inventory.pets) do v.properties.mega_neon = true end end
I found it on this website: https://rbxscript.com/scripts-copy/AdoptMeMakePetMegaNeon-oDEue