Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DECALID = "209599043" -- Insert decal ID here
- local function GetClasses(Object, Class)
- local Objects = {}
- for _, Child in pairs(Object:GetChildren()) do
- pcall(function()
- if Child:IsA(Class) then
- table.insert(Objects, Child)
- end
- end)
- pcall(function()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement