About: Simple Glow Proximity Prompt Skin
I made another custom proximity prompt style! I got your feedback from the last one, and I added visual feedback support for long-press-prompts into this one.
Anyways, amazing resource. Only problem I’m having is ActionText and ObjectText, it doesn’t show up when I set it.
Also I found a bug:
if GamepadButtonImage[prompt.GamepadKeyCode] then
local icon = Instance.new("ImageLabel")
keyImage.Image = GamepadButtonImage[prompt.GamepadKeyCode]
keyText.Visible = false
end
elseif inputType == Enum.ProximityPromptInputType.Touch then
keyImage.Image = "rbxasset://textures/ui/Controls/TouchTapIcon.png"
keyText.Visible = false
else
In the proximity prompt skin local script, I had to add the line keyText.Visible = false because on mobile/Xbox it’d show the textlabel when it should be showing the touchtap image or gamepad image. (They’d overlap essentially)
Try replacing the LocalScript in StarterPlayerScripts with a new one, the UIGradient might have been deleted. Feel free to send me a place file and I can take a look.