Please help, why aint this simple thing working, why isnt the gui not getting enabled D:


Please help me as fast as possible

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 :smiley:

wait, its ACTUALLY WORKING holy cow…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.