MeshId (Property): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) (Created page with "A MeshID is a Property. To get a MeshID, you mush have a FileMesh located in SpecialMesh. To get a SpecialMesh, go to Roblox Studio or Visit Solo, then, in Studio, you should...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CatUp|Properties}} | |||
There is a special property for FileMesh. | |||
{{Property | |||
|name = MeshId | |||
|property = [[Content]] ''MeshId'' | |||
|description = See [[MeshId (Property)#Description|here]]. | |||
|object = [[GBX.lua.FileMesh (Object)|FileMesh]] | |||
|}} | |||
There is a special property for CharacterMesh. | |||
{{Property | |||
|name = MeshId | |||
|property = [[Integer]] ''MeshId'' | |||
|description = Used to load a mesh file, and apply it to the given BodyPart. | |||
|object = [[GBX.lua.CharacterMesh (Object)|CharacterMesh]] | |||
|}} | |||
==Description== | |||
A MeshID is a Property. To get a MeshID, you mush have a FileMesh located in SpecialMesh. To get a SpecialMesh, go to Roblox Studio or Visit Solo, then, in Studio, you should see Insert at the very top next to File, Edit, and View. In Visit Solo, you should see Tools at the top. Click on that, then look for View. If you don't have it up, click on View>Explorer, and View>Properties. Look at other pages of meshes to find how to make a mesh. Meshes are very commonly used in planes, balls, clouds, etc. | A MeshID is a Property. To get a MeshID, you mush have a FileMesh located in SpecialMesh. To get a SpecialMesh, go to Roblox Studio or Visit Solo, then, in Studio, you should see Insert at the very top next to File, Edit, and View. In Visit Solo, you should see Tools at the top. Click on that, then look for View. If you don't have it up, click on View>Explorer, and View>Properties. Look at other pages of meshes to find how to make a mesh. Meshes are very commonly used in planes, balls, clouds, etc. | ||
[[Category:Properties]] |
Latest revision as of 09:17, 24 September 2021
There is a special property for FileMesh.
Property | |
---|---|
Name | MeshId |
Property | Content MeshId |
Description: | See here. |
In Object: | FileMesh |
There is a special property for CharacterMesh.
Property | |
---|---|
Name | MeshId |
Property | Integer MeshId |
Description: | Used to load a mesh file, and apply it to the given BodyPart. |
In Object: | CharacterMesh |
Description
A MeshID is a Property. To get a MeshID, you mush have a FileMesh located in SpecialMesh. To get a SpecialMesh, go to Roblox Studio or Visit Solo, then, in Studio, you should see Insert at the very top next to File, Edit, and View. In Visit Solo, you should see Tools at the top. Click on that, then look for View. If you don't have it up, click on View>Explorer, and View>Properties. Look at other pages of meshes to find how to make a mesh. Meshes are very commonly used in planes, balls, clouds, etc.