#Tap detect
1 messages · Page 1 of 1 (latest)
playerInteractWithBlock event?
when you say "tap", are you implying the player left clicking / punching the block?
Like tap to open a chest
Then yeah, this event would work
yep it's playerInteractWithBlock event
Great! And with that i can request a specific block to be tested for only then request a component from the block interacted with?
if (block.typeId !== "your_specefic_block_typeId") return;
Epic! Tysm!