hi when i do print(hello) it does nothing.
can somebody pls help me i need to make something cool
its print("") not print() unless you are using a variable
normal example:
print("Hello World!")
local example:
local hello = "Hello World!" print(hello)
also you are not supposed to request stuff here.
Hello,
To print you are using something called a "string", and using a string means you've got to put your text in quotation marks.
Here is an example:
print("Hello World!")
There, we've made a simple Hello World program,
Happy Scripting,
KadeinwalesRBLX
PS: Mark this as solution if this helped!