Skinned MeshPart Studio Beta

Do we need to have the same rig structure to be able to make the rig work as a StarterCharacter? Or would it still work with custom rigging but I need to make all the movement, jump, etc. animations myself?

1 Like

Will the Humanoid work for a rig like this?

Bob 2.5 Pic

If not, is there a new instance that will?

4 Likes

The future of this platform just keeps looking brighter and brighter! Now is a better time than ever to work on your development careers. :smile:

3 Likes

It appears when you try to use meshes uploaded with skinned meshes beta in ViewportFrames, those meshes don’t render (was using Avatar Importer in my scenario.) Older meshes are still rendered.

Is there any ETA when this will be supported? I’d like to use mesh deformation to animate UI interactions.

6 Likes

I tried this but I get an error in blender.

image

https://gyazo.com/d4ffa306d932976782539f45a39b02fa

2 Likes

The HumanoidRootPart nevers moves up and down, exept when changing the floor hight, so to fix that you need to change the Humanoid > Hiphight, as you please

more correctlly, the humanoidrootpart position stands at the position on top of the floor + the hiphight, that making the incorrect hiphight make the spider fly in mid air

1 Like

The error says what you did wrong: you forgot to change ACTION_NAME to the name of your action. You have to replace that with the name of your action seen in the Action Editor.

I figured out the solution to my problem I posted above. I just had to add a master root bone to the spider mesh, and then it started working exactly as I wanted it to. Here’s my spider enemy (the first 30 seconds or so): https://youtu.be/hSXlGzRLNjg
I think this new feature is going to change Roblox as a whole. I would never have imagined how cool it would be to have an enemy that looks this good in Roblox.
@RobieTheCat Thank you for the work you’re doing on this beta. It’s absolutely amazing!

2 Likes

I made a post here regarding the issue of parts and custom rigs. It would be even more game-changing if we could weld parts to bones, so that custom rigs can be more easily implemented.

2 Likes

you can weld part to bones, but it is another name
the bones dont update in workspace but they update in tranform mesh bone.idk how to explain it, but is in api.

https://roblox.github.io/avatar-evolution/api/class/Bone
https://roblox.github.io/avatar-evolution/api/class/CharacterHelper
https://roblox.github.io/avatar-evolution/api/class/LevitationConstraint
https://roblox.github.io/avatar-evolution/api/class/LinearVelocity

Bone ← important

9 Likes

I don’t understand what you’re trying to say. Maybe send a picture of your explorer or how your rig is set up? That would help a lot if you managed to weld parts to the bones on your rig.

3 Likes

custom rig you can make the rig in any wayt you want.
but for welding parts to a bone you need to use the tranform option.
my scriper did it so i dont know exactly what is it but i remember that the name was transform.
by the way i took 3 days to understand how to make it work and import animations without any animation problem.


3 Likes

oh god

11 Likes

Found a bug. I’m not able to post in Platform Feedback, so I’ll post here:

If you import a custom rig and place a part inside the rig, and then use a Motor6D that connects the imported/skinned MeshPart to the normal part (Part0: CameraRoot, Part1: ViewModel, in my case), then modification of the motor’s C0 or C1 properties results in the changing of the position and/or orientation of the Part0 and not the Part1.

Example:

In this instance, I was doing this so that I could create a ViewModel rig with a primary part (CameraRoot) that would be used as a reference point for the camera. Ideally, this would allow me to create and store animations for the ViewModel MeshPart, as well as position it at the camera; however, for me to be able to store animations for the ViewModel, I would need to have it welded to the CameraRoot part.

2 Likes

Can you guys have a page that explains what these errors actually mean? It’s very frustrating when something doesn’t work and the tool doesn’t give a good explanation on why

I’m trying to import a character and it’s erroring on every joint that doesn’t have “_Att” at the end, why is that happening? When I set the name of the joint to “RightToeRoll_Att” it will go on to error at the next joint that doesn’t have “_Att” at the end

image

4 Likes

58 Likes

@tyridge77 That looks amazing! And it’s just one of the many possibilities that this new feature opens up. Man am I excited to see all the ways people can apply mesh deformation in Roblox.

4 Likes

@RobieTheCat my roblox place is now corrupted. i tryed to change the parent of a bone to a part called “HumanoidRootPart” cause it was generating the character without humanoid rootpart.
my first character was created in same way and i used the same bones from my first character.
but for some reason the second character dont come likethe first one with humanoid root part and bones inside, so i tryed to move and it crash my studio and now my place is corrupted.

i cant open the place, it aways dispaly “An unespected error ocurred”
i aready changed and tryed to restore version but still crash even placing like the 1st version from history.

2 Likes

Really cool feature, I can´t wait to test it out!

3 Likes

you could try extracting your models using Remodel GitHub - rojo-rbx/remodel: Scriptable Roblox multitool: Manipulate instances, model files, places, and assets on Roblox.com
you could write a script that loads the place and saves the parts you need as .rbxmx files, assuming the place file is not so corrupted it cannot be read.
I guess you need to have happened to saved your place in .rbxlx though.

3 Likes