Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local textLabel = script.Parent:WaitForChild("Main"):WaitForChild("Text")
- wait(5)
- local function typewrite(object,text,length)
- for i = 1,#text,1 do
- object.Text = string.sub(text,1,i)
- wait(length)
- end
- end
- typewrite(textLabel,"",0.05)
- typewrite(textLabel,"",0.05)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement