Draft:Roblox Studio: Difference between revisions

Content deleted Content added
m Small fixes
Tags: Visual edit Mobile edit Mobile web edit
m Small fixes
Tags: Visual edit Mobile edit Mobile web edit
Line 5:
Many types of [[Computer file|files]] can be [[Import and export of data|imported]] into Roblox Studio to enhance the look and feel of the game you are creating. Most of these files can be used to enhance the look of <code>Parts</code> such as with [[Image|images]] and [[Polygon mesh|meshes]], but [[Music file|music files]] can also be imported to play music and/or sounds for your game.
 
=== <code>Textures</code>/<code>Decals </code>===
<code>Textures</code> and <code>Decals</code> are added into <code>Parts</code> as an image to decorate them<ref name=":2">{{Cite web|title=Game Assets in Roblox|url=https://developer.roblox.com/en-us/articles/game-assets#assets-images|access-date=2020-06-11|website=developer.roblox.com}}</ref><ref>{{Cite web|title=Textures and Decals|url=https://developer.roblox.com/en-us/articles/textures-and-decals#textures-image|access-date=2020-06-11|website=developer.roblox.com}}</ref><ref>{{Cite web|title=Texture|url=https://developer.roblox.com/en-us/api-reference/class/Texture|access-date=2020-06-11|website=developer.roblox.com}}</ref><ref>{{Cite web|title=Decal|url=https://developer.roblox.com/en-us/api-reference/class/Decal|access-date=2020-06-11|website=developer.roblox.com}}</ref>. The types of images that can be imported are [[.png]], [[.JPG|.jpg]] [[.tga]], and [[.bmp]] files<ref name=":2" />. These can be imported through Roblox Studio (The game must be published first<ref name=":2" />) or through the [https://web.roblox.com/create Roblox website]. When this is done, see the properties of the <code>Texture</code> or <code>Decal</code> and edit its Texture property to the image you imported or to a file stored on your computer.
 
=== <code>MeshParts </code>===
<code>MeshPart</code>s can be applied to a <code>Part</code> to add a [[custom]] mesh to it<ref name=":3">{{Cite web|last=|first=|date=|title=MeshPart|url=https://developer.roblox.com/en-us/api-reference/class/MeshPart|url-status=live|archive-url=|archive-date=|access-date=2020-06-12|website=Roblox Developer Hub}}</ref><ref name=":4">{{Cite web|last=|first=|date=|title=Game Assets in Roblox|url=https://developer.roblox.com/en-us/articles/game-assets|url-status=live|archive-url=|archive-date=|access-date=2020-06-12|website=Roblox Developer Hub}}</ref>. [[.obj file|.obj]] and [[.fbx]] files are supported<ref name=":3" /><ref name=":4" />.