Minecraft - Executing at player NOT looking down
Solution 1:
/execute as @a[x_rotation=-90..80] at @s run
That should execute only people who are looking up. (if it doesn't work try rearranging those numbers.)
/execute as @a[x_rotation=-90..80] at @s run
That should execute only people who are looking up. (if it doesn't work try rearranging those numbers.)