Make arms follow camera?

You’ll need to do this on the client instead.

How do I do that? Sorry I am a little new to doing first person stuff

I’m pretty sure theres a tutorial you could find somewhere in youtube

Here’s what I do though:

  • Download Moon Animator (and make sure it’s the legitimate one)
  • Go the plugins section, and go to the Moon Animator plugins.
  • Click the Wrench icon or “Easy Weld”
  • Select “Parts”
  • First, select the humanoid root part first, then the arms. Make sure the HumanoidRootPart is the Base Part, and the arms are the Target Part.

Image from Gyazo

Image from Gyazo

Note: Make sure you have “Animatable” on, and make sure to click Join in Place

This works with r6 right? If it doesn’t I can switch but i prefer r6

Yes, it also does work with R6.

Okay I will start on it right now, thank you

Okay so I did what you said, and the arms are stuck together and are joined into one arm because of the weld but I don’t know if that matters, and when I run it I still can’t see them and they also get deleted because they fall out of the world.

Are you sure the base part of the Motor 6Ds is the HumanoidRootPart?

image
I believe so.

Can you send me a video/gif of what happens?

Nothing, I just go into the server view and can see the arms have fallen through the world, although that gives me the thought that I only see that because I am looking through the server and not the client.

Okay I believe it works because I see the little blue outline on the camera when clicking on the arms, but they are both in the same spot on the players head.

Yes it’s working, you can change the offset by replacing the old one with this:

render.RenderStepped:Connect(function()
	game.Workspace.Arms:SetPrimaryPartCFrame(game.Workspace.CurrentCamera.CFrame * CFrame.new(0, 1, 0)
end)

Looks like they got rotated? It is hard to tell but they both have this positions.

What positions? Can you send me an image?


Sorry I meant to send it.

Weird, I’m really confused and I got class to attend. Sorry I can’t help you, but maybe these videos will:

Okay, thank you. I will try those.