Clothing mannequins which sell the clothes

Clothing mannequins which sell the product

Hello! I’m wondering if someone could kindly explain to me how to script the clothing mannequins most ROBLOX clothing games use to sell the outfit.

I did try you tube videos to help, but they used free models and I want this game to be entirely made by me.

I am not asking someone to script it for me, I am asking someone to show me how to script it.

Thank you!!

2 Likes

Just look into the free models and see how they did them

4 Likes

take a look at this

3 Likes

Use a click detector and a function findout out when a player clicks it, the first parameter should be the player. Then use MarketPlaceService and MarketPlaceService:PromptPurchase(player, ClothingId) to prompt the purchase GUI.

3 Likes