You can write your topic however you want, but you need to answer these questions:
1.Trying to move the players character relative the mouse x,z
-
Dont know how
-
local Conection = Pistol.Unequipped:Connect(function() HoldAnimation:Stop() end) wait(.1) HumanoidRootPart.CFrame = CFrame.new(HumanoidRootPart.Position,Vector3.new(math.clamp(MouseX,-180,180),HumanoidRootPart.Position.Y,math.clamp(MouseZ,-180,180))) end```