#Need textbox help

1 messages · Page 1 of 1 (latest)

west zinc
#

So im pretty new to Studio, self-learning rn tbh lol. I was thinking of making a Stanley Parable parody and i was thinking of using the Undertale textbox for dialogue.

Something like this, is there a way I can make that work with the way the textboxs work?

#

like any Vectors or Variables do i need in order for this to work?

west zinc
#

other than that, how am i able to import fonts?

#

or like

#

yk make a dialogue box like undertale’s

sharp lintel
west zinc
#

okay thank you!

runic shellBOT
#

studio** You are now Level 2! **studio

sharp lintel
#

you can do smth like ts:
while true do
local text = "yupieee"
local sequence = 1
textLabel = string.sub(text,1,sequence)
sequence = sequence + 1
task.wait(0.1)

#

end

west zinc
#

ohhh okay