H3llXFIREJoin Date: 2013-06-26 Post Count: 493 |
plz tell me... I know what it is |
|
lowvillanJoin Date: 2010-09-14 Post Count: 725 |
you write stuff |
|
mateorafaJoin Date: 2009-02-28 Post Count: 1866 |
You bash your head against the wall repeatedly until it works |
|
|
H3llXFIREJoin Date: 2013-06-26 Post Count: 493 |
I like Mats idea |
|
AccedoJoin Date: 2011-03-11 Post Count: 1793 |
function NoOneCares(Why, Are, You, Asking)
end
|
|
H3llXFIREJoin Date: 2013-06-26 Post Count: 493 |
Print("because i feel like it now go get a life loser")
end |
|
|
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. |
|
blox6137Join Date: 2008-11-23 Post Count: 1109 |
scriptingisfun ~= false
if scriptingisfun == true then
print("script script scripting lalalalala scripting is fun")
end |
|
blox6137Join Date: 2008-11-23 Post Count: 1109 |
ogm fail
local scriptingisnotfun = false
if scriptingisnotfun ~= true then
print("script script scripting lalalalala scripting is fun")
end |
|
uninvertJoin Date: 2008-07-23 Post Count: 1873 |
Honestly, there isn't a truly accurate way to learn...You just kind of do it and learn along the way. |
|
|
blox6137Join Date: 2008-11-23 Post Count: 1109 |
i = "heroo"
while i == "heroo" do
print(i)
end
or does it dun dun dun |
|
H3llXFIREJoin Date: 2013-06-26 Post Count: 493 |
You dam right phy |
|
smiley599Join Date: 2010-01-23 Post Count: 21869 |
H3ll you failed miserably lmao |
|
lupineJoin Date: 2008-06-24 Post Count: 3561 |
1. Consume any caffeinated beverage.
2. Lay hands on keyboard
3. ???
4. Profit |
|
|
Game:GetService("RunService").RenderStepped:connect(function()
print(math.random(1,100000000000000)
end
|
|
|
"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 << |
|
|
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 |
|
AccedoJoin Date: 2011-03-11 Post Count: 1793 |
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 |
|
FoxconnJoin Date: 2011-02-20 Post Count: 275 |
local x = 0
while wait(-0.1)
print(x = x + 1)
end |
|
LacrymaJoin Date: 2010-02-15 Post Count: 22696 |
Learn Lua, alien language. |
|