Hello guys, I am currently making a game in R15 and I already made some animations in R15 but I just realized UGC items are runing the experience of my game, is there any way to remove UGC items wore by the players ?
Heres an exemple, my body is weird with my UGC hoodie on
That’s true, but that is not a problem when the game is set in the first person. Which I assume it is, based on the screenshots.
Actually, I think you could simply check for its AccessoryType, which is something I just realized. If it’s set to hair, you keep it.
I have a concept for how you could potentially do it but executing it might be a little tricky. Basically you can use HttpService to look through their avatar data and check all of the accessories on their avatar if it’s made by roblox, if not then you can delete that accessory. (Just check if it’s made by roblox through decoding the website to the accessory and getting data for that website and since there is a “Creator” name on the website it’ll make it much easier.)