TomsTown
|
  |
| Joined: 27 Dec 2010 |
| Total Posts: 452 |
|
|
| 01 Aug 2011 05:47 PM |
Whats the script to change material :s
I need to change it to plastic to metal so whats the button script
game.Workspace.Window1.Material :S is it and then What goes next please help |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 05:48 PM |
| workspace["Window1'].Material = "Plastic" |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 05:49 PM |
Material = 0 would make it Plastic Material = 4 would make it CorrodedMetal Material = 5 would make it DiamondPlate |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 05:51 PM |
game.Workspace.TestBrick.Material = "Plastic"
or you can switch out "Plastic" for;
"Wood" "Slate" "Concrete" "CorrodedMetal" "Ice" "Grass" "Foil" "DiamondPlate" |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 05:57 PM |
| Do you mean in build and it would JUST be metal or change from plastic to metal in gameplay? |
|
|
| Report Abuse |
|
|