Advertisement
Guest User

lua

a guest
Jan 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. for i,v in pairs(game:GetDescendants()) do if pcall(function() local a = v:GetFullName() local z = v.Name end) then if v.Name == 'Head' and not v:FindFirstChild('BillboardGui') then warn(v:GetFullName()..' needs a BillboardGui parented to it.') end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement