How to make a NPCs right arm point at a Player?

I was trying to script a Dummy to point at a random player with his right arm.
Problem is, I don’t know where to start.

I looked at another post similar to my question but I couldn’t really understand it.
I don’t expect someone to write an entire script for me.
But maybe explain what I could do.

I would be happy to see your responses.
(Yeah, this is kind of short.)

Make an animation with the animation editor and then export it, copy the id. And use Animator | Roblox Creator Documentation and AnimationTrack | Roblox Creator Documentation

And you can use CFrame.lookAt to make the NPC always look at the player and with the animation it will appear that the npc is pointing at the player.

1 Like