I was wondering how I can get the Shirt Template ID on the Client-Side? InsertService and HumanoidDescription both works on Server-Side, but do not on Client-Side.
Unfortunately it’s not possible to load clothing id on the client, just the server (InsertService and HumanoidDescription are server-locked for security concerns). You can just use remote events to load it on the server, then display it on the client or whatever you’re trying to do.