Superfryx
|
  |
| Joined: 01 Aug 2011 |
| Total Posts: 3253 |
|
|
| 13 Apr 2013 07:04 PM |
| Can someone tell me how to make a block wait a certain amount of time then change its transparancy? It would help me alot. |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 07:09 PM |
wait(The amount of time) game.workspace.(the name of the brick).transparancy = (0-1) |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 07:14 PM |
wait(The amount of time) game.workspace.(the name of the brick).transparancy = (0-1)
this defines the definition of scary
part = game.Workspace.Part
wait(The amount of time) part.Transparency = 1
please learn how to spell/capitalize stuff raven
|
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 07:15 PM |
:( i told you i am not good at scripting :( |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 07:16 PM |
| I know, but you know a lot more if you read the WIKIIII |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 07:16 PM |
| i tried but its too confusing |
|
|
| Report Abuse |
|
|
Superfryx
|
  |
| Joined: 01 Aug 2011 |
| Total Posts: 3253 |
|
| |
|
|
| 13 Apr 2013 07:22 PM |
it doesn't simply "not work"
you are obviously not knowledgeable in scripting to know that you have to change the stuff set.
give me the script you copied |
|
|
| Report Abuse |
|
|
Superfryx
|
  |
| Joined: 01 Aug 2011 |
| Total Posts: 3253 |
|
|
| 13 Apr 2013 07:23 PM |
| Is there anyway to make it so the block that the script is in will do it instead of having to write the name of the block? I want to make it so it looks like a giant tenticle is coming out of the water. And the tenticle is made out of 6 other blocks, and theres many tenticles. |
|
|
| Report Abuse |
|
|
| |
|
Superfryx
|
  |
| Joined: 01 Aug 2011 |
| Total Posts: 3253 |
|
|
| 13 Apr 2013 07:24 PM |
wait(1)
game.workspace.(tentilce 11).transparancy = (1) part = game.Workspace.Part
wait(5) part.Transparency = 0
Spelled tenticle wrong in the block so I had to spell it wrong here to. |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 07:27 PM |
wait(5)
game.Workspace.tentilce.Transparency = 1
wait(5) game.Workspace.tentilce.Transparency = 0
I know scripting is complicated, but I just don't understand on how bad people can script... |
|
|
| Report Abuse |
|
|
Superfryx
|
  |
| Joined: 01 Aug 2011 |
| Total Posts: 3253 |
|
|
| 13 Apr 2013 07:34 PM |
| Can I make it so the block that has the script in it do it instead of having to write out the name? Because I am going to have alot of these parts going off at diffrent times. |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 07:37 PM |
group the parts getchildren
|
|
|
| Report Abuse |
|
|
Superfryx
|
  |
| Joined: 01 Aug 2011 |
| Total Posts: 3253 |
|
|
| 13 Apr 2013 07:59 PM |
| Did not work, wouldnt I have to do somthing with parent? children I think would be the script, and the parent would be th block the script is in, so wouldnt I want to say somthing with parent? |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2013 08:03 PM |
| script.Parent.Transparency = 1 |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Apr 2013 08:16 PM |
"script.Parent" i posted this a while ago. Do you mean this? |
|
|
| Report Abuse |
|
|