Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Where do I start with scripting as a beginner? [closed]

Asked by 10 years ago

I'm not really into this. May you tell me how to script like beginners?

0
dude learn form http://www.lualearners.org. spyspace12 -7 — 10y
0
you need to be into it, to be able to script. LeBoldeh 0 — 10y

Locked by JesseSong and youtubemasterWOW

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

3 answers

Log in to vote
1
Answered by
1waffle1 2908 Trusted Badge of Merit Moderation Voter Community Moderator
10 years ago
0
Thank you for the answer. pengyshade 0 — 10y
Ad
Log in to vote
1
Answered by
JJ_B 250 Moderation Voter
10 years ago

As spy said, LuaLearners is a great site to learn your scripting basics. It also includes harder courses as you progress.

0
Im going to start using it pengyshade 0 — 10y
Log in to vote
0
Answered by 9 years ago

the first place you should start is how to remove things. I even started learning to script like that. first, you need to know the name of the play arena. it is called Workspace. if you want to remove a message from the workspace you would first have to find out the name of the message, then you do this:

game.Workspace.Message:Destroy() -- the game is the game and workspace is the "play arena". the Message is the message's name. (although it could have a different **name**. you can use :Destroy() or :Remove() to make objects go away. 

Now that you know a little bit, go to www.lualearners.org to do the rest.