adam1717
|
  |
| Joined: 07 May 2011 |
| Total Posts: 960 |
|
|
| 14 Oct 2013 04:38 PM |
So i have this script but i ownly want it to work for a model like a bot not every one so here it is
----script----
function onTouch(part) local humanoid = part.Parent:FindFirstChild("Humanoid") if (humanoid ~= nil) then humanoid.Parent.Head.Transparency = .5 humanoid.Parent.Torso.Transparency = 1 humanoid.Parent["Left Leg"].Transparency = 1 humanoid.Parent["Left Arm"].Transparency = 1 humanoid.Parent["Right Leg"].Transparency = 1 humanoid.Parent["Right Arm"].Transparency = 1 end end
script.Parent.Touched:connect(onTouch)
----script----
So can you help me add the other part as im not that good of a script er :(
~ค๔ค๓1717~ |
|
|
| Report Abuse |
|