A simple but hard question…How rotate a tool part when equipped it?
like every click it rotate 90° ,not like that:
Already used it for edit the key grip
Edit the tool grip to rotate the handle
local handle = script.Parent.Handle
local tool = script.Parent
tool.Activated:Connect(function()
handle.Orientation = Vector3.new(-- whatever you want --)
end)
thats exaclty the same script i showed in the gif
You didn’t show any scripts in the gif, I didn’t see one. Apologies for the inconvenience.
Try make the arm holding the tool rotate 90° in the animation
Nope, tried change to exactly 90° still not working
nope,still bugging , no ideia what to do
What do you mean by bugging if possible please show a photo or a video of it
i found another way to fix it,just placing copys of it (only the rotate part) and turning them visible when i click
You can also place a motor6d in the tool and animate it in the animation editor. and when the tool is equipped, make a motor6d and connect part1 to the right arm and part1 to the model (this is done via script). if the tool is unequipped, remove the motor6d!