01 | UIS.InputBegan:connect( function (input, proc) |
02 | if input.KeyCode = = Enum.KeyCode.Return and a = = false then |
03 | a = true |
04 | local b = nil |
05 | for i = 1 , 4 do |
06 | wait( 1 ) |
07 | Item.Text = Item.Text.. tostring (i) |
08 | end |
09 | end |
10 | end ) |
This is what it does... https://cdn.discordapp.com/attachments/476783279987490837/495667616116113408/unknown.png but... I want to do this... https://cdn.discordapp.com/attachments/476783279987490837/495667936170606623/unknown.png
if you know how to do that pls let me know :D
thx!