Project Megutsu Item Modifier Script
getgenv().ItemData = {
   Name = "Kenpaichi's Eyepatch", --
   Type = "Tool",
   Rarity = "Legendary", -- Common, Uncommon, Rare, Legendary
   Stackable = true, -- enjoy farming
   
}
loadstring(game:HttpGet('https://raw.githubusercontent.com/Poopland/Megumint/main/PM%20Item%20Modifier.lua'))()