generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
We use cookies to offer you a better experience. By using Roblox.com, you are agreeing to our Privacy and Cookie Policy.
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Re: The Scripting Game

Previous Thread :: Next Thread 
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
03 Aug 2014 11:13 PM
Each person copy and paste the code from the person above you, and add one line of code to it (Yes, you add additional lines if you need to add an "end" or a table.).

Example:
Person1:
while true do
wait()
end

Person2:
while true do
wait()
print("...")
end

I will start.

while wait() do
P = Instance.new("Part", game.Workspace)
end

Let's see how many lines we can add.

>I will rip out your duodenum
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
03 Aug 2014 11:15 PM
while wait() do
P = Instance.new("Part", game.Workspace)
P:Destroy()
end

gg, game over
Report Abuse
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
03 Aug 2014 11:19 PM
Ha, the lines do not have to be in succession.

while wait() do
P = Instance.new("Part", game.Workspace)
local C = P:Clone()
P:Destroy()
end


>I will rip out your duodenum
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
03 Aug 2014 11:20 PM
wait = function()end
while wait() do
P = Instance.new("Part", game.Workspace)
local C = P:Clone()
P:Destroy()
end

gg
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
03 Aug 2014 11:20 PM
woops;

wait = function()return "GG";end
while wait() do
P = Instance.new("Part", game.Workspace)
local C = P:Clone()
P:Destroy()
end
Report Abuse
mathchamp is not online. mathchamp
Joined: 22 Oct 2007
Total Posts: 320
03 Aug 2014 11:26 PM
lol I was going to do that

wait = function()return "GG";end
wait = function() print("Stop right there!") return false end
while wait() do
P = Instance.new("Part", game.Workspace)
local C = P:Clone()
P:Destroy()
end
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
03 Aug 2014 11:36 PM
--[[
wait = function()return "GG";end
wait = function() print("Stop right there!") return false end
while wait() do
P = Instance.new("Part", game.Workspace)
local C = P:Clone()
P:Destroy()
end
]]


w00t inb4nelineendingcomment
Report Abuse
xSIXx is not online. xSIXx
Joined: 06 Aug 2010
Total Posts: 9202
03 Aug 2014 11:36 PM
wait = function()return "GG";end
wait = function() print("Stop right there!") return false end
while wait() do
P = Instance.new("Part", game.Workspace)
local C = P:Clone()
P:Destroy()

while true do end

end
Report Abuse
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
03 Aug 2014 11:38 PM
--[[
--]] [[
wait = function()return "GG";end
wait = function() print("Stop right there!") return false end
while wait() do
P = Instance.new("Part", game.Workspace)
local C = P:Clone()
P:Destroy()
end
]]

while true do

end

>I will rip out your duodenum
Report Abuse
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
03 Aug 2014 11:42 PM
Wait, I read that wrong:

x = {"Hi, " "I ", "am ", "a ", "table!"}

wait = function()return "GG";end
wait = function() print("Stop right there!") return false end
while wait() do
P = Instance.new("Part", game.Workspace)
local C = P:Clone()
P:Destroy()

while true do end

end

>I will rip out your duodenum
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
03 Aug 2014 11:43 PM
You removed things... you lose game over.
let this thread die you cheater noob
Report Abuse
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
03 Aug 2014 11:44 PM
Fine, if it pleases you:

--[[
x = {"Hi, " "I ", "am ", "a ", "table!"}

wait = function()return "GG";end
wait = function() print("Stop right there!") return false end
while wait() do
P = Instance.new("Part", game.Workspace)
local C = P:Clone()
P:Destroy()

while true do end

end
]]

>I will rip out your duodenum
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
03 Aug 2014 11:47 PM
You can't ungameover have you ever played a game that doesn't save? This isn't like zelda where you go to the last save mister...
Report Abuse
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
04 Aug 2014 12:00 PM
Very well, game restart.

while wait() do

end

>I will rip out your duodenum
Report Abuse
Trioxide is not online. Trioxide
Joined: 29 Mar 2011
Total Posts: 32902
04 Aug 2014 12:05 PM
while wait() do
return
end


Scripter | Trioxide | Torrent Leecher | Kuroyukihime | Trioxide
Report Abuse
rny is not online. rny
Joined: 26 Jul 2009
Total Posts: 5079
04 Aug 2014 12:13 PM
wait = function() repeat print"game over" until not game_over end
while wait() do
return
end
Report Abuse
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
04 Aug 2014 02:27 PM
--[[ You guys really love to ruin this game, don't you?
wait = function() repeat print"game over" until not game_over end
]]--
while wait() do
return
end

>I will rip out your duodenum
Report Abuse
Fluffmiceter is not online. Fluffmiceter
Joined: 28 Jan 2012
Total Posts: 6931
04 Aug 2014 02:38 PM
local poopy = workspace:WaitForChild("NotGonnaHappen")
--[[ You guys really love to ruin this game, don't you?
wait = function() repeat print"game over" until not game_over end
]]--
while wait() do
return
end
Report Abuse
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
04 Aug 2014 05:06 PM
local poopy = game.Workspace:WaitForChild("NotGonnaHappen")
--[[ You guys really love to ruin this game, don't you?
wait = function() repeat print"game over" until not game_over end
]]--
while wait() do
if poopy == nil then

end
return
end

>I will rip out your duodenum
Report Abuse
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
04 Aug 2014 07:49 PM
local poopy = game.Workspace:WaitForChild("NotGonnaHappen")
--[[ You guys really love to ruin this game, don't you?
wait = function() repeat print"game over" until not game_over end
]]--
while wait() do
if poopy == nil then
print("Bumping this thread. " .. "BUMP DA DUMP")
end
return
end

>I will rip out your duodenum
Report Abuse
Trioxide is not online. Trioxide
Joined: 29 Mar 2011
Total Posts: 32902
05 Aug 2014 10:02 AM
wait(696969)
local poopy = game.Workspace:WaitForChild("NotGonnaHappen")
--[[ You guys really love to ruin this game, don't you?
wait = function() repeat print"game over" until not game_over end
]]--
while wait() do
if poopy == nil then
print("Bumping this thread. " .. "BUMP DA DUMP")
end
return
end


Scripter | Trioxide | Torrent Leecher | Kuroyukihime | Trioxide
Report Abuse
Fluffmiceter is not online. Fluffmiceter
Joined: 28 Jan 2012
Total Posts: 6931
05 Aug 2014 10:07 AM
daError + 1337
wait(696969)
local poopy = game.Workspace:WaitForChild("NotGonnaHappen")
--[[ You guys really love to ruin this game, don't you?
wait = function() repeat print"game over" until not game_over end
]]--
while wait() do
if poopy == nil then
print("Bumping this thread. " .. "BUMP DA DUMP")
end
return
end

Report Abuse
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
05 Aug 2014 04:32 PM
daError = -1337 ; G = daError + 1337
wait(696969)
local poopy = game.Workspace:WaitForChild("NotGonnaHappen")
--[[ You guys really love to ruin this game, don't you?
wait = function() repeat print"game over" until not game_over end
]]--
while wait() do
if poopy == nil then
print("Bumping this thread. " .. "BUMP DA DUMP")
end
return
end

>I will rip out your duodenum
Report Abuse
Firewarrior321 is not online. Firewarrior321
Joined: 09 Dec 2011
Total Posts: 3443
05 Aug 2014 06:51 PM
x = {"Bumping ", "the ", "Thread!"}
daError = -1337 ; G = daError + 1337
wait(696969)
local poopy = game.Workspace:WaitForChild("NotGonnaHappen")
--[[ You guys really love to ruin this game, don't you?
wait = function() repeat print"game over" until not game_over end
]]--
while wait() do
if poopy == nil then
print("Bumping this thread. " .. "BUMP DA DUMP")
end
return
end

>I will rip out your duodenum
Report Abuse
rny is not online. rny
Joined: 26 Jul 2009
Total Posts: 5079
05 Aug 2014 09:16 PM
no = [[
x = {"Bumping ", "the ", "Thread!"}
daError = -1337 ; G = daError + 1337
wait(696969)
local poopy = game.Workspace:WaitForChild("NotGonnaHappen")
--[[ You guys really love to ruin this game, don't you?
wait = function() repeat print"game over" until not game_over end
]]--
while wait() do
if poopy == nil then
print("Bumping this thread. " .. "BUMP DA DUMP")
end
return
end
]]
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image