Details UI System
Hi developers! I recently created a quick project that I think you’ll find useful. It creates UI to show information about items in your game:
Images
Zoomed in picture of UI:
GIF of it functioning:
Note the screen size is large so the UI looks relatively small in the GIF.Picture of the UI on an IPhone 6
Instructions
- Get the model here: roblox.com/library/8240192601
- Insert the model into your game
- (Optional) Move “DetailsIndicatorClient” from “README” to StarterPlayerScripts (StarterPlayer > StarterPlayerScripts) and remove or disable “README”
- That’s it!
Creating Details
I’d recommend just copying existing indicators and changing the “Details” attribute, but if you want to create a new one:
- Create a Configuration and name it “Details”
- Add an attribute “Details” of type string
- Set the “Details” attribute to the desired text (supports multiple lines)
- Place it in a BasePart or Model
Last Bit
I really appreciate all the feedback you all give. If you have an questions, ideas, or concerns please let me know. I hope some of you find this useful!Model: Details Indicator System (Model) - Roblox
Uncopylocked game: Details Indicator Example (Game) - Roblox