#Proximity prompt not working
1 messages · Page 1 of 1 (latest)
Try to use this:
local hatch = script.Parent
local prompt = hatch:WaitForChild("ProximityPrompt")
prompt.Triggered:Connect(function()
print("Prompt Activated by")
end)
But that’s a server code. Using :WaitForChild on the server is completely irrelevant.
I didnt know