/run local x=GetPlayerFacing() local y if x < 1.05 or x > 5.24 then y = "north" elseif x > 2.09 and x < 4.19 then y = "south" else y = "" end if x > 0.52 and x < 2.62 then y = y .. "west" elseif x > 3.66 and x < 5.76 then y = y .. "east" end SendChatMessage("takes out his compass and looks at it.. seems like he is facing " .. y, "EMOTE")