Hey there developers!! So, ive been making a damage indicator script, i tried making the billboard i made it… I put its Adornee into the UpperTorso also, its in ServerStorage and its AlwaysOnTop property is true… Here is the script:
local newGui = Gui:Clone()
local textLabel = newGui.textLabel
wait()
newGui.Parent = UpperTorso
newGui.Adornee = UpperTorso
TextLabel.Text = damage
Anyways, thanks in advance!!
(Edit: i tried checking UpperTorso and it was there the thing is that it just didnt show up, i had to press the Billboard Gui itself to make it show up)