Hello.
You would have to setup global variables that would be used to display on hud. Honestly, you just need a single function to display a text. So if you have knowledge to develop that dice script, you certainly know how to create this hud script.
addtext(string text, number X, number Y) [void]: Add a text to HUD on specific position.
addtextstroke(string text, number X, number Y) [void]: Add a stroked text to HUD on specific position.
addrect(number X, number Y, number Width, number Height) [void]: Add a rectangle to HUD.
addroundrect(number X, number Y, number Width, number Height, optional rX, optional rY) [void]: Add a rounded rectangle to HUD.
|Only Registered members can see download links. | Click here to buy subscription or here to register.