of     1   

Exerist
#62738010Sunday, February 12, 2012 3:36 AM GMT

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>--
Exerist
#62738335Sunday, February 12, 2012 3:41 AM GMT

Oh sorry I said -->Lary123>-- At the end, thats my main acct.
Quentonious
#62738347Sunday, February 12, 2012 3:42 AM GMT

Ahhh, the day I found OutPut.
Phellem
#62738412Sunday, February 12, 2012 3:43 AM GMT

' Dont put a space by print and ("TestWords") ' print ("Works") print ( "Works" ) print("Works") print('Works') print"Works" print'Works' >Works Works Works Works Works Works
Exerist
#62738691Sunday, February 12, 2012 3:47 AM GMT

I know, it was just one of my errors again...
RobloxNewb01
#62739005Sunday, February 12, 2012 3:52 AM GMT

print(>) I wonder what function error > would get me. if a > b then print("a" > b) end lol dont know.. This script would epicaly fail because I didn't define a nor b.
Exerist
#62739146Sunday, February 12, 2012 3:55 AM GMT

a = game.Workspace.Base:Destroy() if a > b then print("a" > b) end --Well yeah, define what "a" is. I did that... Wait what about b.. Idk right now im tierd.
RobloxNewb01
#62739346Sunday, February 12, 2012 3:59 AM GMT

lol me too. Soon ima go to bed after I get my dinner!

    of     1