Tesouro
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 1284 |
|
|
| 24 Sep 2011 09:07 PM |
while true do script.Parent.Sphere.Transparency = 0.5 wait(3) script.Parent.Sphere.Transparency = 1 end
i need to make the Sphere appears and disappears, whats wrong here? |
|
|
| Report Abuse |
|
|
Tesouro
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 1284 |
|
|
| 24 Sep 2011 09:07 PM |
| it only makes the Sphere change the transp. to 0.5 |
|
|
| Report Abuse |
|
|
|
| 24 Sep 2011 09:08 PM |
while true do script.Parent.Sphere.Transparency = 0.5 wait(3) script.Parent.Sphere.Transparency = 1 wait(3) end
-[::ƧѡÎḾḠΰῩ::]- -[::Maker of stuff and breaker of combos::]-
|
|
|
| Report Abuse |
|
|
|
| 24 Sep 2011 09:08 PM |
You don't need sphere their.. . You can just use script.Parent |
|
|
| Report Abuse |
|
|
Tesouro
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 1284 |
|
| |
|
nike6330
|
  |
| Joined: 11 Feb 2009 |
| Total Posts: 154 |
|
|
| 26 Sep 2011 11:31 AM |
@Jon If the sphere would be in a workspace (and the script) or in a model (and the script), that would work you can't know where the sphere and the script is? |
|
|
| Report Abuse |
|
|
Tesouro
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 1284 |
|
|
| 26 Sep 2011 11:32 AM |
| Thx jonathan, it works now |
|
|
| Report Abuse |
|
|
Tesouro
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 1284 |
|
|
| 26 Sep 2011 11:34 AM |
| nike, the sphere and the script were in a model, but now i put the script in the sphere and it worked |
|
|
| Report Abuse |
|
|
Tesouro
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 1284 |
|
| |
|
Tesouro
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 1284 |
|
|
| 26 Sep 2011 11:39 AM |
| ah! and Dihy, thx, it worked with the Wait (3) |
|
|
| Report Abuse |
|
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
| |
|