I want to make a note placement system where any surface its placed on the front of
the note is visible and can be read, but every attempt i have made I have
never been able to make the orientation work to my needs.
I don’t know what you’ve attempted, but generally you want to use the surface normal of the surface you’ve just placed the note on. You can find this on a raycast result, for example.
Basically i want the ability to place notes down with a tool, the player places it on a surface so its readable to anyone in the server. Ive tried before but its very hard.