Hello, I have a problem, I would like to get wings after using the item, I am using a script
local config1 = {
[9020] = {wingId = 1, name = "WING NAME"},
}
local wings_on_click = Action()
function wings_on_click.onUse(player, item, fromPosition, target, toPosition, isHotkey)...