Tool = script.Parent Handle = Tool.Handle Tool.Activated:connect(function() Handle.Rotation= Vector3.new(0,0,0) end)
I have a Tool, that is meant to go downwards after activating, instead of changing rotation, it breaks into little pieces. Help?