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

How to make BodyGyro aim at mouse?

Asked by 6 years ago

It doesn't face the mouse.

Mouse = Player:GetMouse()
BodyGyro.CFrame = CFrame.new(Part.Position,Mouse.Hit.p)
0
Do you update this in a loop? And is the BodyGyro strong enough for the thing it's manipulating? CootKitty 311 — 6y

Answer this question