Well i want to make this:
so in that video you can see that the helpbox is so big … i tested with :
function drawHelpMessage(text)
SetTextComponentFormat("STRING")
AddTextComponentString(text)
EndTextCommandDisplayHelp(0, 0, 0, -1)
end
But still when i get some text written there the other part of the text just disappear
Is there a way todo this?