
What programming language does Roblox use? : r/roblox - Reddit
It seems like no one is able to help me with making a game so I decide to make my own but I'm just weak with the scripting part and still learning about the roblox studio. What are the programming language does roblox use so I can learn how to script. I did learn basic C programming and still weak in Java but just started Python.
What programming language was ROBLOX built on? : r/roblox
Well roblox didnt invent lua. They only made their own adaptation to it to be more relevant to their properties / platform. And for roblox to be as optimized as it is, it is very likely to be made with a lower-level language. As to the specific lower-level language though, idk so ill let someone else answer that, but im pretty sure it isnt lua
Which Programming Language should I use? : r/robloxgamedev
Jan 16, 2024 · Currently, Roblox uses only their version of Luau, though some scripts from the toolbox would have been written back when it was still "Roblox Lua". Standard Lua is more popular than Luau and has more tutorials, but I feel Luau has a better development experience and lots of useful features.
ELI5: Why does ROBLOX use Lua rather than another scripting
Apr 12, 2016 · ROBLOX uses DirectX, so it would be hard to get much more performance without careful tuning, which is probably too much for ROBLOX to do on the number of platforms it runs on. Another problem is that professional games are built with the details of the graphics implementation in mind.
What coding language does roblox use? : r/robloxgamedev - Reddit
Feb 28, 2020 · A subreddit for ROBLOX exploiting, whether it's questions or downloads, We've got it all! Come join our group of expert lego haxers!
What are the limitations of the Roblox game engine?
Nov 5, 2023 · One of the biggest limitations on Roblox's engine is on the resource side; Roblox's servers aren't super powerful and it takes a lot of clever optimization to make a game run smoothly. This is particularly true with in-game meshes and parts, as meshes only allow a small number of total triangles, which seriously limits the types of things you ...
Luau, a kind of fork from the Lua programming language used by …
Nov 4, 2021 · Roblox games are generally massive codebases, all in Luau, and before Luau, all without any type hinting, type checking, or nice IDE tools. For small scripts Lua and Luau aren't a big difference, but for a massive codebase with complex realtime behavior and community modules, having types, IDE code tools, and readable code is a great advantage!
Do I need to know how to code before making roblox games?
Nov 28, 2023 · Needing to learn programming is pretty much unavoidable no matter what game engine you use. Using code written by others will only get you so far. Fortunately, Roblox (in my opinion) is actually one of the easiest 3D game engines ever. Before you start writing game logic however, you first must understand the fundamentals of programming.
Best language (and studio) to use for roblox games
Lua is the only programming language you can use to make Roblox games, as well as Roblox Studio. Though you can use other programs (Blender, etc) to make 3D models, etc. Reply reply
How to make a roblox game by using scratch - Reddit
Feb 7, 2022 · 11 votes, 24 comments. there some game on roblox say about it is code by scratch but I cannot figure out how does those developer to that , because I…