Tag Archives: lua

RBXDev – Home

Creating multiplayer, physics-based games has never been easier. Use our powerful development environment, ROBLOX Studio, to construct your worlds out of simple physical primitives. Snap blocks together or blow them apart. Use motors, hinges, and other joints to build vehicles … Continue reading

Posted in code | Tagged , | Leave a comment

Lua

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and … Continue reading

Posted in language | Tagged | Leave a comment