most retarded thing ive ever heard
yeah true
to make item transfering easier while also keeping the 1s delay needed to manually move the item, I suggest you do something like rust
it's a cooldown, but the circular loading icon will make it look like it isn't that long, kinda like how a longer loading bar makes it look like it's loading faster
this could also mask the delay for people with high ping
make it so the transfer happens 1s after clicking:
client
user shift clicks on the item
start the loading animation
send to server (also send curtime)
server
receives it
wait 1s after the curtime that was received (this will help those with high ping)
check if player is not dead, still has the ui open, etc
transfer item
send back to client