Vivum Target
Tooltips
Learn how to add tooltips to your targets
Star Tooltip
Overview
Vivum Target supports tooltips shown above the star. They only appear when the star is shown (when holding the interact key or if the target is configured to be always shown) and are hidden when hovering over the star.
tooltip.lua
exports["vivum-target"]:AddTarget({ name = "tooltip", target = { position = vector3(0, 0, 0), }, tooltip = "Star Tooltip" })