famguyb
|
  |
| Joined: 13 Dec 2009 |
| Total Posts: 1259 |
|
|
| 21 Aug 2011 07:19 PM |
| How do i script i don't know how at all.Please help i'm in serious need of help |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2011 07:20 PM |
http://wiki.roblox.com
~~{I'm a dangerous sociopath with a long history of violence}~~ ~{I don't understand how you keep forgetting that}~ |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 21 Aug 2011 07:26 PM |
http://www.roblox.com/Groups/Group.aspx?gid=372
<'eof' expected near 'end' on line 9001> |
|
|
| Report Abuse |
|
|
NOISYTiX
|
  |
| Joined: 08 Nov 2010 |
| Total Posts: 99 |
|
|
| 21 Aug 2011 07:29 PM |
| i need help 2 on how 2 script |
|
|
| Report Abuse |
|
|
call23re
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 9070 |
|
|
| 21 Aug 2011 07:32 PM |
| you can always use the roblox wik |
|
|
| Report Abuse |
|
|
Ozzypig
|
  |
| Joined: 27 Mar 2008 |
| Total Posts: 4906 |
|
|
| 21 Aug 2011 07:33 PM |
My group (the one nate mentioned) will let you get a personal teacher (if one is available).
Check it out - it's my primary group.
~Ozzy roblox.com/my/groups.aspx?gid=372 |
|
|
| Report Abuse |
|
|
famguyb
|
  |
| Joined: 13 Dec 2009 |
| Total Posts: 1259 |
|
| |
|
xvgigakid
|
  |
| Joined: 22 Jun 2008 |
| Total Posts: 4407 |
|
|
| 29 Aug 2011 08:54 PM |
After 8 days of this thread being offline... You dont get it.
Let me explain it.
1.Click adress bar 2.Type Wiki.ROBLOX.com 3.Go to Lua Help 4.Go to absoloute begginers guide to scripting. |
|
|
| Report Abuse |
|
|
|
| 29 Aug 2011 08:55 PM |
You're only limited by the amount of effort you put into it.
Lots of people say 'I'M TRYING, I DON'T GET IT', but honestly? They just THINK they don't understand it. Sometimes the general concept is easy for you, but the specific thing is so easy, you're just over-thinking it. Scripting is just typing up words, numbers, and letters. Some of it won't even make sense to you. When I started? I didn't give a [Content Deleted] about what the thing was called. Function? Event? Bah, specific terms, screw you! All I needed to know was WHAT it did, WHY it did, and HOW to use it.
What. How. Why.
Those are the 3 questions you NEED to answer when you're learning something new.
|
|
|
| Report Abuse |
|
|
xvgigakid
|
  |
| Joined: 22 Jun 2008 |
| Total Posts: 4407 |
|
|
| 29 Aug 2011 09:00 PM |
As dark says You also need to answer these questions
Why does Telamon like fried chicken Is it true chuck Norris caused an earthquake in Japan Who is that pokemon What came first the chicken or the egg If a wood chuck chucks wood then how much wood can a wood chuck chuck What is a noob why are there states bigger than countries Is 2012 real Is santa real
If you can answer all of these questions you will become a full fledged scripter. |
|
|
| Report Abuse |
|
|
iornfence
|
  |
| Joined: 23 Feb 2010 |
| Total Posts: 7305 |
|
|
| 29 Aug 2011 09:03 PM |
| ODers cant learn scripting noob. |
|
|
| Report Abuse |
|
|
|
| 29 Aug 2011 09:05 PM |
| iorn, don't be judgemental. |
|
|
| Report Abuse |
|
|
xvgigakid
|
  |
| Joined: 22 Jun 2008 |
| Total Posts: 4407 |
|
|
| 29 Aug 2011 09:06 PM |
@Iorn
Then howd you learn to script? |
|
|
| Report Abuse |
|
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
| |
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
|
| 29 Aug 2011 09:07 PM |
oops, late post I was picking that post on dark..-_-"
|
|
|
| Report Abuse |
|
|
EMAN381
|
  |
| Joined: 27 Nov 2007 |
| Total Posts: 4300 |
|
|
| 29 Aug 2011 10:42 PM |
Here's your first script to study:
while true do --While true do means to loop the, whatever is going to happen. script.Parent.Transparency = 1 --So, you have to put the script your writing in into a brick, to make the transparency work. The parent means the object above it, so the script is the script you are writing in, and the parent is where the script is inside. wait(1) --This means to wait for 1 second script.Parent.Transparency = 0 --Same thing as the last. wait(1) --ALWAYS have a wait() in a while true do. If not, ROBLOX will crash. Because the computer's like "Well what is the delay for looping this transparency script? THIS IS MADNESS! *freeze*" end --This ends the script. |
|
|
| Report Abuse |
|
|