script.Parent.Selected:connect(function(m) print("hey") x = Instance.new("Part", game.Workspace) x.CFrame = m.Hit end)
I think i'm not using the right property or something, help please?
script.Parent.Selected:connect(function(m) m.Button1Down:connect(function() print("hey") x = Instance.new("Part", game.Workspace) x.CFrame = m.Hit end) end)