I tried improving the default roblox Hello World script to make it less laggy, how can i improve this?
Improved hello world Script.rbxl (56.6 KB)
I tried improving the default roblox Hello World script to make it less laggy, how can i improve this?
Improved hello world Script.rbxl (56.6 KB)
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.
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)