For my new project i want to make a way where the player can press a key, K for example and see where other players are, like a billboard gui that shows through walls, but how would i do that locally for only the player who pressed K? I've already attempted this script by using for i, v in pairs for every player, but this creates a billboard gui inside every player's character and everyone can see it.
You'd have to use Filtering Enabled, TURN THAT ON!
The next thing is to have it in a local script somewhere inside the LocalPlayer (You can send via StarterGUI,StarterPack, or whatever)
After that, and you make the UIS input function, you either have the billboards already made, but needing enabling (and updating) or have the script make the billboards.
It should work fine when you do the rest, which should be easy!
That's pretty much it, just make sure it's a local script and FE is on!