#Destroy Gui

1 messages · Page 1 of 1 (latest)

past grotto
#
local Button = script.Parent
local Players = game:GetService("Players")

local Player = Players.LocalPlayer
local PlayerGui = Player:WaitForChild("PlayerGui")


wait(7)

Button.Visible = true
Button.Active = true

local function SetEnabled(enabled)
    PlayerGui:FindFirstChild("Your_Gui").Enabled = enabled
end


script.Parent.MouseButton1Click:Connect(function()
    

    SetEnabled(false)
    
end)``` here is also the script
versed sail
#

.Visible

#

Wait nvm