You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve?
I’m making a Homestore for my clothing group. I’ve seen a few Homestores where they use ProximityPrompt as the way to try on and purchase clothing. I’m looking for someone to help me out here! -
What is the issue?
I have no idea how to script. I followed multiple tutorials on YouTube, but they all related to a seat.
https://gyazo.com/5a941d689f92d4d7b2ccb4392309eda1 -
What solutions have you tried so far?
I’ve searched on Google, YouTube, and the DevForum. But no answers. -
Payment & Hiring
I’m looking for someone who knows how to script and knows how to fix this.
I’m willing to pay you 100 Robux to fix it.
This is my current script…
local proximityPrompt = script.Parent
local seat = proximityPrompt.Parent.Seat
seat:GetPropertyChangedSignal("Occupant"):Connect(function()
if seat.Occupant then
proximityPrompt.Enabled = false
else
proximityPrompt.Enabled = true
local CLICK_BLOCK = script.Parent
local ITEM_ID = 6461407113 --ID number of shirt
local Click = Instance.new("ClickDetector",CLICK_BLOCK)
Click.MouseClick:connect(function(p)
game:GetService("MarketplaceService"):PromptPurchase(p,ITEM_ID)
end)
As said, I have no idea how to do this.
If you’re interested DM me on Discord! - punk#0002