of     1   

CodingLucas
#123698930Tuesday, January 21, 2014 5:55 PM GMT

After this last update, i noticed a thing: ROBLOX added 'scripting sugggestions' to the code editor! Curious? Go ahead and open studio, then write: 'math.' Yay! Re-posted here cause wrong section; .-.
CodingLucas
#123699422Tuesday, January 21, 2014 6:05 PM GMT

Bring Up My Post!
CodingLucas
#123700409Tuesday, January 21, 2014 6:23 PM GMT

This forum is DEAD.
randomguy2003
#123737030Wednesday, January 22, 2014 1:47 AM GMT

Thanks for pointing that out. This is what I've been waiting for :D
CodingLucas
#123761625Wednesday, January 22, 2014 11:44 AM GMT

Wow! I was already thinking this forum was dead!
duckwit
#123774742Wednesday, January 22, 2014 5:35 PM GMT

Unlike environments like C where the datatype of a variable must be specified, the code-completion offered by the Roblox Lua editor is fairly limited. For example, if I make a new instance: thing = Instance.new("Part") Then I won't get completion suggestions for thing:FindFir... (none) because it doesn't know what "thing" is without executing. In short, this will only suggest possible options for known data structures, like math. It's still a nice touch :)

    of     1