Advertisement
otorp2

roblox getchildren with IsA for classname or ==

Nov 18th, 2017
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for index, child in pairs(workspace.maBrickmodel:GetChildren()) do
  2. print(index, child.Name)
  3.  
  4. if child.Name == ("87") then
  5. print("hiii")
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement