Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can someone explain How important it is regular lua to learn when scripting for roblox? [closed]

Asked by 5 years ago

Im currently reading the programming in lua book to learn more about lua but how important is it in roblox if the way the functions are called are differnt in regular lua and roblox lua?

0
ROBLOX uses Lua. Using that common sense, you can come into conclusion that, yes, it is important. Zafirua 1348 — 5y
0
learn both. greatneil80 2647 — 5y
0
but why are the functions for the same things like metables called differently in pure lua? EzireBlueFlame 14 — 5y
0
its metatables, not metables, and they don't have completely different names in both versions, for example, __index is still __index, and table.sort is still called table.sort theking48989987 2147 — 5y

Closed as Primarily Opinion-Based by User#24403 and Gey4Jesus69

This question has been closed because it is a discussion about a topic focused on diverse opinions, which isn't a good fit for our Q&A format.

Why was this question closed?

2 answers

Log in to vote
0
Answered by 5 years ago

Roblox uses a modified version of Lua.If you know lua it can be only a little easier cause roblox lua is kinda different then Lua.I recommend just study Lua for a week and get a basic understanding then try Roblox Lua.

Ad
Log in to vote
0
Answered by 5 years ago

There isnt much of a difference from regular lua and roblox lua but i think that knowing as much as possible about roblox lua which is what you'll be using instead of regular will help a lot though