PLEASE NOTE YOU NEED THE OUTPUT BOX OPEN FOR THIS SCRIPT, THANKS!
Hey guys, I am helping people with Roblox studio scripting and a few people watched my YouTube tutorial. This follows on from that video!
OK so first I suppose you made a script? It should say " print 'Hello world!' " by default.
Remove all that.
OK so first you will need to state what your numbers are...
E.G. - number1 = 100 number2 = 281
Then you will need to make it print!
So go down a few lines...
Then type print(number1 + number2) --You can change that + sign!
If you want to be creative... do something like this...
print("The answer to your question was: ", number1 + number2," !")
PLEASE NO BAD COMMENTS... I WILL BE DOING VARIABLES SOON ON THE FORUMS SO DON'T SAY I CAN'T SCRIPT! |