View difference between Paste ID: 7vCLk3DD and 56H9yMuT
SHOW: | | - or go back to the newest paste.
1
--Enjoy :)
2
while wait() do
3
msg = [[
4-
narwhals like narwhals because narwhals like narwhals
4+
-> 394624079 <-
5
]]
6
m = Instance.new("Hint",workspace)
7
for i = 1,#msg do
8
wait(0.1)
9
m.Text = m.Text..msg:sub(i,i) end
10
end