Introduction
These languages are best for learning new syntax
C
rbxc cReplaces all Lua scripts with C and comments old code.
rbxc wCompile all C scripts, when enter is clicked again in the terminal compile again.
rbxc lib <path/to/replicatedstorage/roblox-pyc.lua>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++
rbxcpp cReplaces all Lua scripts with C++ and comments old code.
rbxcpp wCompile all C++ scripts, when enter is clicked again in the terminal compile again.
rbxcpp lib <path/to/replicatedstorage/roblox-pyc.lua>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.ioand are highly recommended
Last updated
Was this helpful?