You can write your topic however you want, but you need to answer these questions:
-
**I want it just to get rotated
-
**my char flies!
-
**I have found nothing
RS.Heartbeat:Connect(function()
if equiped == true then
local ToolHandle = Tool:WaitForChild("BodyAttach")
local MouseLookVector = Mouse.Hit
ToolHandle.CFrame = CFrame.new(ToolHandle.Position, MouseLookVector)
end
end)