I’m using the Thread below, but for some reason that I don’t know the ReplaceHudColourWithRgba doesn’t work. I’ve also tried using ReplaceHudColour but I wasn’t successful in the same way.
AddTextEntry is working normally.
Does anyone have any idea what could be causing this? And how to solve?
CreateThread(function()
while true do
AddTextEntry('FE_THDR_GTAO', 'Turn Roleplay')
ReplaceHudColourWithRgba(142,164,76,242,255)
Wait(1000)
end
end)