generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Re: Scripting help for beginners; A list of keywords/strings

Previous Thread :: Next Thread 
Artemisfowlplay is not online. Artemisfowlplay
Joined: 29 May 2012
Total Posts: 10
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
Artemisfowlplay is not online. Artemisfowlplay
Joined: 29 May 2012
Total Posts: 10
27 Oct 2014 04:36 PM
Joints___ see Break :P
Report Abuse
builderman0621 is not online. builderman0621
Joined: 13 Jul 2010
Total Posts: 1612
27 Oct 2014 06:22 PM
hi u ok
Report Abuse
andrew900701 is not online. andrew900701
Joined: 15 Jul 2008
Total Posts: 21519
27 Oct 2014 06:52 PM
I thought the % was a modulo
Report Abuse
cntkillme is not online. 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 is not online. 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 is not online. Krypticon
Joined: 12 Feb 2014
Total Posts: 680
28 Oct 2014 04:00 PM
^

Very true.

Very true...
Report Abuse
jasondee1 is not online. 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
IthacaMedia is not online. IthacaMedia
Joined: 25 Jan 2014
Total Posts: 1337
29 Oct 2014 08:03 AM
I think the OP needs a real guide for beginners O.O.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image