Humanoiddescription problem

This is how my code looks, what it does is loops through player ids from table and applies description for each one, there’s like 170+ characters to load.

The problem is that sometimes humanoiddescription wont apply, terminal does not show any errors, but all statues are just dummy models

Please help me if you know what the problem is or if there’s a mistake in this code

1 Like

as far as I know, the DataType checking for the table are not table, it should be {}

It should look like this:

function func(data : {})
    -- meh
end

Also, semicolons are not necessary.

1 Like

I think it shouldn’t be Player.ID but Player.UserId

TypeChecking is ignored so wether it’s table or {} it doesn’t matter