Improved hello world script

I tried improving the default roblox Hello World script to make it less laggy, how can i improve this?

image

Improved hello world Script.rbxl (56.6 KB)

1 Like

Maybe you could fix the indexing? (It’s very hard to read)

Most people use

print("Something")

instead of

print(
"Something"
)

Wow, this is useless and not improving the “Hello World” script at all. It would just make everything 100x times more laggy.

1 Like

Ok, how can i improve it then?

She means that print("Hello world!") is better than what you made.

As I said before, fix the indexing please.

oh ok (btw the post is a joke)