How to Use Print

In this tutorial, I will be showing you how to use the print command. I spent loads of research and time to make sure this tutorial is worth your time. If you have any criticisms DONT do that. and uh yeah lets gte started.!

first off your going to want to get a script. Whcih is a bit complicated so if you want to learn how i can post atutorial on how to do that. and uh idealy you would want to open it but you don’t have to. after that yuor going to see something like this


i hope that image worked but we will find out after this is posted ig

now you are going to want to place your fingers on your keyboard/ipad/phone/vr controlers/laptop/hands/screen/controller and type the words p-r-i-n-t in the first row thingy (can be on the second row but not the third). It should look like this now.
Screenshot 2025-01-07 132924

ok now that you did that make a circle next to it using the 9 key on the keyboard with shift enabled. Witch now it looks like this
Screenshot 2025-01-07 133133

then you must add these lines inside of the oval thing which should then look like dish
Screenshot 2025-01-07 133413

and now the final step is to add your text of choice inbetwen those lines. me personily i prefer to add every special character on my keyboard but you can do something else if uyou want.

now just press play and vwola
Screenshot 2025-01-07 133941
oh wait wrong one

pesto!
finishedwork

In conclusion, print is a very usful command and it used a lot in the coding of code. thank you have nice a day

14 Likes

insane tutorial, never knew how this worked like ever

3 Likes

This is bizzare, truly ground breaking for developers to come. Magnificent work lad. (I agree with silver4804)

3 Likes

I can’t wait to see a tutorial on how to use warn. I’m so excited! LMAO!

4 Likes

i cant wait for error tutorial! keep it up!!

2 Likes

Hello, please mark this tutorial for advanced developers only. Your thought process is all over the place, making it hard for others to follow.

3 Likes

I just noticed, your last image contains my password!!! I’m going to sue you!!! I’m going to BAN you!!! My daddy works at ROBLOX, so expect a HWID & IP BAN!!! OR DELETE IT, RIGHT NOW!!! :rage: :anger: :anger:

3 Likes

I can’t wait for local tutorial! good job man!

3 Likes

When was this function added? You’re a life saver!

1 Like

this tutorial helped me a lot :happy1:
first time knowing that if I placed my finger on my keyboard then it will type i though that it was a useless metal decor

3 Likes

wait whats warn i think your confused lua with scratch

1 Like

:skull: :skull: :skull:

1 Like

You made a typo.

Another.

One more.

Your*

.

In-between.

You*

I recommend telling us how it actually works and also explaining assert, warn and error.

2 Likes

I think that’s coming in the next tutorial, so hyped!!! :happy4:

1 Like

you forgot about this one silly

1 Like

what about this one? I swear, yall are blind!

I personally like to wrap my print inside of a function just incase:


local function Print(input)
   print(tostring(input))
end

Print("123")

1 Like