Help Needed With What I Suppose is a Simple Script

The reason why the script doesn’t know what’s mtclone is that you never tell the script what’s mtclone try using local mtclone on the line where you clone the mouse target
that would be:

local mtclone = mt:Clone()

mtclone.Name = "mtclone"

also, parent uses a capital

2 Likes