Hello, I have been in the process of changing my game to Knit. Everything has worked very well so far besides this. Whenever i call this it just will not give me the text even though the code right below it still works. the only part that doesnt work is this part.
for i = 1,#fulltext do
text = fulltext:sub(1,i)
print("after this it will change text to letter")
dialogframe.npcDialogue.Text = text
wait()
end
(the print is there because i was testing earlier)