of     1   

m2th
#185556424Friday, March 18, 2016 2:00 AM GMT

I wasn't sure If I should post this in OT or Scripting. So I just went with the obviously best Choice. So, where would when get started? I tried the tutorials, but they don't really click with me.
Unintelligent_Anon
#185556818Friday, March 18, 2016 2:08 AM GMT

The choices for "scripting" vary significantly as multiple scripting languages exist. I presume that you intend to learn Lua scripting, yes?(Although there are quite a few other scripting languages available) If so, this is a rather excellent resource guide: http://www.lua.org/pil/ The above documentation was constructed by the individuals who created the Lua scripting language. It is rather descriptive in its explanations of the actual functionality of the language, and provides all of the necessary information involving "purified" Lua. Another potentially useful website is lua-users: http://lua-users.org/ It merely provides supplementary context to assist website users with understanding the content on the actual website. Although, it is essential to note that "RBX.Lua"(The variant of Lua used by ROBLOX) varies somewhat from "regular" or "pure" Lua, due to security purposes.
Spirographic
#185556978Friday, March 18, 2016 2:11 AM GMT

You want to script in ROBLOX? I want you to start by make a working ice block, which causes you to freeze in a crystal, then lose some health before the crystal shatters into pieces. Reference the following: Common lava parts seen in Free Models http://wiki.roblox.com/index.php?title=Instance_(table) http://wiki.roblox.com/index.php?title=API:Class/Humanoid http://wiki.roblox.com/index.php?title=API:Class/Part
lagio
#185556979Friday, March 18, 2016 2:11 AM GMT

thing = true thingfalse = false thing2 = "string" thing1 = 5 function insertnamehere(arguments here) end while true do end thingy.eventhere:connect(insertnamehere) while wait(1) do end im unfamiliar with tables/arrays/dictionaries i am sorry そうだよ かねつきおとこの リダだ。

    of     1