I can show you the awnser!
First lesson Variables and print.
First we are learning how to make a variable.
First click at the top of the screen of roblox studio and click view then output and basic objects and explorer and properties.
Second go to basic objects then scroll on basic objects to scrips then double click it.
Third type in
Test the game then look at the output and it should say 5 because pizza is 5 and we printed the value of pizza.
Second lesson Functions
First insert a part in basic objects then select the part in explorer then double click script with the part selected in explorer.
4 | script.Parent.Touched:connect(onTouch) |
This make the part ghost like when you touch it.
Third lesson string.len
In the variable script you made go in it by double clicking it in explorer.
Press enter once then type in the script
The output would say 3 because there is 3 characters in Hi!
Fourth lesson => and <=
Make another line in the variable script and type in it
3 | if Coolness < = 20 or Poop = > 10 then |
The output would print Coolness wins! because coolness is lower than 20
but poop isn't more than 10.
--Hope this helps!--
Locked by adark and User#2
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?