H3llXFIRE
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 493 |
|
|
| 20 Jul 2014 02:05 PM |
| plz tell me... I know what it is |
|
|
| Report Abuse |
|
|
lowvillan
|
  |
| Joined: 14 Sep 2010 |
| Total Posts: 725 |
|
| |
|
mateorafa
|
  |
| Joined: 28 Feb 2009 |
| Total Posts: 1866 |
|
|
| 20 Jul 2014 02:29 PM |
| You bash your head against the wall repeatedly until it works |
|
|
| Report Abuse |
|
|
| |
|
H3llXFIRE
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 493 |
|
| |
|
pieshop97
|
  |
| Joined: 11 Mar 2011 |
| Total Posts: 550 |
|
|
| 20 Jul 2014 04:41 PM |
function NoOneCares(Why, Are, You, Asking)
end
|
|
|
| Report Abuse |
|
|
H3llXFIRE
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 493 |
|
|
| 21 Jul 2014 04:23 AM |
Print("because i feel like it now go get a life loser") end |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2014 04:27 AM |
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. |
|
|
| Report Abuse |
|
|
blox6137
|
  |
| Joined: 23 Nov 2008 |
| Total Posts: 1109 |
|
|
| 21 Jul 2014 04:28 AM |
scriptingisfun ~= false
if scriptingisfun == true then print("script script scripting lalalalala scripting is fun") end |
|
|
| Report Abuse |
|
|
blox6137
|
  |
| Joined: 23 Nov 2008 |
| Total Posts: 1109 |
|
|
| 21 Jul 2014 04:29 AM |
ogm fail
local scriptingisnotfun = false
if scriptingisnotfun ~= true then print("script script scripting lalalalala scripting is fun") end |
|
|
| Report Abuse |
|
|
|
| 21 Jul 2014 05:07 AM |
| Honestly, there isn't a truly accurate way to learn...You just kind of do it and learn along the way. |
|
|
| Report Abuse |
|
|
Phyclops
|
  |
| Joined: 27 Sep 2012 |
| Total Posts: 5895 |
|
|
| 21 Jul 2014 05:08 AM |
"Print("because i feel like it now go get a life loser") end"
you don't need an end on that |
|
|
| Report Abuse |
|
|
blox6137
|
  |
| Joined: 23 Nov 2008 |
| Total Posts: 1109 |
|
|
| 21 Jul 2014 05:09 AM |
i = "heroo" while i == "heroo" do print(i) end
or does it dun dun dun |
|
|
| Report Abuse |
|
|
H3llXFIRE
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 493 |
|
| |
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 22 Jul 2014 04:44 PM |
| H3ll you failed miserably lmao |
|
|
| Report Abuse |
|
|
lupine
|
  |
| Joined: 24 Jun 2008 |
| Total Posts: 3561 |
|
|
| 22 Jul 2014 04:56 PM |
1. Consume any caffeinated beverage. 2. Lay hands on keyboard 3. ??? 4. Profit |
|
|
| Report Abuse |
|
|
|
| 22 Jul 2014 04:58 PM |
Game:GetService("RunService").RenderStepped:connect(function() print(math.random(1,100000000000000) end
|
|
|
| Report Abuse |
|
|
|
| 22 Jul 2014 05:02 PM |
"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 << |
|
|
| Report Abuse |
|
|
|
| 22 Jul 2014 05:04 PM |
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 |
|
|
| Report Abuse |
|
|
pieshop97
|
  |
| Joined: 11 Mar 2011 |
| Total Posts: 550 |
|
|
| 24 Jul 2014 10:09 PM |
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 |
|
|
| Report Abuse |
|
|
Foxconn
|
  |
| Joined: 20 Feb 2011 |
| Total Posts: 275 |
|
|
| 24 Jul 2014 10:12 PM |
local x = 0 while wait(-0.1) print(x = x + 1) end |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2014 10:13 PM |
| Learn Lua, alien language. |
|
|
| Report Abuse |
|
|