Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I need help sensing players?

Asked by 5 years ago

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.

0
It'd be nice if you gave us some incite on how the script works. TheJellyNinja_XD13 62 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

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!

Ad

Answer this question