See built in components

I am used to Unity and C# scripting, and I am trying hard to get used to TS in Studio. Sometimes, I want to move an object between point A and point B and get stuck due to syntax.

It would be great if I could see the scripts used in components like Animate Position, to see how you can implement a simpler movement script myself.

Is there a way to look into these scripts?
Or some more basic code examples, but a bit more advanced than a hello world would be appreciated as well for new users.

Thanks for the feedback! Iā€™d also recommend checking out our Studio projects in the Project Library. They include custom components that are great for learning and exploring more.

For me those are either too complex (javascript is new to me) or too simple (just place an object with included animation. So I find it quite hard to find exactly how to make simple interactions like tapping on an object and it follows the camera until you release it