Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

how would i make the game do a print script ddddd ddd ddddd?

Asked by 3 years ago

hi when i do print(hello) it does nothing.

can somebody pls help me i need to make something cool

0
try print("hello") greatneil80 2647 — 3y

3 answers

Log in to vote
0
Answered by 3 years ago

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.

Ad
Log in to vote
0
Answered by 3 years ago

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!

Log in to vote
0
Answered by 3 years ago
print("print script ddddd ddd ddddd")

Answer this question