Using cons on Roblox is fairly straightforward and it’s an important part of creating your own scripts. A con is simply a command line instruction which you, as a user, can type. Depending on your skill level, you can use cons to run a wide range of commands from typos to more complex actions.
To use a con, you must first open the command bar. This can be done by pressing the key / on your keyboard. The command bar will open up in the Roblox client and you can begin typing commands into it.
Cons usually come in one of three forms: types, bindings and functions.
Types are responsible for assigning types of data. For instance, when using a variable, you can assign it a type of number, string, etc.
Bindings are used to assign and access specific components, such as a character or an object in your Roblox game.
Functions execute a specific script upon being called. These are the most complex of the three forms and are mainly used by experienced Roblox developers.
To find out more about how to use cons effectively, there are plenty of online tutorials and guides. Additionally, the Roblox website itself has comprehensive help pages that can be consulted in order to get the most out of your scripting experience.