Fe gun kit GUI error

to check if the melee button exist

GunGui.ChildAdded:Connect(function(thing)
	if thing.Name == "MobileButtons" then
		print("Gui found")
	else
		print("No gui found")
	end
end)