What is the official programming language used in roblox
William Harris
Updated on February 20, 2026
Roblox uses a mix of C++ and LUA for Roblox. Roblox itself is a gaming website where users are allowed to create their own games using Roblox Studio. The users creating their own game will have to use LUA as the language for their game. Some of the components of the software is written in C++ in order to allow better memory management and …
There are other answers below:
The Roblox programming language is a mixture of C++ and Lua, so you would ideally want some sort of familiarity with either of both of these programming languages to create a game for Roblox. Share Tweet. Written by Bryan Wirtz – …
Lua is the language that Roblox uses. This is a script that`s mainly used for web and game applications. Additionally, it is infamous for being one of the swiftest languages in the market. But, the version Roblox uses is sandboxed; thus, it is a safe script that hinders malicious code from being used on the client.
Developing a programming language (interpreter) in roblox. c0nifer (conifer) December 31, 2021, 12:45am #1. Recently, I completed a course on programming languages where I learned how programming languages are designed and how to implement them (specifically in this class, I built and implemented a subset of javascript).
Related Questions
What language is Roblox written in?
Roblox itself is a gaming website where users are allowed to create their own games using Roblox Studio. The users creating their own game will have to use LUA as the language for their game.
Do you need to code to make a Roblox game?
Do you need to know how to code to make a Roblox game? Yes. The Roblox programming language is a mixture of C++ and Lua, so you would ideally want some sort of familiarity with either of both of these programming languages to create a game for Roblox.
What script does Roblox use?
This is a script that`s mainly used for web and game applications. Additionally, it is infamous for being one of the swiftest languages in the market. But, the version Roblox uses is sandboxed; thus, it is a safe script that hinders malicious code from being used on the client.
Can you code on Roblox with Python?
No, the Roblox coding language doesn’t allow for Python use, as it is optimized for the Lua programming language. Is Lua easy to learn? Yes. Lua can be learned relatively quickly and has a ton of variety in applications and games.