Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How To Have Character Angles Point Towards A Object?

Asked by 2 years ago
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Rotation = Part.Rotation

I attempted to use this to rotate the player into pointing to the part, but this seems to only move the player in a weird way, I'm trying to avoid CFrame and I can't find any way to do this.

0
animate it ncihxad1123 12 — 2y

2 answers

Log in to vote
0
Answered by 2 years ago

Sorry to disappoint u but cframe is the only way. use CFrame second argument / use CFrame.LookAt

Ad
Log in to vote
0
Answered by 2 years ago

Sorry to disappoint u but cframe is the only way. use CFrame second argument / use CFrame.LookAt

Answer this question