Forum > General >

Luau and roblox lua

Posts: 17

Threads: 10

Joined: Jan, 2021

Reputation: 0

Posted

Just curious if they are 100% same.

For example in luau source lua_pushnumber is:

void lua_pushnumber(lua_State* L, double n)
{
    setnvalue(L->top, n);
    api_incr_top(L);
    return;
}

Is this (or any other lua function) the same in roblox lua?

  • 0

I’m not lazy, I’m just on energy saving mode.

Posts: 1209

Threads: 68

Joined: May, 2022

Reputation: 17

Replied

pretty sure they are the "same" as luau was made especially for roblox (i think)

  • 0

Did I mention I use arch btw?

Entity

Usability >> modern

vip

Posts: 374

Threads: 39

Joined: May, 2022

Reputation: 46

Replied

Hello, first of all, have a nice day! I think this will work for you: https://www.lua.org/source/5.1/

  • 0

Posts: 17

Threads: 10

Joined: Jan, 2021

Reputation: 0

Replied

@_realnickk

I'm talking about this one:

https://github.com/Roblox/luau

  • 0

I’m not lazy, I’m just on energy saving mode.

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )