A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
Tutorial on: 'for' loops Vote_lcapTutorial on: 'for' loops Voting_barTutorial on: 'for' loops Vote_rcap 
naknak
Tutorial on: 'for' loops Vote_lcapTutorial on: 'for' loops Voting_barTutorial on: 'for' loops Vote_rcap 
Supernapalm
Tutorial on: 'for' loops Vote_lcapTutorial on: 'for' loops Voting_barTutorial on: 'for' loops Vote_rcap 
m27frogy
Tutorial on: 'for' loops Vote_lcapTutorial on: 'for' loops Voting_barTutorial on: 'for' loops Vote_rcap 
slayer9365
Tutorial on: 'for' loops Vote_lcapTutorial on: 'for' loops Voting_barTutorial on: 'for' loops Vote_rcap 
myrco919
Tutorial on: 'for' loops Vote_lcapTutorial on: 'for' loops Voting_barTutorial on: 'for' loops Vote_rcap 
branefreez
Tutorial on: 'for' loops Vote_lcapTutorial on: 'for' loops Voting_barTutorial on: 'for' loops Vote_rcap 
ninga95
Tutorial on: 'for' loops Vote_lcapTutorial on: 'for' loops Voting_barTutorial on: 'for' loops Vote_rcap 
CloneTrooper787
Tutorial on: 'for' loops Vote_lcapTutorial on: 'for' loops Voting_barTutorial on: 'for' loops Vote_rcap 
raboy117
Tutorial on: 'for' loops Vote_lcapTutorial on: 'for' loops Voting_barTutorial on: 'for' loops Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
Tutorial on: 'for' loops EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
Tutorial on: 'for' loops EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
Tutorial on: 'for' loops EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
Tutorial on: 'for' loops EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
Tutorial on: 'for' loops EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
Tutorial on: 'for' loops EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
Tutorial on: 'for' loops EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
Tutorial on: 'for' loops EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
Tutorial on: 'for' loops EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
Tutorial on: 'for' loops EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
Tutorial on: 'for' loops EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
Tutorial on: 'for' loops EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
Tutorial on: 'for' loops EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
Tutorial on: 'for' loops EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
Tutorial on: 'for' loops EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
Tutorial on: 'for' loops EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
Tutorial on: 'for' loops EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
Tutorial on: 'for' loops EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
Tutorial on: 'for' loops EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
Tutorial on: 'for' loops EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 Tutorial on: 'for' loops

Go down 
3 posters
AuthorMessage
Guest
Guest
avatar



Tutorial on: 'for' loops Empty
PostSubject: Tutorial on: 'for' loops   Tutorial on: 'for' loops EmptyApril 23rd 2011, 7:23 pm

Code:
w = Workspace:GetChildren() -- This is where we get the objects from.
for i = 1, #w do -- Sees how many objects there are.
if w[i].className == "Part" then -- If the class name is part(a brick) then...
w[i]:remove() -- Removes the bricks in Workspace.
end -- Ends the loop.
end -- Ends the if.
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Tutorial on: 'for' loops Empty
PostSubject: Re: Tutorial on: 'for' loops   Tutorial on: 'for' loops EmptyApril 23rd 2011, 7:36 pm

fixed it.
Back to top Go down
Supernapalm
Expert Scripter
Expert Scripter
avatar


Posts : 393
Join date : 2011-01-17

Tutorial on: 'for' loops Empty
PostSubject: Re: Tutorial on: 'for' loops   Tutorial on: 'for' loops EmptyApril 30th 2011, 5:59 pm

ahhh, i wouldn't count on that script if i were you...
Back to top Go down
http://hackthissite.org
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Tutorial on: 'for' loops Empty
PostSubject: Re: Tutorial on: 'for' loops   Tutorial on: 'for' loops EmptyApril 30th 2011, 9:06 pm

I was assuming he got all the code right, I just put it in text form. But I see why now, fixed it.
Back to top Go down
Guest
Guest
avatar



Tutorial on: 'for' loops Empty
PostSubject: Re: Tutorial on: 'for' loops   Tutorial on: 'for' loops EmptyMay 30th 2011, 5:52 pm

i have NO idea what this script does and where to put it
Back to top Go down
naknak
Administrator
Administrator
naknak


Posts : 878
Join date : 2010-07-30

Tutorial on: 'for' loops Empty
PostSubject: Re: Tutorial on: 'for' loops   Tutorial on: 'for' loops EmptyJune 10th 2011, 3:12 pm

Inside of workspace. It is just to help you learn.
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

Tutorial on: 'for' loops Empty
PostSubject: Re: Tutorial on: 'for' loops   Tutorial on: 'for' loops EmptyNovember 20th 2011, 6:23 am

there are other formats for the 'for loop'
eg:
for index,value in ipairs(table)
end
Back to top Go down
Sponsored content





Tutorial on: 'for' loops Empty
PostSubject: Re: Tutorial on: 'for' loops   Tutorial on: 'for' loops Empty

Back to top Go down
 
Tutorial on: 'for' loops
Back to top 
Page 1 of 1
 Similar topics
-
» Loops, loops, loops....
» Time changing script - Loops forever
» Metatables Tutorial
» Instance.new() tutorial
» Metatables Tutorial

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Tutorials and Resources :: Beginner-
Jump to: