|
| 03 Apr 2016 05:45 PM |
shoot.BrickColor = BrickColor.new("Sand blue")
How to make a variant of this for Transparency and for its material
-2noobatscripting |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2016 05:46 PM |
shoot.Transparency = 0.5 shoot.Material = Enum.Material.Wood ("Wood" or 512 would also work: http://wiki.roblox.com/index.php?title=API:Enum/Material) |
|
|
| Report Abuse |
|
|
Kryddan
|
  |
| Joined: 12 Dec 2014 |
| Total Posts: 310 |
|
|
| 03 Apr 2016 05:47 PM |
shoot.Transparency = .5 shoot.Material = Enum.Material.Plastic |
|
|
| Report Abuse |
|
|