Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Returning a side of which a part has been touched on?

Asked by 5 years ago

I tried with a simple touch event, but I have no idea where to go from here. How would I return which side of the brick has been touched?

Like in mario, you must hit a question block from the bottom and not the sides.

0
I'm not sure personally, but check [https://scriptinghelpers.org/questions/15273/how-can-i-detect-a-surface-a-part-hit](https://scriptinghelpers.org/questions/15273/how-can-i-detect-a-surface-a-part-hit) IceAndNull 142 — 5y
0
If you want to keep it simple, I would place thin, fully transparent parts on all of the relevant surfaces, and have Touched events for those parts instead of for the entire block. Recruitsoldier 40 — 5y

Answer this question