Hello again! Is this on a server script? Because you can’t call :GetMouse() on a server script. Just make a local script fire a remote event when the player clicks.
You’re trying to get player’s mouse from a server script which is not possible. You will either have to use remote events or put a physical button with a click detector.