|
| 06 Aug 2014 05:04 PM |
| me.Character["Left Arm"].Texture = http://www.roblox.com/asset/?id=145816042 |
|
|
| Report Abuse |
|
|
Babyfett1
|
  |
| Joined: 02 Apr 2011 |
| Total Posts: 141 |
|
|
| 06 Aug 2014 05:27 PM |
Try doing game.Workspace.(Player1 or whatever your model name is on there).["Left Arm"].Texture =http://www.roblox.com/asset/?id=145816042 ALSO: If you want to change the SHIRT of your person, this is VERY important: You set the asset ID to the shirt number thing, but you subtract ONE from the last number. |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2014 05:32 PM |
me. is the variable so basically it's the same thing. all i want to do is change "left arm" into a texture, is that possible? |
|
|
| Report Abuse |
|
|
Ejected
|
  |
| Joined: 08 Feb 2009 |
| Total Posts: 4794 |
|
|
| 06 Aug 2014 05:38 PM |
| can you give us the whole script |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2014 05:42 PM |
enabled = false LeftShoulder = me.Character.Torso["Left Shoulder"] RightShoulder = me.Character.Torso["Right Shoulder"] Neck = me.Character.Torso["Neck"] value1 = LeftShoulder.C0 value2 = RightShoulder.C0 value3 = Neck.C0 Run = game:GetService("RunService")
RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
ws = me.Character.Humanoid.WalkSpeed
me.Character.Humanoid.WalkSpeed = me.Character.Humanoid.WalkSpeed + 15
me.Character:findFirstChild("Humanoid").Name = "Logia"
for i = 1, 500 do for u, c in pairs(workspace:GetChildren()) do if c.Name ~= me.Character.Name then h = c:findFirstChild("Humanoid") if h == nil then h = c:findFirstChild("Logia") end t = c:findFirstChild("Torso") if h ~= nil and t ~= nil then if (me.Character["Left Arm"].Position-t.Position).magnitude <= 2.5 then if me.Character["Left Arm"].Transparency ~= 0.4 and me.Character["Left Arm"].Reflectance ~= 1 then me.Character["Left Arm"].Transparency = 0.4 me.Character["Left Arm"].Texture = http://www.roblox.com/asset/?id=145816041
^ problemo |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2014 05:43 PM |
| The asset should be a string, so enclose it in "" |
|
|
| Report Abuse |
|
|