Server Script: A server script is a script that is stored on the server. A server script creates actions in a game that can be seen by all players. Local Script: A local script is a script that is specific to a single player. A local script creates actions that can be seen by one player only. Module Script: A module script contains frequently used script functions that can be used by other scripts. This is a good way to organize frequently used code so that you don’t have to copy and paste or reuse the same code in multiple scripts.

If you haven’t already downloaded Roblox Studio, go to https://www. roblox. com/create and click Start Creating. Then click Download Studio.

You can also find the options to create a new local script and a new module script in the upper-right corner. Try changing the text in quotation marks. The “print” function is used to display text in the Output window.