How to make a console word log.?

What script would achieve something like this in ‘F9’


Thank you

1 Like

Just make a LocalScript and put some code in it to print something like this.
And here is an ascii art generator website: Text to ASCII Art Generator (TAAG)

print([[
  _          _ _                |
 | |        | | |               |
 | |__   ___| | | ___           | Hello World,
 | '_ \ / _ \ | |/ _ \          |
 | | | |  __/ | | (_) |         | Welcome to my awesome game!
 |_| |_|\___|_|_|\___/          | Report any bugs! 😸
]])
1 Like

would this go in serverscriptservice?

No, LocalScripts do not go into ServerScriptService. Just put it somewhere like StarterPlayerScripts

Stupid question I know… :sweat_smile: Thanks alot, it works! :+1:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.