Сharacter looks at mouse

  1. What do you want to achieve?

I’m making a fighting game. I want the character to Anchor, look at the mouse and shoot lightning when using a skill, and then Unanchor and return to normal.

  1. What is the issue?

I don’t understand how to aim a character

  1. What solutions have you tried so far?

I looked through the forums on roblox, but alas, I did not understand anything. I substituted different scripts, but either an error popped up, or the character hung in the air, etc.

1 Like

Hey! There’s two ones that I know of you can use, BodyGyro or CFrame.

You can use Mouse.Hit.Position to get the mouse position, if you need anything don’t hesitate to ask!