Feedback on this custom dialogue?

The design is bad because I didn’t feel like actually creating a UI.

To get the dialogue to show up you have to click the white button on the left. As of now, only the top button works. Once you click the top button every button after that works. The other two will do the same thing but just different responses and options.

Game Link: [NEW] Hardcore Obby - Roblox

1 Like

I tested the game out the only problems I see with the dialogue is that the text rendering speed is a bit slow, also changing options is a tad bit glitchy other than that it looks good.

1 Like

Post should be in #development-support:design-support, but besides that I would say that the text appears too slowly and the options on the side should be removed after you select one so you don’t end up selecting multiple options.

2 Likes

Okay, I’ll change the options as soon as the person clicks the button. I’ll also change the text speed.

1 Like

How do you do the character-by-character text label design? Thanks!

local HereYouGo= "Hello"
for i = 1,#HereYouGodo do
game.BALALAL.BABABAB.TextLabel.Text = string.sub(HereYouGo, 1, i)
wait(.04)
end
3 Likes

Sweet, this will make my game look 5 times better! Thanks! :slightly_smiling_face:

1 Like