Before writing code, you must set up your development environment:

In the Explorer, hover over or a specific Part . Click the + button and select Script .

: Open the Explorer (to see game objects), Properties (to change object settings), and Output (to see script results and errors) from the View tab. Create Your First Script :

A new window will open with the default code: print("Hello world!") .