I was thinking of making a tank, but i need to see if the player clicked to trigger a function. The problem is, I can't use a click detector. Is there anyway for me to check if someone clicked somewhere in the Workspace without using a click detector? thanks
Just use mouse.MouseButton1Click:Connect(function() it's that simple. Or you can use local MouseTarget = game.Players.LocalPlayer:GetMouse().Target