Hey there im seeking assistance in creating this system but I am clueless
How would i make the UI’s show like that Im familiar with tween service but how does the UI appear like that?
Billboard guis
2 Likes
Or, alternatively proximity prompts
1 Like
local proximityPrompt = script.parent.proximityprompt
script.parent.ProximityPrompt.Triggered:Connect(function(player) -- create a function that makes the billboardGui visible on proximityPrompt
script.parent.billboardGui.Visible = true
end
Put this into a part with a proximityprompt and a billboardgui inside (billboardgui will be opened on hold)
Yes, it uses billboard guis, but there are a few problems with this proposed solution
- Bloxburg doesn’t use proximity prompts, or at least the default one as far as i’m aware
- How will the prompts be closed once opened
he just wanted similar and why would he want it to closed once opened. You just make a script. When walked away it removes?
you dont even understand what ur talking about.
Decablocks was just saying there’s clearly an ‘X’ button to close the BillboardGui when it opens
we dont give people full script here, we just help
I have the custom GUI thing sorted thanks for your help!