Search
 
SCRIPT & CODE EXAMPLE
 

LUA

Children Loop Roblox Lua

-- 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 :: lua string.split 
Lua :: luau how to make rainbow part 
Lua :: luau make a rainbow part 
Lua :: How to make an NPC chat in roblox 
Lua :: lua exponent 
Lua :: how to remove characters from a string in lua 
Lua :: lua pcall 
Lua :: roblox difference between __index and __newindex 
Lua :: roblox loop players 
Lua :: Pass values to functions from Onclicks roblox 
Lua :: luau table find 
Lua :: creating new functions using script roblox 
Lua :: string to int lua 
Lua :: roblox destroy game script 
Lua :: roblox check if in private server 
Lua :: print a table in lua 
Lua :: how to kill humanoid with click detector roblox 
Lua :: lua string to binary 
Lua :: subsgtitute string R 
Lua :: init.lua set font 
Lua :: lua teleport 
Matlab :: to detect if a data frame has nan values 
Matlab :: if else in matlab 
Matlab :: octave a:b:c range 
Basic :: powershell how to removve only empty direcoties 
Elixir :: elixir after 
Elixir :: elixir get error message 
Scala :: else if scala 
Scala :: scala string get char 
Excel :: excel formula update insert row column 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =