How do I make my viewmodel have player clothing?

  1. What do you want to achieve? Keep it simple and clear!

I want to have my viewmodel wear the players shirt.
2. What is the issue? Include screenshots / videos if possible!

My shirt doesn’t show up, even though it’s fully cloned and with an id.

  1. What solutions have you tried so far? Did you look for solutions on the Creator Hub?

I have tried a couple videoes and solutions, but all of them was like the same.

I guess this is the most important part:


	local shirt = Instance.new("Shirt")
	shirt.ShirtTemplate = "rbxassetid://9164850380" -- Right now it's fixed so I can notice the difference.
	shirt.Parent = viewModel
2 Likes

only possible when a humanoid is in the viewmodel

Using humanoid is much easier, but if you dont wanna use humanoid then try using rig wrap plugin and changing texture id of texture to clothing id

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.