How do i see who used a tool and then turn them invisible? I only know how to get it from Click Detector’s and it seems to not work for me.
1 Like
Tool.parent is who is using the tool.
When tool.Activated is triggered in a local script, you can fire a remote event to the server and turn them invisible from there (the first parameter will automatically be the player).
4 Likes