local Prompt = script.Parent
local OpenSound = script.Parent.Parent.Parent.doorOpenSound
Prompt.Triggered:Connect(function(Caller)
OpenSound:Play()
Caller.PlayerGui:WaitForChild("teleportGui1").Enabled = true
task.wait(3)
Caller.PlayerGui:WaitForChild("teleportGui1").Enabled = false
end)
1 Like
ok lemme check, if its working, tysm
wait, its ACTUALLY WORKING holy cow…
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.