Developing games - Tutorial For begginer

Hey, today you will learn somethings for Development.
To start go to here. This is the link to the developing page of Roblox. To start, use the button “Create New Game”.
01
Fill the information (e.g. game name, description).
Then hit “Edit”.
02
A prompt called “Roblox Studio” will open.
Let’s see the tools.
First you will see the toolbox
03
The “Workspace” is the whole world.
Second you will see the output, here is every single thing the script makes.


Now let’s create a script!
Click the “+” and insert a script.

The script:
print("Hello world")
Is a script which when you run the game, there is going to be a “Hello World” at the output!

Congratulations on completing your first tutorial!

1 Like

This topic was automatically closed after 1 minute. New replies are no longer allowed.