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

Equipped Tool But Only Visible to Player?

Asked by 7 years ago

Hi all! I know you can use the PlayerGui for things that only a certain player can see. I began thinking about using that somehow so when a Player has a tool equipped, only they can see the tool and it's handle. In my case, I have a MeshPart as the Tool Handle.

I have no idea where to start with this idea however. If anyone has insight, it'd be greatly appreciated! Thanks

0
Turn on FilteringEnabled I guess Meltdown81 309 — 7y
0
Why would that have any effect on this ShiningWindow 127 — 7y
0
You wouldn't be able to use roblox's default tools. thats for sure. RubenKan 3615 — 7y
0
Are you saying that I cannot use the Tool class? I'd have to create something unique? ShiningWindow 127 — 7y
0
Actualy now that i think of it, its pretty easy, let me write an awnser. RubenKan 3615 — 7y

1 answer

Log in to vote
0
Answered by
RubenKan 3615 Moderation Voter Administrator Community Moderator
7 years ago

THIS SOLUTION REQUIRES FILTERING ENABLED TO BE ON!

Make a tool with every part being completely transparent.

Once the tool is enabled, use a LOCALSCRIPT from the client to make all parts completely visible.

Simple as that.

0
Oh that actually makes a lot of sense. Thanks! ShiningWindow 127 — 7y
0
No problem. RubenKan 3615 — 7y
Ad

Answer this question