| |
|
Stefan631
|
  |
| Joined: 23 Dec 2010 |
| Total Posts: 1350 |
|
| |
|
|
| 14 Sep 2015 12:24 PM |
| how do i do use that the wiki didnt provide much and how to change the rotation? they're always the wrong way |
|
|
| Report Abuse |
|
|
arda1
|
  |
| Joined: 20 Jun 2009 |
| Total Posts: 241 |
|
|
| 14 Sep 2015 12:25 PM |
Put the script here for a sec. so I can help.
://Co-Founder of Origin Productions\\: |
|
|
| Report Abuse |
|
|
|
| 14 Sep 2015 12:27 PM |
m1 = Instance.new("SpecialMesh") m1.MeshType = "FileMesh" m1.MeshId = "http://www.roblox.com/asset/?id=10469496 " m1.Name = "Lol" m1.Parent = player.Character["Left Arm"] m1.Scale = Vector3.new(20,20,20) |
|
|
| Report Abuse |
|
|
arda1
|
  |
| Joined: 20 Jun 2009 |
| Total Posts: 241 |
|
|
| 14 Sep 2015 12:29 PM |
You can't change the colour of the mesh, you can only change the colour of the Part. Try this out, i'll try guessing what your script is like:
p1.Color = ("Black")
://Co-Founder of Origin Productions\\: |
|
|
| Report Abuse |
|
|
|
| 14 Sep 2015 12:31 PM |
| i need help on the rotation as well |
|
|
| Report Abuse |
|
|
arda1
|
  |
| Joined: 20 Jun 2009 |
| Total Posts: 241 |
|
|
| 14 Sep 2015 12:32 PM |
p1.Rotation = 6
://Co-Founder of Origin Productions\\: |
|
|
| Report Abuse |
|
|
Stefan631
|
  |
| Joined: 23 Dec 2010 |
| Total Posts: 1350 |
|
|
| 14 Sep 2015 12:33 PM |
| http://wiki.roblox.com/index.php?title=API:Class/DataModelMesh/VertexColor |
|
|
| Report Abuse |
|
|
|
| 14 Sep 2015 12:37 PM |
| thanks now i just of the rotation |
|
|
| Report Abuse |
|
|
prepareds
|
  |
| Joined: 07 Sep 2015 |
| Total Posts: 182 |
|
|
| 14 Sep 2015 12:38 PM |
@arda1's "p1.Rotation = 6"
Rotation involves Vector3.
Would be: p1.Rotation = Vector3.new(6,0,0) |
|
|
| Report Abuse |
|
|
rayk999
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 4705 |
|
|
| 14 Sep 2015 12:44 PM |
Setting rotation with the Rotation property is stupid
part.CFrame = CFrame.new(part.Position) * CFrame.fromAxisAngle(Vector3.new(0,1,0),math.rad(180)) |
|
|
| Report Abuse |
|
|