Hi, im trying to do a info GUI or a bio as the same of this thread. https://devforum.roblox.com/t/clicking-on-a-humanoid-player-to-display-an-info-gui/266008
but no with hover mouse i want to make when you click in the player torso maybe it shows the GUI.
My problem is not with GUI or make it show for the player who clicked... The problem is the ClickDetector dont works with no errors in DevConsole. With that i know theres is no problem with my script i checked script alot of times using Roblox API and i know scripting is fine.
Potential error: https://developer.roblox.com/api-reference/property/Mouse/TargetFilter
I think Mouse TargetFilter filter the players and with that i cant use ClickDetector on them. I hope this is well thought out and understandable.