These will be in a series but this is the first tutorial sample for now...
The reason it looks like something that would already be in Roblox studio is because its going to be a model.
But this will be a model soon.
Copy and paste this into a new script into Roblox Studio.
--Welcome! Today we will be talking about "print"
--Open Roblox Studio and press "CTRL+N"
--Open output --> View>Output.
--Lets get started!
--Ok, first you need to know what this does. It is usefull if you want to make sure your script will work correctlly.
--You will usually put it in the beggining of your "large script" or at the end.
--So this is the print function below...
print("TestWords") --Saying its a print, and your saying the value of the print witch is ("TestWords"). Dont put a space by print and ("TestWords")
--You can change ("Test words") to whatever you want.
--Remember how we opened output? Well its on the bottom of your screen.
--Press play on the top of your screen.
--You will see it says "TestWords"
--Yes! It worked! You did it! You have learned how to use the "print"!
-->Lary123>--
|