-- IMPORTANT: read description if it doesn't work local yourMagic = "Plasma Magic" local magicYouWant = "Aether Lightning Magic" local Magic = require(game:GetService("ReplicatedStorage").RS.Modules.Magic) Magic.Types[yourMagic] = Magic.Types[magicYouWant] --[[ Prints out all the magic types in the game, and you can dig deeper to customize for _, magic in pairs(Magic.Types) do print(_, magic) end --]]