Part Position = Mouse location

Went away for 3 hours but I’m back

Hm, can you make sure that the click detector is actually clickable?

script.Parent.MouseClick:Connect(function(PlayerWhoClicked)
    print("Event Fired!")
    game.ReplicatedStorage.RemoteEvent:FireClient(PlayerWhoClicked)
    print("Fired Event To: "..PlayerWhoClicked.Name)
end)