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

Tool breaks when trying to rotate Handle?

Asked by 9 years ago
 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?

0
Solved my issue. ShadowWolfXZ 25 — 9y

Answer this question