#how do I detect an arbitrary right-click on the server?
11 messages · Page 1 of 1 (latest)
I would assume you'd use UseItemCallback UseBlockCallback and UseEntityCallback from fapi
Yeah seems to be an event for both client and server, so it should work for the server I'm pretty sure
those appear to be client side
for UseEntity it says for both client and server
lemme check the others
Yeah UseBlockCallback doesn't say it's for the server, but it mixes into ServerPlayerInteractionManager
and the same for UseItem
I think they all work for server and client
just try it to confirm
they are all both-sided