About: Light Wood Proximity Prompt Skin
I made the UI and code for a custom ProximityPrompt today, and I thought I’d share it with you guys. It’s pretty easy to use, and fits well with lots of games. You can also recolor it without any coding. Fair warning: I did make it pretty quickly, so the code isn’t super pretty or anything .
Showcase
Instructions
- Get the model here: ProximityPrompt Skin: Light Wood - Roblox or from the place file below.
- Put the model inside StarterPlayerScripts (Game Explorer > StarterPlayer > StarterPlayerScripts)
- Any prompt you want to have the skin, set ProximityPrompt.Style to custom:
- That’s it! When you play your game, the prompts should look like the ones in the GIF above.
Recoloring
- Change the colors of the UI instances inside the script:
- I’d recommend copying the BillboardGui named “Prompt” into a part, change the colors there, then replace the old prompt. Remember to reset the text and image values
Last Bit
Hope you all find this useful! Something to note: there isn’t a loading bar animation for long press prompts, though they still work. Here is a place file you can use to check it out: ProximityPrompt Skin Example Place.rbxl (50.9 KB)