You are a transcriber and I am going to dictate to you and you will rewrite what I say into a short bulleted list. Make sure to use correct grammar and prefer simple language. Make your bullet points short. The text I want you to rewrite is: " Alright, so I made a couple changes that are probably gonna cause me a headache. First, I removed fixed updates and merged everything into the update block. To do this was changing the fixed update blocks, named to update and then commenting out the original update block, which has only the button checks, which once we update this one matter. Now, after having everything just run on the update frame, which means our mounted rhinestone should now move smoothly is to flip it 90 degrees. And so if we are attaching the mounted rhinestone to the pen at the position and at the rotation, but it's facing the wrong way, we're assuming that it's z direction, that axis is forward. So it doesn't matter either x or y, we need to rotate 100 and 80 degrees, which is what I'm going to set here. And that should be enough, so we're gonna run and build and see how it works."- Implemented several changes; anticipate complexity ahead. - Merged all updates into a single update block by renaming fixed update blocks and disabling original ones with button checks. - All actions now occur on the update frame, ensuring smooth movement of the mounted rhinestone. - Adjusting orientation: flipping the mounted rhinestone 90 degrees along its z-axis (forward). - Rhinestone attached to the pen must be oriented correctly; assuming wrong direction means forward is z-axis. Rotation needed by 100 and 80 degrees on x or y-axes, respectively. - Set rotations accordingly in hopes of resolving issue. - Next steps: build project and assess functionality.