How can I make the keys visible for one person and not for everyone

Hello everyone, I want to make a system for my future obby, how can I make the player see the keys only for him and once, because I tested the game with my friend and I see how he opens and he, I want me not

You could create a LocalScript that lets you see the specific keys, and it’ll only be visible to you & not the other player?

I created and rewrote a script there, but then it stopped working and I couldn’t take the key in my hands

With a normal script, this works, but when I do it for the local script it does not work anymore

Where is the LocalScript located?

Wouldn’t the local script be used for visuals only?

Снимок.PNGвыпавыпа Key

рпарпр Door

Yeah uh LocalScripts only work in certain areas so you can’t do that

What I would do, is create a LocalScript from inside StarterPack and create the door locally from there

local Door = game.ReplicatedStorage.Door:Clone()
Door.Parent = workspace

And if the door has a touched function it should work in regards to the key?

Door script.

Key Script впарапр

Can I contact you on discord?.

I mean if you want to clarify a bit more, Jackscarlett#9321