iReIix
|
  |
| Joined: 31 Aug 2010 |
| Total Posts: 5175 |
|
|
| 16 Aug 2015 04:59 PM |
If you learn scripting from anyone please tell me!
I would like to learn but it's confusing! |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 16 Aug 2015 05:00 PM |
Here is the best teacher:
http://wiki.roblox.com/index.php?title=Absolute_beginner%27s_guide_to_scripting
"Talk is cheap. Show me the code." - Linus Torvalds |
|
|
| Report Abuse |
|
|
iReIix
|
  |
| Joined: 31 Aug 2010 |
| Total Posts: 5175 |
|
|
| 16 Aug 2015 05:01 PM |
l0l no, i copied the completed script
local brick = Workspace.Brick -- Store a reference to the brick. function onTouch(part) -- The function that runs when the part is touched. brick.Transparency = 1 wait(1) brick.Transparency = 0 end brick.Touched:connect(onTouch) -- The line that connects the function to the event.
And it didnt work! xD |
|
|
| Report Abuse |
|
|
Eauz
|
  |
| Joined: 23 Jul 2013 |
| Total Posts: 2942 |
|
|
| 16 Aug 2015 05:03 PM |
You must have no seen this:
local brick = Workspace.Brick -- Store a reference to the brick. |
|
|
| Report Abuse |
|
|
iReIix
|
  |
| Joined: 31 Aug 2010 |
| Total Posts: 5175 |
|
|
| 16 Aug 2015 05:04 PM |
Eh, what does that mean?
Sorry I cannot script for sht |
|
|
| Report Abuse |
|
|
Eauz
|
  |
| Joined: 23 Jul 2013 |
| Total Posts: 2942 |
|
|
| 16 Aug 2015 05:15 PM |
local brick = game.Workspace.Brick -- Change "game.Workspace.Brick" to: game.Workspace.*YourPartName* |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2015 05:16 PM |
| Well, Why won't you just insert a Brick into Workspace and name it Exactly Brick |
|
|
| Report Abuse |
|
|
Eauz
|
  |
| Joined: 23 Jul 2013 |
| Total Posts: 2942 |
|
| |
|
iReIix
|
  |
| Joined: 31 Aug 2010 |
| Total Posts: 5175 |
|
| |
|
|
| 16 Aug 2015 05:17 PM |
| omg the noobines in this one is unreal |
|
|
| Report Abuse |
|
|
iReIix
|
  |
| Joined: 31 Aug 2010 |
| Total Posts: 5175 |
|
|
| 16 Aug 2015 05:18 PM |
I stood there reading lua wiki for 1 hr and all I know how to do is
print "Hello World" |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
| |
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 16 Aug 2015 05:19 PM |
"I stood there reading lua wiki for 1 hr and all I know how to do is print 'Hello World' "
God danm.
"Talk is cheap. Show me the code." - Linus Torvalds |
|
|
| Report Abuse |
|
|
| |
|
iReIix
|
  |
| Joined: 31 Aug 2010 |
| Total Posts: 5175 |
|
| |
|
|
| 16 Aug 2015 06:06 PM |
^
Women are like fine wine, I can't get their tops off |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Luxurize
|
  |
| Joined: 31 Mar 2015 |
| Total Posts: 1289 |
|
|
| 16 Aug 2015 06:15 PM |
^
“Psychopaths are not crazy. They are fully aware of what they do and the consequences of those actions.” |
|
|
| Report Abuse |
|
|
iceman72
|
  |
| Joined: 08 Jun 2008 |
| Total Posts: 786 |
|
|
| 16 Aug 2015 06:18 PM |
I know there is not suposed to be links, but this one brings you to one of Robloxes youtube videos... https://www.youtube.com/watch?v=0LiaEDui2vE&list=PLuEQ5BB-Z1PJ_m5dMllr35lF4giyuHrY_&index=4 This is the video series I have everyone watch before helping them when first teaching how to code in roblox. Watch it, do it, play with it, play with what you learned more, do more, come to a problem, wiki it, still cant figure it out, google it, still nothing, ask the forms! Wala few months of doing that and you will be awesome! |
|
|
| Report Abuse |
|
|