|
| 27 Oct 2014 04:35 PM |
and___ if a==1 and b==1 then
break___ used as #1:BreakJoints()
do___ if x==1 then do x=2
else___ otherwise
elseif___ otherwise, if
end___ ends something, see “function” or “if”
Joints___
math.random(#1,#2)___ returns a number between #1 and #2
false___ used in strings
for___
function___ sets a function, for example;
function eg(eg)
end
game.Players.PlayerAdded:connect(eg)
this function will run when somebody joins the game
other function callouts;
-onTouched___ runs when the thing is touched
-onClick___ runs when the “clickDetector” is clicked
if___ self-explanatory
in
local___ creates a value, eg local a = 1
nil___ is it nil/does it exist?
not___ used in conjunction with “if”
or___ if x==1 or a==1 then
repeat___ do it over until the “until” is fulfilled
return___ go to the beginning
then___ if ______ then
true___ see “false”
until___ used with “repeat” repeat #1 until #2 happens
while___ used most commonly as “while true do”, which
repeats whatever I put after it infinitely
+___ #1 added-to #2 -___ #1 minus #2 *___ #1 times #2 /___ #1 divided-by #2 %___ #1 percent ^___ #___
==___ if #1 equals #2
~=___ if #1 does-not-equal #2
=___ #1 now-equals #2
>=___ if #1 is-greater-than-or-equal-to #2
<=___ if #1 is-less-than-or-equal-to #2
<___ if #1 is-less-than #2
>___ if #1 is-greater-than #2
.___ it connects two things from child to parent, eg; script.Parent
:clone()___ clones something
POST YOUR EXAMPLE FUNCTIONS IN THE COMMENTS! |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 27 Oct 2014 06:52 PM |
| I thought the % was a modulo |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 27 Oct 2014 06:55 PM |
| It is, the OP just doesn't know what he is talking about. |
|
|
| Report Abuse |
|
|
morash
|
  |
| Joined: 22 May 2010 |
| Total Posts: 5834 |
|
|
| 27 Oct 2014 07:39 PM |
EVERYTHING WRONG IN THIS!
break___ used as #1:BreakJoints() Actually breaks a loop
do___ if x==1 then do x=2 Only used with loops
Joints___ Not even a keyword
false___ used in strings Used with Booleans
for___ Loop set number of times
other function callouts; Events?
local___ creates a value, eg local a = 1 Local declares the scope
not___ used in conjunction with “if” Used with Booleans
return___ go to the beginning Breaks a value out of the function
true___ see “false” Not used in strings
%___ #1 percent Also means modulo
^___ Power
#___ Length of table
.___ it connects two things from child to parent, eg; script.Parent Points to a property or descendant
:clone()___ clones something Only in instances.
A list of keywords/strings There is no such thing as a key string. |
|
|
| Report Abuse |
|
|
Krypticon
|
  |
| Joined: 12 Feb 2014 |
| Total Posts: 680 |
|
| |
|
jasondee1
|
  |
| Joined: 26 Jul 2008 |
| Total Posts: 8002 |
|
|
| 29 Oct 2014 06:36 AM |
this is the reason why people come here and ask
"hAO TO SCRIPT PLOX"
this is not a siggy |
|
|
| Report Abuse |
|
|
|
| 29 Oct 2014 08:03 AM |
| I think the OP needs a real guide for beginners O.O. |
|
|
| Report Abuse |
|
|