I don’t know how I would do this. I have attempted to look for the tool in the player’s character when they have it equipped like so:
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
if Player.Character:FindFirstChild("Camera") and Player.Character["Camera"]:IsA("Tool") then
script.parent.ProximityPrompt.Enabled = true
end
However, it still doesn’t work and I don’t know what to do, any help? This is a local script in the block that has the proximityprompt. ^^
And for that to be the case, the script would either have to be in StarterCharacterScripts (forgot to add that) or inside of the tool. Here, he simply has it in a part outside of the tool