Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Texts1 = {"Hello world!"}
- local delay = .1
- function runthrutext(stg,txtprop)
- for i=1,stg:len()do
- txtprop = string.sub(stg,1,i)
- wait(delay)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement