55LV
|
  |
| Joined: 08 Sep 2011 |
| Total Posts: 3077 |
|
|
| 24 Dec 2015 11:20 AM |
1. How can I make snow fall down on screen?
2. How can I make a brick transparent? Not invisible, just like glass.
|
|
|
| Report Abuse |
|
|
|
| 24 Dec 2015 11:22 AM |
1) There are multiple ways to do it. This can be a pretty long script with multiple different things so I'm gonna go test around with it.
2) Set Brick.Transparency to a number between 0 and 1. 0 is not transparent at all and 1 is invisible. 0.25, 0.5, 0.75, stuff like that for medium transparency. |
|
|
| Report Abuse |
|
|
Daftcube
|
  |
| Joined: 10 Jan 2010 |
| Total Posts: 275 |
|
|
| 24 Dec 2015 11:23 AM |
1. Particle systems do this wonderfully. See: http://wiki.roblox.com/index.php?title=Custom_particles
2. Step by step guide!
i. Select a part in the Explorer. ii. Go to the properties window. iii. Towards the top of the inspector, there is a transparent property. 1 is invisible and 0 is opaque, and anything in between is transparent.
Hope I was of use! |
|
|
| Report Abuse |
|
|
55LV
|
  |
| Joined: 08 Sep 2011 |
| Total Posts: 3077 |
|
|
| 24 Dec 2015 11:24 AM |
Well how do I set a brick's transparency?
Sorry but I'm really new to this. Can you give me instructions again? |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2015 11:27 AM |
Click on the Brick in Workspace.
To the right side, you'll see the Properties window.
Find the one called Transparency and set it to 0.5.
IF YOU DO NOT SEE THE PROPERTIES WINDOW:
Go to the View tab and click the big Properties button all the way on the left side. |
|
|
| Report Abuse |
|
|
55LV
|
  |
| Joined: 08 Sep 2011 |
| Total Posts: 3077 |
|
|
| 24 Dec 2015 11:31 AM |
| Thanks once again bro! You're a big help! :D |
|
|
| Report Abuse |
|
|
| |
|