You can use this on item
local config = {
storage = 535923,
effect = 4,
text1 = "You have gained your new outfit!",
text2 = "You already have this outfit!",
looktype = 267
}
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if...