What script would achieve something like this in ‘F9’
Thank you
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! 😸
]])
would this go in serverscriptservice?
No, LocalScripts
do not go into ServerScriptService
. Just put it somewhere like StarterPlayerScripts
Stupid question I know… Thanks alot, it works!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.