I am try to get the position of a handle of a tool, and i am getting this error,
Workspace.CastSpellScript:10: attempt to index local 'pos' (a nil value)
And I don't know why, how can it be null?
Here is how I am trying to get the position, it is a local script inside a tool,
local pos = script.Parent.Handle.CFrame.p
and I made the part was named Handle correctly. Why am I getting this error about that value being nil? It shouldn't be, right?