Project Mugetsu : Item Data Modifier (Rarity, etc)

Script Credit :- Megumint#3760
Features

 Project Mugetsu : Item Data Modifier (Rarity, etc)

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

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'))()