|
| 23 Oct 2014 05:19 PM |
Okay guys im making a script and i want it to change the transparency of Part1 in my game when i press 1 this is the script please change up the script so it will work thanks
Mouse.pressed:connect(function(Key)local Code=Key:byte()if(Code==48)then Lighting.Vest1.Part1.Transparency = 1 end end)
|
|
|
| Report Abuse |
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 23 Oct 2014 05:21 PM |
if Key == "1" then
Use that instead hehe |
|
|
| Report Abuse |
|