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

Do you need to use Lua to script? [closed]

Asked by 10 years ago

In roblox do you NEED to use lua to script? or can you use other languages. Such as : JavaScript and HTML.

Locked by MrNicNac

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

5 answers

Log in to vote
3
Answered by
jobro13 980 Moderation Voter
10 years ago

This answer is really short.

Yes. You need to use Lua. Roblox uses Lua 5.1. You cannot use any other language to code games in Lua.

0
thank you LeBoldeh 0 — 10y
Ad
Log in to vote
1
Answered by
1waffle1 2908 Trusted Badge of Merit Moderation Voter Community Moderator
10 years ago

No. You don't. You can use JavaScript or VBS or Python or any other scripting language you want. Roblox uses Lua, though, so none of those other languages are going to compile if you try to write with them using Roblox.

Log in to vote
0
Answered by 10 years ago

LUA is main the scripting tool and is the only thing you can use currently in roblox

Log in to vote
0
Answered by 10 years ago

Roblox uses Java and C++ to produce the IDE (Integrated Development Environment) that you code Lua in. It would be futile to make users have to code their own IDE, and then implement it, mostly because of all the security issues that would arise. Also, Javascript and HTML are meant to produce web pages, so using it in place of Lua wouldn't be practical.

Log in to vote
-5
Answered by 10 years ago

You don't use Lua or any of those other languages on ROBLOX. You use ROBLOX Lua.

1
This is incorrect. Roblox does use Lua as core language and only has added some "user data" values which will communicate with the ROBLOX engine core (written in either C or C++) - this is also possible in normal Lua. They also removed some libraries from normal Lua. jobro13 980 — 10y