How to make an E to interact door with some specific tools?

I need some help on this as I don’t know much about roblox scripting, if anyone could help me please.

Like this.

game of the image :https://www.roblox.com/games/2808131030/Area-02-Christmas-Update?refPageId=f7641452-627b-4762-a25c-1de0f35d42b8

1 Like

you could check if your tool is touching that part or you could make a ray cast based of the cameras look vector and at the same time check if the player is pressing a “E” then you would have to send a remote event to the server and with a script inside of ServerScriptService you could check that remote event with the OnServerEvent() function.

I’d suggest looking at the new prompt added recently: Proximity Prompt Release