|
| 31 Mar 2015 10:06 PM |
This is how I learned scripting.
So I was in a personal server, and I saw a person using admin commands to make their head large. I wanted to try it to, so I got the script myself. Then, I tried many other things... I learned my mistakes. I really got bored, until I found the secret rule to make scripting so easy. script.Parent. YES. IT MAKES SCRIPTING SO MUCH MORE EASIER. Although I do not know how to connect events, I can use free models to help me connect them. I still know how to WRITE the function, though. I use scripting helpers in case I got REALLY stuck. This helped me one time when my script was too complex. A Function in a function. You GOT to be kidding me. Someone fixed that for me, though. *Clicks +1 Reputation* Now, I can make really cool things.. If I'm not lazy. I do not script much anymore because I'm always playing Murder Mystery! So addicting... |
|
|
| Report Abuse |
|
|
Cyloch
|
  |
| Joined: 06 May 2009 |
| Total Posts: 2334 |
|
|
| 31 Mar 2015 10:06 PM |
Who cares...
~The secret to creativity is knowing how to hide your sources |
|
|
| Report Abuse |
|
|
59W
|
  |
| Joined: 29 Dec 2012 |
| Total Posts: 2456 |
|
|
| 31 Mar 2015 10:11 PM |
| I care. He's share a memory from his childhood! I love posts like this. Screw the haters! |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 10:13 PM |
| If you do script.Parent it can be easy but why not Workspace.randomitemthatscriptisin? Its the same thing |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 10:14 PM |
@Jelly What if that thing isn't in the workspace? What's if its in the lighting or camera? |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 10:17 PM |
"If you do script.Parent it can be easy but why not Workspace.randomitemthatscriptisin? Its the same thing"
Because it makes the thing you're using it for universal/more flexible rather than it being limited to a specific place.
Plus, it looks cleaner. |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 10:21 PM |
@Dash
game.Lightning.iteminlightning
I like seeing what item the script is editing without having to look in the game, |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2015 07:36 AM |
@corn
That makes no sense
script.Parent.Transparency=1
game.Workspace.Part.Transparency=1 |
|
|
| Report Abuse |
|
|