Well, I've known how to make this for about 3 days now.
And I thought I'd share it with my friends and fans on YouTube!
Subscribe, Rate, and Comment!
*********Code*********
StrText = inputbox("Insert what Sam will say:","Sam wants to talk!")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Rate = 1
ObjVoice.Speak StrText
Save as .VBS
Can you make it speak it chinese?
McJ0n 2 years ago
Cool, the voice sounds weird.lol
Thanks
McJ0n 2 years ago