An archive of the Roblox forum. I have sent out a mesh and a sound list to some famous players or players I think deserves them, but I still just don't think that's enough, so here is a huge list of SoundIds and MeshIds that was given to me by a friend. Due to every single one of these being uploaded by a mod/admin, you don't need to go into play solo to see/hear them (although some sounds ...
Hey everyone! For every terrain developer, there is something important. One of the most important is trees, and I often struggled to find high-quality trees without any virus in them. so, I made 4 of my own trees, no virus, 100% clean. These are available for free, so please enjoy them!
The trees are customizable, every branch is its own individual mesh that can be resized and moved around. Modeled to resemble the Eastern White Pine (Pinus strobus) that grow across Eastern North America. Crediting me is optional and at your own discretion but regardless greatly appreciated. EasternWhitePines.rbxm (53.6 KB)
Only reviews from users who have used this asset are shown
A community for Roblox, the free game building platform. This community is unofficial and is not endorsed, monitored, or run by Roblox staff. ... You can grab the ID of a mesh by going to Create on the website and go to Library and go into the meshes category, search for a mesh you want, click it, and in the link in the address bar at the top ...
Only reviews from users who have used this asset are shown
1. Cool thanks! This could save a little bit of time accordingly 2. By diamond, do you mean like a brick diamond? or like a hat/gear/? diamond?
To get the Tree and personalize your Roblox character, use the following Roblox animation code: Tree code: 4049634387. ... Roblox ID is packed with Roblox song IDs for the very best artists, Roblox game codes for all the best experiences, and item IDs for your avatar's face, ...
sun glass mesh id 11183262221 sunglass texture id 11183332342. saw hand: Mesh15215149459 texture 15215149519 bomb : mesh id:1655951262. Jetpack: mesh id: 14693834836 texture id: 14684475764. Laser gun Mesh id: 14883580749 Texture id: 14189217105 soviet helmet : Mesh 14040394057 | texture 14040817751 Headphone mesh 14285998562 texture 14286033318
My current project requires a very large railway map with lots of trees alongside for scenery. My team has created meshes and textures for low-poly realistic style trees that we can use, however, we want to get the optimal performance. One option is to use a SpecialMesh and a texture object, and another option is to upload it as a MeshPart with a low transparency value - 0.02 (otherwise half ...
INTRODUCTION It’s hard to miss the current trend with stylized trees in the development community right now, with the release of PBR materials I’ve seen some amazing work surface on the platform that would have seemed like a pipe-dream just years ago. More specifically, I’ve seen the evolution of immersive environments take player experiences to a whole new level. If you haven’t seen ...
Only reviews from users who have used this asset are shown
Hey developers, We have made two small changes to the Toolbox context menu for mesh parts. You can now copy Mesh ID and Texture ID from the context menu. To make room for these new entries, we have removed the ‘Copy Asset URI’ protocol. Note: Studio accepts the standalone Asset ID, so you should not need to use the Asset URI. Thank you!
Stylized forest tree asset pack tailored for Roblox game developers. Stylized forest tree asset pack tailored for Roblox game developers View all by ... Each tree also features two layers of leaf meshes to give users more control with the option of either removing the top layer to reduce poly count or adding wind effects to both for a more ...
I’m trying to find a way to get the mesh id and texture id from a meshpart id. The closest I got was a function called InsertService:CreateMeshPartAsync(), but that requires the user to know the mesh id. It also doesn’t provide the texture id. I do know there’s a method out there, since the BTRoblox extension can create a tree of a meshpart. Which contains data of the mesh id and texture id.