Introduction
These languages are best for learning new syntax
C
Replaces all Lua scripts with C and comments old code.
Compile all C scripts, when enter is clicked again in the terminal compile again.
Download the library, Recommended to install in the VsCode equivalent of ReplicatedStorage with the filename, for example, it is src/shared/roblox-pyc.lua in Rojo.
C++
Replaces all Lua scripts with C++ and comments old code.
Compile all C++ scripts, when enter is clicked again in the terminal compile again.
Download the library, Recommended to install in the VsCode equivalent of ReplicatedStorage with the filename, for example, it is src/shared/roblox-pyc.lua in Rojo.
The recommended C and C++ docs are by
devdocs.io
and are highly recommended
Last updated