Note Placement System

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.

Anyone know how to accomplish this?

1 Like

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.

Yeah I know that, but i dont know how to accomplish this

Again, I don’t really know what you’re doing specifically. However, here’s an example of how you could go about doing this:

  • Fire a raycast.
  • Construct a CFrame from the surface normal and the hit position of the raycast.
2 Likes

That helps I think :joy:

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.