script.Parent.MouseButton1Click:Connect(function()
local player = game.Players.LocalPlayer
if player.Name == "Howlankers" then
script.Parent.Parent.BlockFrame.Visible = false
else
script.Parent.Parent.BlockFrame.Visible = true
end
end)
script.Parent.MouseButton1Click:Connect(function()
print("click")
local player = game.Players.LocalPlayer
if player.Name == "Howlankers" then
script.Parent.Parent.BlockFrame.Visible = false
else
script.Parent.Parent.BlockFrame.Visible = true
end
end)