of     1   

H3llXFIRE
#140970960Sunday, July 20, 2014 7:05 PM GMT

plz tell me... I know what it is
lowvillan
#140973176Sunday, July 20, 2014 7:29 PM GMT

you write stuff
mateorafa
#140973233Sunday, July 20, 2014 7:29 PM GMT

You bash your head against the wall repeatedly until it works
TehGabeNewell
#140973341Sunday, July 20, 2014 7:31 PM GMT

while true do end
H3llXFIRE
#140984598Sunday, July 20, 2014 9:35 PM GMT

I like Mats idea
Accedo
#140985124Sunday, July 20, 2014 9:41 PM GMT

function NoOneCares(Why, Are, You, Asking) end
H3llXFIRE
#141042044Monday, July 21, 2014 9:23 AM GMT

Print("because i feel like it now go get a life loser") end
AnonyAnonymous
#141042201Monday, July 21, 2014 9:27 AM GMT

Scripting is essentially telling the engine to perform a series of task following a pattern of logic. When you begin to understand and interpret this logic, you'll realize that some concepts are easier for you to understand then others will be if you really desire to learn, http://wiki.roblox.com/index.php?title=AllTutorials This link might be able to help you understand Rbx.Lua and Lua in general better.
blox6137
#141042246Monday, July 21, 2014 9:28 AM GMT

scriptingisfun ~= false if scriptingisfun == true then print("script script scripting lalalalala scripting is fun") end
blox6137
#141042297Monday, July 21, 2014 9:29 AM GMT

ogm fail local scriptingisnotfun = false if scriptingisnotfun ~= true then print("script script scripting lalalalala scripting is fun") end
uninvert
#141043922Monday, July 21, 2014 10:07 AM GMT

Honestly, there isn't a truly accurate way to learn...You just kind of do it and learn along the way.
Phyclops
#141043967Monday, July 21, 2014 10:08 AM GMT

"Print("because i feel like it now go get a life loser") end" you don't need an end on that
blox6137
#141044020Monday, July 21, 2014 10:09 AM GMT

i = "heroo" while i == "heroo" do print(i) end or does it dun dun dun
H3llXFIRE
#141202018Tuesday, July 22, 2014 9:42 PM GMT

You dam right phy
smiley599
#141202244Tuesday, July 22, 2014 9:44 PM GMT

H3ll you failed miserably lmao
lupine
#141203497Tuesday, July 22, 2014 9:56 PM GMT

1. Consume any caffeinated beverage. 2. Lay hands on keyboard 3. ??? 4. Profit
DejaVu_Loop
#141203695Tuesday, July 22, 2014 9:58 PM GMT

Game:GetService("RunService").RenderStepped:connect(function() print(math.random(1,100000000000000) end
ShaneSloth
#141204156Tuesday, July 22, 2014 10:02 PM GMT

"Game:GetService("RunService").RenderStepped:connect(function() print(math.random(1,100000000000000) end" This would be perfect if you used math.huge and created parts ;3 Game:GetService("RunService").RenderStepped:connect(function() x = Instance.new("Part", Workspace) x.Size = Vector3.new(10,10,10) x2 = x:Clone() x2.Parent = game.Workspace end hmm i wonder....... Time to test at a script builder >:) >> Spooky, scary skeletons <<
DejaVu_Loop
#141204377Tuesday, July 22, 2014 10:04 PM GMT

even better.. Game:GetService("RunService").RenderStepped:connect(function() x = Instance.new("Part", Workspace) x.Size = Vector3.new(10,10,10) x2 = x:Clone() x2.Parent = game.Workspace for i = 1, 100000 do local f = Instance.new("Fire", x2) end end
Accedo
#141459778Friday, July 25, 2014 3:09 AM GMT

leik omg i no a gud scwipt wanna see it okai wel hr et iz local all = game.Workspace:GetChildren() while true do wait(.01) for i = 1, #all do all[i].Name = "U haz ben haxed ;3" end end
Foxconn
#141460020Friday, July 25, 2014 3:12 AM GMT

local x = 0 while wait(-0.1) print(x = x + 1) end
Lacryma
#141460110Friday, July 25, 2014 3:13 AM GMT

Learn Lua, alien language.

    of     1