|
| 23 Feb 2015 11:31 AM |
Use this in a local script:
repeat wait() until game.Players.LocalPlayer.Character game.Players.LocalPlayer.Character["Right Arm"].LocalTransparencyModifer = 0 |
|
|
| Report Abuse |
|
|
GFXLord
|
  |
| Joined: 26 Dec 2014 |
| Total Posts: 142 |
|
| |
|
|
| 23 Feb 2015 11:48 AM |
it didn't work...
~Am I being trolled?~ |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 11:52 AM |
| Go in first person and you can see Right Arm, but you can change that to anything. |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 11:58 AM |
where do I put the local script?
~I keep trying to spell inconsistent with an A instead of an E!!!~ |
|
|
| Report Abuse |
|
|
Vescatur
|
  |
| Joined: 18 Feb 2012 |
| Total Posts: 3426 |
|
|
| 23 Feb 2015 12:00 PM |
| In something it'll run from.. like the StarterGui. |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 12:02 PM |
did dat, got an error:
LocalTransparencyModifer is not a valid member of Part
~Now I think I'm being trolled~ |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 12:05 PM |
for i,v in next, char:GetChildren() do if v:IsA("Part") then v.LocalTransparencyModifier = 0 end end
Works for me. |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 12:08 PM |
doesn't work buddy boy.
~I'M BEING TROLLED!!!~ |
|
|
| Report Abuse |
|
|
|
| 23 Feb 2015 12:11 PM |
| Something is wrong with you then. |
|
|
| Report Abuse |
|
|