Search
 
SCRIPT & CODE EXAMPLE
 

LUA

roblox children for loop

-- Generic for-loop example
local children = workspace:GetChildren()
for i, child in ipairs(children) do
	print(child.Name .. " is child number " .. i)
end
Comment

PREVIOUS NEXT
Code Example
Lua :: how to disable animations roblox 
Lua :: roblox make a rainbow part 
Lua :: roblox rainbow part 
Lua :: roblox jsonencode 
Lua :: lua multiline comment 
Lua :: roblox get humanoid state 
Lua :: lua round number 
Lua :: roblox __index and __newindex 
Lua :: roblox tween color 
Lua :: my second long scripting 
Lua :: luau table.find() 
Lua :: lua click button 
Lua :: remove from table lua 
Lua :: lua string count occurrence 
Lua :: change material roblox lua 
Lua :: fivem commands lua example 
Lua :: how to stop code roblo 
Lua :: lua call custom function 
Lua :: how to make a number adding in roblox studio 
Lua :: awesomewm wibar configuration transparent 
Lua :: table.move lua 
Matlab :: save mat file script in matlab directory 
Matlab :: matlab 
Matlab :: matlab syms array 
Basic :: how to round a number in visual basic 
Elixir :: elixir random number 
Elixir :: mix install phoenix 
Scala :: array in scala 
Scala :: get last index of list scala 
Excel :: excel hyperlink reference not updating when inserting rows 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =